Trace number 3367341

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.08 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3367341-1305380786.cnf'
0.00/0.01	c -- header says num vars:          49999
0.00/0.01	c -- header says num clauses:      210000
0.09/0.13	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.13	c -- vars added      49999
0.09/0.13	c Parsing time:  0.12 s
0.09/0.13	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data
0.29/0.31	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.18
0.29/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
0.39/0.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.49/0.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.49/0.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.01 s
0.49/0.54	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.02 s
0.79/0.84	c lits-rem:         0  cl-subs:        0  v-elim:   1170  v-fix:    0  time:  0.30 s
0.79/0.85	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.92	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.89/0.92	c calculated reachability. Time: 0.00
0.89/0.93	c Calc default polars -  time:   0.02 s pos:   22261 undec:    5431 neg:   22307
0.89/0.93	c =========================================================================================
0.89/0.93	c types(t): F = full restart, N = normal restart
0.89/0.93	c types(t): S = simplification begin/end, E = solution found
0.89/0.93	c restart types(rt): st = static, dy = dynamic
0.89/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.93	c  B st     0         0     48829    208731         0         0    633399         0   no data   no data
2.99/3.01	c  N dy    19      4019     48829    208731         0      4019    633399   1392113    193.52    249.42
5.09/5.11	c  N dy    51      8066     48829    208731         0      8065    633399   2555583    198.43    208.95
7.19/7.26	c  N dy    77     12175     48829    208731         0     12173    633399   3777570    198.74    211.75
9.39/9.43	c  N dy   102     16311     48829    208731         0     16308    633399   4982805    197.92    209.13
11.59/11.67	c  N dy   133     20413     48829    208731         0     10413    633399    858624    198.25    223.35
13.78/13.81	c  N dy   161     24483     48829    208731         0     14482    633399   2020301    198.09    209.33
13.98/14.09	c  F st   164     25001     48829    208731         0     15000    633399   2167894    197.97   no data
17.19/17.29	c  N dy   170     30000     48829    208731         0     19999    633399   4200786    197.97   no data
17.19/17.29	c  S st   170     30000     48829    208731         0     19999    633399   4200786    197.97   no data
17.60/17.61	c  S st   170     30502     48829    208731         0     20501    633399   4311759    197.97   no data
17.60/17.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
17.69/17.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
17.79/17.85	c blocked clauses removed:     1089 vars:    173 tried:       48829 T: 0.03 s
17.79/17.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.79/17.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.79/17.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48656 time:  0.01 s
17.89/17.92	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
18.08/18.18	c lits-rem:         0  cl-subs:        0  v-elim:     27  v-fix:    0  time:  0.27 s
18.49/18.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
19.49/19.53	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.91 s
19.69/19.77	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.24
19.69/19.78	c calculated reachability. Time: 0.00
19.69/19.78	c  N dy   170     30502     48629    207617         0     20138    630228   4072111    197.97   no data
22.59/22.66	c  N dy   196     34546     48629    207617         0     24182    630228   5251742    197.47    210.33
25.69/25.70	c  N dy   222     38560     48629    207617         0     28196    630228   6430446    197.27    211.59
28.09/28.16	c  N dy   250     42569     48629    207617         0     16887    630228   1320026    197.32    215.03
29.99/30.04	c  S st   272     45753     48629    207617         0     20070    630228   2276472    197.87   no data
30.29/30.34	c  S st   272     46255     48629    207617         0     20572    630228   2386523    197.87   no data
30.29/30.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
30.39/30.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
30.49/30.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.49/30.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.49/30.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.49/30.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
30.59/30.61	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
30.70/30.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
30.89/30.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.19/31.27	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.29 s
31.29/31.30	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
31.29/31.34	c vivif2 --  cl tried    20571 cl shrink        0 lits rem          0 time: 0.04
31.49/31.58	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.23
31.49/31.59	c calculated reachability. Time: 0.00
31.49/31.59	c  N dy   272     46255     48629    207617         0     20571    630228   2386457    197.87   no data
33.99/34.04	c  N dy   303     50339     48629    207617         0     24655    630228   3567134    198.08    210.45
36.48/36.57	c  N dy   331     54552     48629    207617         0     28868    630228   4800517    197.96    212.30
38.99/39.05	c  N dy   358     58611     48629    207617         0     32927    630228   6014841    198.14    216.07
41.39/41.41	c  N dy   384     62640     48629    207617         0     36955    630228   7179450    198.17    208.66
43.59/43.66	c  N dy   412     66651     48629    207617         0     22312    630228   1916926    198.52    210.80
45.10/45.15	c  S st   431     69382     48629    207617         0     25042    630228   2711477    198.26   no data
45.39/45.42	c  S st   431     69883     48629    207617         0     25543    630228   2808845    198.26   no data
45.39/45.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.49/45.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
45.59/45.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.59/45.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
45.59/45.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
45.59/45.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
45.59/45.68	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
45.79/45.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
45.99/46.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.39/46.46	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.39 s
46.39/46.48	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
46.49/46.53	c vivif2 --  cl tried    25543 cl shrink        0 lits rem          0 time: 0.05
46.69/46.76	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.23
46.69/46.78	c calculated reachability. Time: 0.00
46.69/46.78	c  N dy   431     69883     48629    207617         0     25543    630228   2808844    198.26   no data
49.29/49.32	c  N dy   460     74444     48629    207617         0     30103    630228   4148000    198.15    214.98
51.99/52.08	c  N dy   495     79258     48629    207617         0     34917    630228   5497464    198.03    210.19
54.90/54.98	c  N dy   531     84367     48629    207617         0     40025    630228   7000159    198.08    248.60
56.69/56.79	c  F st   556     87500     48629    207617         0     22331    630228   1272159    198.37   no data
58.69/58.78	c  N st   561     90797     48629    207617         0     25628    630228   2665006    198.37   no data
62.19/62.24	c  N dy   592     96727     48629    207617         0     31557    630228   4794450    198.59    218.67
65.70/65.72	c  N dy   633    102902     48629    207617         0     37732    630228   6620151    198.56    233.73
66.79/66.83	c  S st   646    104824     48629    207617         0     39654    630228   7176918    198.42   no data
67.10/67.12	c  S st   646    105325     48629    207617         0     40155    630228   7281787    198.42   no data
67.10/67.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
67.19/67.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
67.29/67.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.29/67.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
67.29/67.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
67.29/67.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
67.39/67.40	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
67.59/67.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
67.99/68.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
69.69/69.76	c lits-rem:         4  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.66 s
69.69/69.79	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
69.89/69.91	c vivif2 --  cl tried    40150 cl shrink        0 lits rem          0 time: 0.12
70.09/70.17	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.25
70.09/70.18	c calculated reachability. Time: 0.00
70.09/70.18	c  N dy   646    105325     48629    207617         0     40150    630228   7279790    198.42   no data
74.09/74.13	c  N dy   690    112104     48629    207617         0     24516    630228   1342990    198.07    218.83
78.00/78.11	c  N dy   740    119267     48629    207617         0     31679    630228   3413771    198.15    221.83
82.51/82.53	c  N dy   792    126951     48629    207617         0     39362    630228   5715121    198.27    224.86
87.29/87.37	c  N dy   849    135145     48629    207617         0     23855    630228    742055    198.55    215.42
92.19/92.21	c  N dy   907    143791     48629    207617         0     32500    630228   3294702    198.46    214.21
97.59/97.70	c  N dy   973    153170     48629    207617         0     41879    630228   6062393    198.45    213.97
100.50/100.53	c  S st  1009    157987     48629    207617         0     46696    630228   7478983    198.53   no data
100.80/100.85	c  S st  1009    158490     48629    207617         0     47199    630228   7590730    198.53   no data
100.80/100.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
101.00/101.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
101.00/101.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.10/101.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
101.10/101.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
101.10/101.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
101.10/101.15	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
101.30/101.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
101.79/101.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
103.99/104.03	c lits-rem:         2  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.18 s
103.99/104.06	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
104.09/104.19	c vivif2 --  cl tried    47193 cl shrink        0 lits rem          0 time: 0.13
104.39/104.46	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.27
104.39/104.47	c calculated reachability. Time: 0.00
104.39/104.47	c  N dy  1009    158490     48629    207617         0     47193    630228   7586789    198.53   no data
110.29/110.31	c  N dy  1077    168640     48629    207617         0     32487    630228   2889946    198.53    210.87
116.60/116.68	c  N dy  1156    179535     48629    207617         0     43382    630228   6186253    198.99    210.71
123.50/123.57	c  N dy  1237    191075     48629    207617         0     28997    630228   1510302    199.01    215.99
130.59/130.68	c  N dy  1326    203377     48629    207617         0     41299    630228   5212229    199.30    212.55
138.40/138.41	c  N dy  1409    216417     48629    207617         0     27375    630228    704468    199.17    215.53
146.39/146.49	c  N dy  1504    230333     48629    207617         0     41290    630228   4790722    199.14    212.86
150.89/150.99	c  S st  1556    237736     48629    207617         0     48691    630228   6991826    199.18    182.74
151.29/151.31	c  S st  1556    238237     48629    207617         0     49192    630228   7113001    199.18   no data
151.29/151.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
151.39/151.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
151.49/151.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.49/151.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
151.49/151.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
151.49/151.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
151.59/151.60	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
151.81/151.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
152.19/152.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.39/154.40	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.15 s
154.39/154.43	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
154.49/154.55	c vivif2 --  cl tried    49190 cl shrink        0 lits rem          0 time: 0.12
154.79/154.83	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.27
154.79/154.84	c calculated reachability. Time: 0.00
154.79/154.84	c  N dy  1556    238237     48629    207617         0     49190    630228   7112633    199.18   no data
164.00/164.06	c  N dy  1658    253782     48629    207617         0     36756    630228   3191271    199.19    209.99
173.60/173.63	c  N dy  1767    270055     48629    207617         0     53029    630228   7994461    199.20    221.75
183.70/183.75	c  N dy  1886    287357     48629    207617         0     41340    630228   4241071    199.31    212.14
195.00/195.01	c  N dy  2023    305823     48629    207617         0     59806    630228   9837669    199.67    210.18
195.29/195.30	c  F st  2025    306250     48629    207617         0     30238    630228    607532    199.63    156.77
206.81/206.88	c  N dy  2129    325444     48629    207617         0     49431    630228   7314558    199.66    213.16
219.00/219.09	c  N dy  2264    345626     48629    207617         0     38610    630228   2814830    199.54    212.09
225.90/226.00	c  S st  2347    357355     48629    207617         0     50339    630228   6336558    199.54   no data
226.30/226.33	c  S st  2347    357857     48629    207617         0     50841    630228   6482083    199.54   no data
226.30/226.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
226.51/226.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
226.51/226.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.51/226.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
226.51/226.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
226.51/226.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
226.61/226.63	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
226.80/226.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
227.10/227.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
229.30/229.30	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.08 s
229.30/229.33	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
229.40/229.44	c vivif2 --  cl tried    50835 cl shrink        0 lits rem          0 time: 0.11
229.70/229.72	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.28
229.70/229.73	c calculated reachability. Time: 0.00
229.70/229.74	c  N dy  2347    357857     48629    207617         0     50835    630228   6477594    199.54   no data
241.80/241.83	c  N dy  2489    377883     48629    207617         0     38871    630228   2575930    199.68    223.94
253.89/253.99	c  N dy  2631    398013     48629    207617         0     59000    630228   8522033    199.74    210.88
266.10/266.16	c  N dy  2765    418172     48629    207617         0     46160    630228   4372559    199.74    216.02
278.70/278.75	c  N dy  2903    438404     48629    207617         0     66391    630228  10429888    199.84    211.44
290.70/290.77	c  N dy  3042    458410     48629    207617         0     52399    630228   6084466    199.93    211.79
303.19/303.26	c  N dy  3181    478445     48629    207617         0     37437    630228   1234920    199.95    219.74
315.20/315.27	c  N dy  3321    498467     48629    207617         0     57458    630228   7211094    200.01    214.53
327.60/327.67	c  N dy  3456    518551     48629    207617         0     41544    630228   2219239    200.11    212.45
338.71/338.75	c  S st  3581    536786     48629    207617         0     59779    630228   7668728    200.13   no data
339.00/339.08	c  S st  3581    537289     48629    207617         0     60282    630228   7768061    200.13   no data
339.10/339.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
339.20/339.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
339.30/339.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
339.30/339.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
339.30/339.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
339.30/339.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
339.30/339.39	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
339.60/339.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
340.00/340.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
342.80/342.88	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.80 s
342.90/342.91	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
343.00/343.04	c vivif2 --  cl tried    60277 cl shrink        0 lits rem          0 time: 0.14
343.30/343.33	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.29
343.30/343.34	c calculated reachability. Time: 0.00
343.30/343.34	c  N dy  3581    537289     48629    207617         0     60277    630228   7766089    200.13   no data
355.80/355.86	c  N dy  3717    557373     48629    207617         0     43360    630228   2453814    200.22    272.89
368.30/368.30	c  N dy  3862    577508     48629    207617         0     63495    630228   8475415    200.27    210.93
380.70/380.77	c  N dy  3995    597522     48629    207617         0     45507    630228   2790798    200.21    217.19
393.30/393.36	c  N dy  4138    617961     48629    207617         0     65944    630228   8989878    200.34    211.57
406.20/406.27	c  N dy  4281    637997     48629    207617         0     46983    630228   2917963    200.39    215.89
419.20/419.21	c  N dy  4425    658026     48629    207617         0     67010    630228   8979499    200.46    226.88
432.00/432.05	c  N dy  4567    678080     48629    207617         0     47061    630228   2625199    200.48    222.61
444.50/444.50	c  N dy  4705    698124     48629    207617         0     67105    630228   8627874    200.54    218.20
457.40/457.40	c  N dy  4846    718160     48629    207617         0     46146    630228   2050424    200.57    223.26
469.81/469.82	c  N dy  4986    738188     48629    207617         0     66174    630228   8111410    200.64    217.94
482.71/482.73	c  N dy  5124    758197     48629    207617         0     44180    630228   1162064    200.60    211.40
495.11/495.20	c  N dy  5258    778485     48629    207617         0     64468    630228   7151006    200.55    216.64
508.00/508.01	c  N dy  5387    798502     48629    207617         0     84485    630228  13067081    200.49    214.27
512.52/512.60	c  S st  5434    805933     48629    207617         0     48913    630228   2271837    200.44    160.05
512.91/512.90	c  S st  5434    806437     48629    207617         0     49417    630228   2377309    200.44   no data
512.91/512.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
513.01/513.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
513.11/513.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
513.11/513.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
513.11/513.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
513.11/513.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
513.11/513.19	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
513.31/513.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
513.51/513.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
514.11/514.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.64 s
514.21/514.21	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
514.21/514.26	c vivif2 --  cl tried    49417 cl shrink        0 lits rem          0 time: 0.04
514.51/514.53	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.27
514.51/514.55	c calculated reachability. Time: 0.00
514.51/514.55	c  N dy  5434    806437     48629    207617         0     49417    630228   2377309    200.44   no data
527.11/527.14	c  N dy  5573    826506     48629    207617         0     69484    630228   8450752    200.52    212.58
540.30/540.39	c  N dy  5709    846553     48629    207617         0     45535    630228    973184    200.56    211.34
552.81/552.89	c  N dy  5846    866744     48629    207617         0     65725    630228   7102498    200.62    222.65
567.01/567.08	c  N dy  5980    886756     48629    207617         0     85735    630228  13133904    200.63    214.01
583.02/583.01	c  N dy  6131    906808     48629    207617         0     60794    630228   5388288    200.75    212.05
596.71/596.78	c  N dy  6269    926931     48629    207617         0     80915    630228  11360254    200.73    217.76
610.11/610.15	c  N dy  6408    947035     48629    207617         0     55024    630228   3195832    200.74    214.21
623.01/623.05	c  N dy  6552    967157     48629    207617         0     75144    630228   9328521    200.82    213.02
636.42/636.47	c  N dy  6688    987275     48629    207617         0     48263    630228    913577    200.86    213.18
648.81/648.83	c  N dy  6820   1007349     48629    207617         0     68337    630228   6997515    200.84    251.64
662.01/662.08	c  N dy  6957   1027350     48629    207617         0     88338    630228  12971929    200.85    215.48
675.01/675.01	c  N dy  7100   1047404     48629    207617         0     60390    630228   4269441    200.88    233.53
687.91/687.92	c  N dy  7231   1067451     48629    207617         0     80434    630228  10272093    200.86    227.64
690.82/690.82	c  F st  7257   1071878     48629    207617         0     84861    630228  11555259    200.83   no data
701.21/701.21	c  N dy  7333   1087474     48629    207617         0     51462    630228   1286696    200.85    212.34
713.92/713.96	c  N dy  7474   1107515     48629    207617         0     71502    630228   7296200    200.87    218.09
727.12/727.19	c  N dy  7601   1127724     48629    207617         0     91711    630228  13357245    200.84    219.39
740.32/740.39	c  N dy  7748   1147856     48629    207617         0     61839    630228   4180235    200.94    212.14
753.12/753.17	c  N dy  7880   1167875     48629    207617         0     81855    630228  10147326    200.91    212.76
768.32/768.31	c  N dy  8014   1187961     48629    207617         0    101939    630228  16121159    200.90    218.31
784.12/784.17	c  N dy  8149   1207967     48629    207617         0     70946    630228   6505706    200.88    218.01
785.32/785.37	c  S st  8162   1209655     48629    207617         0     72634    630228   7048478    200.90   no data
785.72/785.73	c  S st  8162   1210158     48629    207617         0     73137    630228   7155905    200.90   no data
785.72/785.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
785.91/785.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.17
786.01/786.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
786.01/786.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
786.01/786.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
786.01/786.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
786.01/786.06	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
786.21/786.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
786.71/786.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
789.72/789.78	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.03 s
789.72/789.81	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
789.92/789.94	c vivif2 --  cl tried    73134 cl shrink        0 lits rem          0 time: 0.13
790.22/790.26	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.32
790.22/790.27	c calculated reachability. Time: 0.00
790.22/790.27	c  N dy  8162   1210158     48629    207617         0     73134    630228   7154250    200.90   no data
804.21/804.29	c  N dy  8296   1230246     48629    207617         0     93219    630228  13339279    200.97    228.01
817.61/817.60	c  N dy  8433   1250273     48629    207617         0     61251    630228   3292589    200.95    218.78
830.42/830.50	c  N dy  8565   1270532     48629    207617         0     81508    630228   9296159    200.92    213.19
844.31/844.32	c  N dy  8706   1290693     48629    207617         0    101667    630228  15342952    200.93    213.31
857.22/857.22	c  N dy  8846   1310750     48629    207617         0     68727    630228   5303769    200.95    214.21
870.32/870.40	c  N dy  8980   1330801     48629    207617         0     88778    630228  11235018    200.93    212.26
884.32/884.32	c  N dy  9128   1350807     48629    207617         0     54787    630228    818859    200.96    256.52
897.11/897.17	c  N dy  9269   1370877     48629    207617         0     74854    630228   6833907    200.99    212.19
910.73/910.71	c  N dy  9409   1390922     48629    207617         0     94898    630228  12912727    201.03    226.37
924.32/924.36	c  N dy  9545   1410983     48629    207617         0     59959    630228   2077748    201.04    216.02
937.32/937.37	c  N dy  9688   1431067     48629    207617         0     80042    630228   8178749    201.09    235.06
951.02/951.01	c  N dy  9826   1451144     48629    207617         0    100118    630228  14328335    201.12    211.93
964.73/964.77	c  N dy  9972   1471304     48629    207617         0     64281    630228   3090317    201.16    220.08
979.03/979.07	c  N dy 10113   1491330     48629    207617         0     84306    630228   9147259    201.18    226.24
993.12/993.15	c  N dy 10250   1511361     48629    207617         0    104336    630228  15150503    201.19    232.07
1006.72/1006.75	c  N dy 10390   1531440     48629    207617         0     67418    630228   3723638    201.20    251.62
1020.13/1020.10	c  N dy 10540   1551536     48629    207617         0     87512    630228   9825145    201.26    213.35
1033.93/1033.97	c  N dy 10676   1571552     48629    207617         0    107525    630228  15850736    201.27    212.16
1047.32/1047.35	c  N dy 10810   1591641     48629    207617         0     69621    630228   4145084    201.27    221.66
1060.53/1060.55	c  N dy 10950   1611661     48629    207617         0     89641    630228  10278546    201.30    215.97
1074.53/1074.57	c  N dy 11088   1631724     48629    207617         0    109702    630228  16293983    201.29    216.70
1088.03/1088.02	c  N dy 11226   1651813     48629    207617         0     70798    630228   4266566    201.32    214.13
1099.52/1099.58	c  N dy 11363   1671864     48629    207617         0     90846    630228  10300723    201.32    216.31
1111.72/1111.77	c  N dy 11506   1691937     48629    207617         0    110918    630228  16356227    201.36    213.04
1122.43/1122.47	c  S st 11625   1710158     48629    207617         0     69141    630228   3291647    201.33    193.43
1122.73/1122.75	c  S st 11625   1710664     48629    207617         0     69647    630228   3403363    201.33   no data
1122.73/1122.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1122.93/1122.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.14
1122.93/1122.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1122.93/1122.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1122.93/1123.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1123.03/1123.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
1123.03/1123.04	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1123.23/1123.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
1123.33/1123.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1125.03/1125.02	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.59 s
1125.03/1125.04	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.02
1125.03/1125.09	c vivif2 --  cl tried    69646 cl shrink        0 lits rem          0 time: 0.06
1125.34/1125.37	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.27
1125.34/1125.38	c calculated reachability. Time: 0.00
1125.34/1125.38	c  N dy 11625   1710664     48629    207617         0     69646    630228   3403285    201.33   no data
1136.92/1136.96	c  N dy 11770   1730753     48629    207617         0     89734    630228   9437782    201.36    213.54
1149.02/1149.02	c  N dy 11907   1750931     48629    207617         0    109912    630228  15472269    201.35    216.65
1160.83/1160.86	c  N dy 12032   1771020     48629    207617         0     69001    630228   2907942    201.29    211.98
1172.32/1172.35	c  N dy 12173   1791032     48629    207617         0     89013    630228   8923269    201.31    218.59
1184.43/1184.46	c  N dy 12311   1811270     48629    207617         0    109250    630228  15012833    201.32    213.49
1196.53/1196.59	c  N dy 12446   1831293     48629    207617         0     67270    630228   2164975    201.30    212.47
1207.93/1207.92	c  N dy 12584   1851348     48629    207617         0     87325    630228   8162970    201.28    216.42
1220.03/1220.08	c  N dy 12725   1871645     48629    207617         0    107621    630228  14379443    201.31    231.74
1232.43/1232.42	c  N dy 12854   1891730     48629    207617         0     64706    630228   1104735    201.31    220.02
1243.83/1243.80	c  N dy 12989   1911877     48629    207617         0     84853    630228   7142952    201.31    213.52
1255.73/1255.73	c  N dy 13126   1931920     48629    207617         0    104896    630228  13173599    201.31    215.71
1268.43/1268.43	c  N dy 13268   1952080     48629    207617         0    125055    630228  19266522    201.36    212.55
1279.93/1279.95	c  N dy 13409   1972101     48629    207617         0     81083    630228   5847687    201.38    213.10
1291.73/1291.74	c  N dy 13549   1992157     48629    207617         0    101139    630228  11937533    201.40    215.75

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 5.58 4.51 3.48 4/328 15127
/proc/meminfo: memFree=12573400/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=29348 CPUtime=0 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 2919 0 0 0 0 0 0 0 19 0 1 0 728309327 30052352 2351 33554432000 4194304 4580011 140735707038656 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 7337 2355 322 95 0 2319 0

[startup+0.0241771 s]
/proc/loadavg: 5.58 4.51 3.48 4/328 15127
/proc/meminfo: memFree=12573400/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=46692 CPUtime=0.01 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 5386 0 0 0 1 0 0 0 19 0 1 0 728309327 47812608 4276 33554432000 4194304 4580011 140735707038656 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 11673 4277 324 95 0 6655 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 46692

[startup+0.101169 s]
/proc/loadavg: 5.58 4.51 3.48 4/328 15127
/proc/meminfo: memFree=12573400/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=54948 CPUtime=0.09 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 8146 0 0 0 8 1 0 0 19 0 1 0 728309327 56266752 7036 33554432000 4194304 4580011 140735707038656 18446744073709551615 4487317 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 13737 7037 324 95 0 8719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54948

[startup+0.301134 s]
/proc/loadavg: 5.58 4.51 3.48 4/328 15127
/proc/meminfo: memFree=12573400/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=59380 CPUtime=0.29 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 9451 0 0 0 28 1 0 0 20 0 1 0 728309327 60805120 8341 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 14845 8341 339 95 0 9827 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59380

[startup+0.701071 s]
/proc/loadavg: 5.58 4.51 3.48 4/328 15127
/proc/meminfo: memFree=12573400/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=91496 CPUtime=0.69 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 17470 0 0 0 67 2 0 0 20 0 1 0 728309327 93691904 15539 33554432000 4194304 4580011 140735707038656 18446744073709551615 231895155631 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 22874 15539 354 95 0 17856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91496

[startup+1.5009 s]
/proc/loadavg: 5.58 4.51 3.48 6/329 15128
/proc/meminfo: memFree=12487584/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=91496 CPUtime=1.49 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 17890 0 0 0 147 2 0 0 23 0 1 0 728309327 93691904 15959 33554432000 4194304 4580011 140735707038656 18446744073709551615 4296069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 22874 15959 364 95 0 17856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91496

[startup+3.1006 s]
/proc/loadavg: 5.58 4.51 3.48 5/329 15128
/proc/meminfo: memFree=12474188/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=124312 CPUtime=3.09 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 18899 0 0 0 307 2 0 0 25 0 1 0 728309327 127295488 16968 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 31078 16968 364 95 0 26060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124312

[startup+6.301 s]
/proc/loadavg: 5.46 4.50 3.48 5/329 15128
/proc/meminfo: memFree=12456456/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=124312 CPUtime=6.29 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 20667 0 0 0 626 3 0 0 25 0 1 0 728309327 127295488 18736 33554432000 4194304 4580011 140735707038656 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 31078 18736 364 95 0 26060 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124312

[startup+12.7008 s]
/proc/loadavg: 5.34 4.49 3.48 5/329 15128
/proc/meminfo: memFree=12317472/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=101016 CPUtime=12.69 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 26137 0 0 0 1266 3 0 0 25 0 1 0 728309327 103440384 16927 33554432000 4194304 4580011 140735707038656 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 25254 16927 364 95 0 20236 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101016

[startup+25.5004 s]
/proc/loadavg: 5.12 4.48 3.50 5/329 15129
/proc/meminfo: memFree=12138948/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=253272 CPUtime=25.49 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 51658 0 0 0 2541 8 0 0 25 0 1 0 728309327 259350528 42448 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 63318 42448 367 95 0 58300 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 253272

[startup+51.1006 s]
/proc/loadavg: 4.80 4.46 3.51 5/329 15129
/proc/meminfo: memFree=12216244/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=285316 CPUtime=51.09 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 74483 0 0 0 5097 12 0 0 25 0 1 0 728309327 292163584 48267 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 71329 48267 367 95 0 66311 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 285316

[startup+102.312 s]
/proc/loadavg: 4.35 4.39 3.54 5/329 15131
/proc/meminfo: memFree=12067440/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=403364 CPUtime=102.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 126165 0 0 0 10209 21 0 0 25 0 1 0 728309327 413044736 81199 33554432000 4194304 4580011 140735707038656 18446744073709551615 4451485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 100841 81199 367 95 0 95823 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 403364

[startup+162.301 s]
/proc/loadavg: 4.12 4.31 3.56 5/329 15132
/proc/meminfo: memFree=11723916/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=370472 CPUtime=162.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 152730 0 0 0 16202 28 0 0 25 0 1 0 728309327 379363328 85513 33554432000 4194304 4580011 140735707038656 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 92618 85513 367 95 0 87600 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 370472

[startup+222.301 s]
/proc/loadavg: 4.04 4.25 3.59 5/329 15134
/proc/meminfo: memFree=11763296/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=438656 CPUtime=222.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 175928 0 0 0 22197 33 0 0 25 0 1 0 728309327 449183744 87695 33554432000 4194304 4580011 140735707038656 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 109664 87695 367 95 0 104646 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 438656

[startup+282.301 s]
/proc/loadavg: 4.01 4.20 3.61 5/329 15135
/proc/meminfo: memFree=11733492/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=383300 CPUtime=282.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 200438 0 0 0 28191 39 0 0 25 0 1 0 728309327 392499200 89492 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 95825 89492 367 95 0 90807 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 383300

[startup+342.301 s]
/proc/loadavg: 4.13 4.20 3.64 5/329 15137
/proc/meminfo: memFree=11463272/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=453672 CPUtime=342.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 222435 0 0 0 34185 45 0 0 25 0 1 0 728309327 464560128 94787 33554432000 4194304 4580011 140735707038656 18446744073709551615 4416224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 113418 94787 367 95 0 108400 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 453672

[startup+402.3 s]
/proc/loadavg: 4.05 4.16 3.66 5/329 15139
/proc/meminfo: memFree=11375324/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=404068 CPUtime=402.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 249508 0 0 0 40179 51 0 0 25 0 1 0 728309327 413765632 94588 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 101017 94588 367 95 0 95999 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 404068

[startup+462.301 s]
/proc/loadavg: 4.02 4.13 3.68 5/329 15140
/proc/meminfo: memFree=11384348/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=487356 CPUtime=462.31 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 274606 0 0 0 46174 57 0 0 25 0 1 0 728309327 499052544 99884 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 121839 99884 367 95 0 116821 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 487356

[startup+522.301 s]
/proc/loadavg: 4.00 4.10 3.70 5/329 15142
/proc/meminfo: memFree=11344136/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=487564 CPUtime=522.31 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 296859 0 0 0 52167 64 0 0 25 0 1 0 728309327 499265536 101546 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 121891 101546 367 95 0 116873 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 487564

[startup+582.3 s]
/proc/loadavg: 4.16 4.13 3.73 5/329 15143
/proc/meminfo: memFree=11310604/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=487824 CPUtime=582.3 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 317955 0 0 0 58160 70 0 0 25 0 1 0 728309327 499531776 100475 33554432000 4194304 4580011 140735707038656 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 121956 100475 367 95 0 116938 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 487824

[startup+642.301 s]
/proc/loadavg: 4.06 4.10 3.74 5/329 15145
/proc/meminfo: memFree=11346648/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=489752 CPUtime=642.32 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 340537 0 0 0 64154 78 0 0 25 0 1 0 728309327 501506048 99645 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 122438 99645 367 95 0 117420 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 489752

[startup+702.301 s]
/proc/loadavg: 4.02 4.08 3.75 5/329 15147
/proc/meminfo: memFree=11298368/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=420532 CPUtime=702.31 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 364743 0 0 0 70148 83 0 0 25 0 1 0 728309327 430624768 98901 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 105133 98901 367 95 0 100115 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 420532

[startup+762.312 s]
/proc/loadavg: 4.00 4.06 3.76 5/329 15148
/proc/meminfo: memFree=11187724/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=490120 CPUtime=762.33 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 388205 0 0 0 76143 90 0 0 25 0 1 0 728309327 501882880 109665 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 122530 109665 367 95 0 117512 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 490120

[startup+822.301 s]
/proc/loadavg: 4.00 4.05 3.78 5/329 15150
/proc/meminfo: memFree=11275468/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=491964 CPUtime=822.32 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 406585 0 0 0 82135 97 0 0 25 0 1 0 728309327 503771136 101812 33554432000 4194304 4580011 140735707038656 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 122991 101812 367 95 0 117973 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 491964

[startup+882.301 s]
/proc/loadavg: 4.00 4.04 3.79 5/329 15160
/proc/meminfo: memFree=11104728/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=509540 CPUtime=882.32 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 435135 0 0 0 88125 107 0 0 25 0 1 0 728309327 521768960 116950 33554432000 4194304 4580011 140735707038656 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 127385 116950 367 95 0 122367 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 509540

[startup+942.3 s]
/proc/loadavg: 4.03 4.04 3.80 5/329 15162
/proc/meminfo: memFree=10919256/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=509868 CPUtime=942.32 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 457282 0 0 0 94118 114 0 0 25 0 1 0 728309327 522104832 111069 33554432000 4194304 4580011 140735707038656 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 127467 111069 367 95 0 122449 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 509868

[startup+1002.3 s]
/proc/loadavg: 3.72 3.97 3.79 4/323 15182
/proc/meminfo: memFree=14019636/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=439900 CPUtime=1002.33 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 479536 0 0 0 100113 120 0 0 25 0 1 0 728309327 450457600 103810 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 109975 103810 367 95 0 104957 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 439900

[startup+1062.3 s]
/proc/loadavg: 2.74 3.65 3.70 3/317 15201
/proc/meminfo: memFree=15117992/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=510612 CPUtime=1062.33 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 502445 0 0 0 106106 127 0 0 25 0 1 0 728309327 522866688 111675 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 127653 111675 367 95 0 122635 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 510612

[startup+1122.3 s]
/proc/loadavg: 1.87 3.25 3.55 2/311 15221
/proc/meminfo: memFree=15319456/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=511200 CPUtime=1122.33 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 526043 0 0 0 112098 135 0 0 25 0 1 0 728309327 523468800 103991 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 127800 103991 367 95 0 122782 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 511200

[startup+1182.3 s]
/proc/loadavg: 1.32 2.84 3.39 2/311 15222
/proc/meminfo: memFree=15279236/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=511364 CPUtime=1182.33 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 552376 0 0 0 118091 142 0 0 25 0 1 0 728309327 523636736 114564 33554432000 4194304 4580011 140735707038656 18446744073709551615 4325625 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 127841 114564 367 95 0 122823 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 511364

[startup+1242.3 s]
/proc/loadavg: 1.12 2.50 3.24 2/311 15224
/proc/meminfo: memFree=15307720/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=511988 CPUtime=1242.33 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 577549 0 0 0 124082 151 0 0 25 0 1 0 728309327 524275712 107163 33554432000 4194304 4580011 140735707038656 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 127997 107163 367 95 0 122979 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 511988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.04 2.22 3.10 2/311 15226
/proc/meminfo: memFree=15268636/32950928 swapFree=67085488/67111528
[pid=15127] ppid=15125 vsize=512180 CPUtime=1300.03 cores=1,3
/proc/15127/stat : 15127 (strangenight2-s) R 15125 15127 14827 0 -1 4202496 603820 0 0 0 129846 157 0 0 25 0 1 0 728309327 524472320 116650 33554432000 4194304 4580011 140735707038656 18446744073709551615 4320914 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15127/statm: 128045 116650 367 95 0 123027 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 512180

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.08
CPU user time (s): 1298.47
CPU system time (s): 1.60176
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 512180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.47
system time used= 1.60176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603823
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= 12
involuntary context switches= 1211

runsolver used 3.67944 second user time and 9.37358 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 15:46:26
IDJOB=3367341
IDBENCH=82550
IDSOLVER=1845
FILE ID=node114/3367341-1305380786
RUNJOBID= node114-1305379155-14847
PBS_JOBID= 13324388
Free space on /tmp= 72920 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367341-1305380786/watcher-3367341-1305380786 -o /tmp/evaluation-result-3367341-1305380786/solver-3367341-1305380786 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367341-1305380786.cnf

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=619393618

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12573564 kB
Buffers:        256756 kB
Cached:        6251020 kB
SwapCached:         96 kB
Active:       15017176 kB
Inactive:      4941628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12573564 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           13832 kB
Writeback:           0 kB
AnonPages:    13450892 kB
Mapped:          27904 kB
Slab:           308940 kB
PageTables:      44760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 56466684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72972 MiB
End job on node114 at 2011-05-14 16:08:09