Trace number 3367356

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
MD5SUM3b06c2c5c22c8501e021c8b11d20bcd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1042.77
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367356-1305380934.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.09/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.10	c -- vars added      40000
0.09/0.10	c Parsing time:  0.09 s
0.09/0.10	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.19/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.29/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.59/0.66	c lits-rem:         0  cl-subs:        0  v-elim:   1025  v-fix:    0  time:  0.23 s
0.59/0.67	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.72	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.72	c calculated reachability. Time: 0.00
0.69/0.73	c Calc default polars -  time:   0.01 s pos:   17730 undec:    4423 neg:   17847
0.69/0.73	c =========================================================================================
0.69/0.73	c types(t): F = full restart, N = normal restart
0.69/0.73	c types(t): S = simplification begin/end, E = solution found
0.69/0.73	c restart types(rt): st = static, dy = dynamic
0.69/0.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.73	c  B st     0         0     38975    166810         0         0    506839         0   no data   no data
2.49/2.54	c  N dy    19      4112     38975    166810         0      4112    506839   1269761    192.38    207.36
4.29/4.36	c  N dy    45      8247     38975    166810         0      8247    506839   2408952    183.70    195.55
6.09/6.16	c  N dy    74     12358     38975    166810         0     12357    506839   3510136    182.07    195.94
7.99/8.02	c  N dy   104     16385     38975    166810         0     16382    506839   4624933    183.11    197.44
9.90/9.91	c  N dy   130     20420     38975    166810         0     10420    506839    797048    181.74    196.96
11.69/11.70	c  N dy   155     24441     38975    166810         0     14440    506839   1874230    180.95    191.95
11.89/11.95	c  F st   159     25002     38975    166810         0     15001    506839   2013816    180.46    145.07
14.39/14.47	c  N dy   165     30000     38975    166810         0     19998    506839   4098895    180.46   no data
14.39/14.47	c  S st   165     30000     38975    166810         0     19998    506839   4098895    180.46   no data
14.59/14.69	c  S st   165     30501     38975    166810         0     20499    506839   4199194    180.46   no data
14.69/14.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.79/14.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.79/14.87	c blocked clauses removed:      644 vars:    113 tried:       38975 T: 0.02 s
14.79/14.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.79/14.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.79/14.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38862 time:  0.01 s
14.89/14.91	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.99/15.09	c lits-rem:         0  cl-subs:        0  v-elim:     23  v-fix:    0  time:  0.18 s
15.29/15.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.09/16.14	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.73 s
16.29/16.32	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.17
16.29/16.32	c calculated reachability. Time: 0.00
16.29/16.33	c  N dy   165     30501     38839    166144         0     19517    505010   3530441    180.46   no data
18.29/18.31	c  N dy   193     34749     38839    166144         0     23765    505010   4671250    180.05    200.19
20.19/20.22	c  N dy   220     38753     38839    166144         0     27769    505010   5796642    180.16    197.91
22.09/22.12	c  N dy   244     42774     38839    166144         0     16780    505010   1257380    179.61    189.79
23.39/23.49	c  S st   265     45751     38839    166144         0     19757    505010   2044941    179.51    124.45
23.69/23.71	c  S st   265     46253     38839    166144         0     20259    505010   2125111    179.51   no data
23.69/23.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.79/23.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
23.79/23.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.79/23.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.79/23.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.79/23.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
23.89/23.91	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
23.99/24.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
24.10/24.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.39/24.45	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.26 s
24.39/24.47	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
24.49/24.50	c vivif2 --  cl tried    20256 cl shrink        0 lits rem          0 time: 0.03
24.59/24.68	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.18
24.59/24.69	c calculated reachability. Time: 0.00
24.59/24.69	c  N dy   265     46253     38839    166144         0     20256    505010   2123849    179.51   no data
26.59/26.61	c  N dy   294     50271     38839    166144         0     24273    505010   3262652    180.02    196.38
28.50/28.55	c  N dy   318     54348     38839    166144         0     28349    505010   4328610    179.54    190.78
30.49/30.50	c  N dy   348     58427     38839    166144         0     32428    505010   5451273    179.75    190.72
32.49/32.54	c  N dy   376     62720     38839    166144         0     36720    505010   6592403    179.43    194.62
34.39/34.48	c  N dy   403     66763     38839    166144         0     22263    505010   1781754    179.14    189.90
35.69/35.72	c  S st   423     69382     38839    166144         0     24882    505010   2499420    179.40   no data
35.89/35.96	c  S st   423     69885     38839    166144         0     25385    505010   2601856    179.40   no data
35.89/35.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35.99/36.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
36.09/36.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.09/36.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
36.09/36.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.09/36.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
36.09/36.16	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
36.20/36.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
36.39/36.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.79/36.88	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.40 s
36.89/36.90	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
36.89/36.94	c vivif2 --  cl tried    25383 cl shrink        0 lits rem          0 time: 0.04
37.09/37.13	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.19
37.09/37.14	c calculated reachability. Time: 0.00
37.09/37.14	c  N dy   423     69885     38839    166144         0     25383    505010   2600446    179.40   no data
39.29/39.36	c  N dy   456     74531     38839    166144         0     30029    505010   3867242    179.68    196.39
41.59/41.62	c  N dy   479     79358     38839    166144         0     34856    505010   5128729    179.14    192.06
44.09/44.11	c  N dy   511     84482     38839    166144         0     39979    505010   6486746    178.98    222.42
45.59/45.61	c  F st   532     87500     38839    166144         0     22245    505010   1119629    179.05    151.29
47.30/47.31	c  N st   537     90798     38839    166144         0     25543    505010   2340782    179.05   no data
50.09/50.14	c  N dy   564     96651     38839    166144         0     31396    505010   4297164    179.22    189.21
53.19/53.24	c  N dy   606    103027     38839    166144         0     37772    505010   6024813    179.14    191.52
54.09/54.14	c  S st   617    104828     38839    166144         0     39573    505010   6500082    179.08   no data
54.39/54.40	c  S st   617    105334     38839    166144         0     40079    505010   6596257    179.08   no data
54.39/54.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
54.49/54.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
54.49/54.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.49/54.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.59/54.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.59/54.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
54.59/54.62	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
54.69/54.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
55.10/55.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.79/56.82	c lits-rem:        17  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.60 s
56.79/56.84	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
56.89/56.94	c vivif2 --  cl tried    40073 cl shrink        0 lits rem          0 time: 0.11
57.10/57.15	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.21
57.10/57.16	c calculated reachability. Time: 0.00
57.10/57.16	c  N dy   617    105334     38839    166144         0     40073    505010   6590421    179.08   no data
60.51/60.59	c  N dy   666    112089     38839    166144         0     24451    505010   1285124    179.36    195.09
63.99/64.06	c  N dy   714    119326     38839    166144         0     31688    505010   3232109    179.35    196.39
67.79/67.85	c  N dy   764    127002     38839    166144         0     39363    505010   5322143    179.37    231.39
71.89/71.93	c  N dy   816    135146     38839    166144         0     23826    505010    691127    179.28    199.03
76.19/76.26	c  N dy   876    143881     38839    166144         0     32561    505010   3071953    179.35    192.32
80.89/80.96	c  N dy   947    153132     38839    166144         0     41811    505010   5603123    179.63    199.28
83.39/83.44	c  S st   982    158001     38839    166144         0     46680    505010   6881832    179.51   no data
83.69/83.70	c  S st   982    158503     38839    166144         0     47182    505010   6998244    179.51   no data
83.69/83.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
83.79/83.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
83.79/83.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.79/83.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
83.89/83.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.89/83.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
83.89/83.93	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
84.09/84.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
84.50/84.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
86.70/86.77	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.23 s
86.70/86.79	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
86.80/86.90	c vivif2 --  cl tried    47178 cl shrink        0 lits rem          0 time: 0.11
87.10/87.13	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.22
87.10/87.14	c calculated reachability. Time: 0.00
87.10/87.14	c  N dy   982    158503     38839    166144         0     47178    505010   6995273    179.51   no data
92.09/92.12	c  N dy  1045    168714     38839    166144         0     32546    505010   2717508    179.36    189.13
97.49/97.54	c  N dy  1120    179578     38839    166144         0     43410    505010   5660751    179.45    195.07
103.30/103.37	c  N dy  1195    191105     38839    166144         0     29017    505010   1423840    179.31    197.34
109.39/109.42	c  N dy  1276    203353     38839    166144         0     41264    505010   4776583    179.48    208.14
116.00/116.02	c  N dy  1365    216348     38839    166144         0     27296    505010    648436    179.49    189.42
122.80/122.86	c  N dy  1466    230285     38839    166144         0     41232    505010   4422962    179.54    197.11
126.69/126.71	c  S st  1516    237754     38839    166144         0     48701    505010   6466725    179.54    181.51
126.89/126.98	c  S st  1516    238259     38839    166144         0     49206    505010   6577776    179.54   no data
126.99/127.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
127.09/127.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
127.09/127.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.09/127.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
127.09/127.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
127.19/127.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
127.19/127.22	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
127.29/127.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
127.69/127.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
129.90/129.98	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.21 s
130.00/130.00	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
130.10/130.11	c vivif2 --  cl tried    49202 cl shrink        0 lits rem          0 time: 0.11
130.30/130.33	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.23
130.30/130.34	c calculated reachability. Time: 0.00
130.30/130.34	c  N dy  1516    238259     38839    166144         0     49202    505010   6576861    179.54   no data
137.99/138.10	c  N dy  1622    253502     38839    166144         0     36465    505010   2900972    179.68    255.17
146.40/146.45	c  N dy  1729    269824     38839    166144         0     52786    505010   7347372    179.63    189.58
155.20/155.26	c  N dy  1854    287135     38839    166144         0     41108    505010   3861402    179.75    199.50
164.90/164.92	c  N dy  1984    305561     38839    166144         0     59533    505010   8909609    179.78    189.60
165.30/165.34	c  F st  1990    306251     38839    166144         0     30230    505010    574260    179.76   no data
174.91/174.96	c  N dy  2093    325177     38839    166144         0     49156    505010   6199549    179.87    195.65
185.39/185.42	c  N dy  2235    345329     38839    166144         0     38310    505010   2520649    179.97    191.27
191.60/191.63	c  S st  2324    357389     38839    166144         0     50369    505010   5837471    180.04    171.80
191.90/191.91	c  S st  2324    357894     38839    166144         0     50874    505010   5936472    180.04   no data
191.90/191.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
192.00/192.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
192.10/192.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
192.10/192.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
192.10/192.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
192.10/192.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
192.10/192.15	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
192.29/192.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
192.59/192.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
194.71/194.76	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.10 s
194.71/194.78	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
194.80/194.88	c vivif2 --  cl tried    50871 cl shrink        0 lits rem          0 time: 0.10
195.10/195.10	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.23
195.10/195.11	c calculated reachability. Time: 0.00
195.10/195.11	c  N dy  2324    357894     38839    166144         0     50871    505010   5935949    180.04   no data
205.49/205.53	c  N dy  2466    377987     38839    166144         0     38965    505010   2433372    180.15    197.26
215.89/215.93	c  N dy  2600    398085     38839    166144         0     59062    505010   7924901    180.28    192.14
226.29/226.38	c  N dy  2735    418236     38839    166144         0     46219    505010   4091836    180.30    193.28
237.00/237.09	c  N dy  2879    438323     38839    166144         0     66305    505010   9612444    180.43    191.78
247.40/247.48	c  N dy  3013    458491     38839    166144         0     52473    505010   5497906    180.35    198.22
258.30/258.32	c  N dy  3149    478681     38839    166144         0     37661    505010   1236856    180.34    191.18
268.60/268.68	c  N dy  3286    498690     38839    166144         0     57670    505010   6715657    180.34    194.14
279.50/279.50	c  N dy  3424    518740     38839    166144         0     41722    505010   2079904    180.46    228.27
289.00/289.00	c  S st  3547    536841     38839    166144         0     59823    505010   6990547    180.47   no data
289.20/289.28	c  S st  3547    537345     38839    166144         0     60327    505010   7091376    180.47   no data
289.31/289.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
289.40/289.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
289.40/289.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
289.40/289.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
289.50/289.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
289.50/289.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
289.50/289.53	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
289.70/289.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
289.99/290.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
293.00/293.04	c lits-rem:         7  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.93 s
293.00/293.06	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
293.09/293.18	c vivif2 --  cl tried    60321 cl shrink        0 lits rem          0 time: 0.12
293.40/293.42	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.24
293.40/293.43	c calculated reachability. Time: 0.00
293.40/293.43	c  N dy  3547    537345     38839    166144         0     60321    505010   7088290    180.47   no data
304.20/304.29	c  N dy  3693    557371     38839    166144         0     43344    505010   2279057    180.56    198.19
314.90/314.92	c  N dy  3832    577408     38839    166144         0     63380    505010   7829592    180.66    200.19
325.61/325.68	c  N dy  3963    597503     38839    166144         0     45476    505010   2605725    180.66    192.19
336.30/336.32	c  N dy  4101    617674     38839    166144         0     65645    505010   8092098    180.64    190.94
347.20/347.22	c  N dy  4240    637757     38839    166144         0     46728    505010   2574982    180.62    236.23
357.80/357.88	c  N dy  4379    657944     38839    166144         0     66913    505010   8095069    180.64    193.71
368.90/368.97	c  N dy  4526    677946     38839    166144         0     46917    505010   2401683    180.69    193.46
379.52/379.57	c  N dy  4656    698136     38839    166144         0     67107    505010   7836573    180.61    191.16
390.80/390.80	c  N dy  4797    718360     38839    166144         0     46335    505010   1963595    180.60    194.12
401.51/401.55	c  N dy  4939    738407     38839    166144         0     66382    505010   7552175    180.65    214.42
412.70/412.74	c  N dy  5077    758422     38839    166144         0     44395    505010   1171492    180.67    190.50
423.51/423.54	c  N dy  5216    778614     38839    166144         0     64585    505010   6786290    180.69    193.24
434.81/434.88	c  N dy  5355    798623     38839    166144         0     84594    505010  12308722    180.76    209.11
438.81/438.82	c  S st  5406    806018     38839    166144         0     48994    505010   2143236    180.76    171.47
439.10/439.10	c  S st  5406    806518     38839    166144         0     49494    505010   2242389    180.76   no data
439.10/439.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
439.20/439.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
439.20/439.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
439.20/439.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
439.30/439.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
439.30/439.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
439.30/439.33	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
439.40/439.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
439.50/439.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
440.20/440.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.66 s
440.20/440.29	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
440.30/440.33	c vivif2 --  cl tried    49494 cl shrink        0 lits rem          0 time: 0.04
440.50/440.55	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.22
440.50/440.57	c calculated reachability. Time: 0.00
440.50/440.57	c  N dy  5406    806518     38839    166144         0     49494    505010   2242389    180.76   no data
451.41/451.40	c  N dy  5538    826686     38839    166144         0     69661    505010   7779169    180.74    192.25
462.81/462.88	c  N dy  5683    846870     38839    166144         0     45857    505010   1027435    180.81    195.14
473.60/473.60	c  N dy  5815    867062     38839    166144         0     66046    505010   6598058    180.82    197.84
485.51/485.55	c  N dy  5949    887115     38839    166144         0     86098    505010  12138714    180.83    190.39
496.40/496.40	c  N dy  6080    907183     38839    166144         0     61164    505010   4987744    180.84    235.41
507.51/507.58	c  N dy  6215    927209     38839    166144         0     81190    505010  10521342    180.81    193.39
518.81/518.85	c  N dy  6351    947359     38839    166144         0     55339    505010   3065073    180.81    192.16
529.81/529.88	c  N dy  6485    967451     38839    166144         0     75429    505010   8708736    180.86    193.32
541.60/541.60	c  N dy  6627    987528     38839    166144         0     48509    505010    907525    180.89    194.28
552.51/552.50	c  N dy  6769   1007692     38839    166144         0     68670    505010   6515499    180.95    192.82
563.91/563.91	c  N dy  6912   1027777     38839    166144         0     88753    505010  12042789    180.99    211.91
575.21/575.21	c  N dy  7056   1047878     38839    166144         0     60857    505010   4053927    181.06    191.86
586.50/586.57	c  N dy  7197   1068145     38839    166144         0     81122    505010   9704135    181.10    191.09
588.71/588.74	c  F st  7225   1071875     38839    166144         0     84852    505010  10761676    181.12    164.19
598.31/598.33	c  N dy  7302   1088233     38839    166144         0     52209    505010   1390800    181.10    203.08
609.32/609.37	c  N dy  7445   1108336     38839    166144         0     72312    505010   7004072    181.16    196.47
621.01/621.07	c  N dy  7578   1128635     38839    166144         0     92610    505010  12544957    181.15    194.48
632.31/632.30	c  N dy  7717   1148651     38839    166144         0     62625    505010   4036901    181.16    192.41
643.71/643.70	c  N dy  7856   1168714     38839    166144         0     82688    505010   9543063    181.18    255.89
655.71/655.72	c  N dy  7997   1188732     38839    166144         0     51710    505010    750974    181.20    203.60
666.62/666.65	c  N dy  8132   1208988     38839    166144         0     71964    505010   6335655    181.17    193.71
667.11/667.11	c  S st  8140   1209778     38839    166144         0     72754    505010   6565028    181.18   no data
667.41/667.40	c  S st  8140   1210279     38839    166144         0     73255    505010   6658897    181.18   no data
667.41/667.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
667.51/667.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
667.61/667.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
667.61/667.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
667.61/667.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
667.61/667.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
667.61/667.66	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
667.81/667.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
668.11/668.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
671.41/671.49	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.28 s
671.51/671.51	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
671.61/671.63	c vivif2 --  cl tried    73252 cl shrink        0 lits rem          0 time: 0.11
671.81/671.89	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.26
671.91/671.90	c calculated reachability. Time: 0.00
671.91/671.90	c  N dy  8140   1210279     38839    166144         0     73252    505010   6657706    181.18   no data
683.51/683.50	c  N dy  8282   1230372     38839    166144         0     93344    505010  12247509    181.22    196.64
694.92/694.95	c  N dy  8418   1250582     38839    166144         0     61557    505010   3117899    181.21    192.60
706.72/706.73	c  N dy  8555   1270632     38839    166144         0     81606    505010   8550902    181.22    196.35
718.91/718.92	c  N dy  8696   1290923     38839    166144         0    101897    505010  14185624    181.25    197.92
730.01/730.02	c  N dy  8833   1310948     38839    166144         0     68924    505010   5045593    181.27    199.38
741.42/741.42	c  N dy  8968   1330950     38839    166144         0     88925    505010  10605480    181.28    193.09
753.42/753.45	c  N dy  9098   1351168     38839    166144         0     55145    505010    870802    181.25    194.31
764.42/764.48	c  N dy  9236   1371366     38839    166144         0     75342    505010   6370471    181.24    191.71
776.32/776.38	c  N dy  9377   1391754     38839    166144         0     95728    505010  12060745    181.30    193.94
788.22/788.21	c  N dy  9509   1411758     38839    166144         0     60732    505010   2133623    181.25    191.88
799.32/799.30	c  N dy  9645   1431790     38839    166144         0     80762    505010   7673916    181.25    191.70
811.31/811.33	c  N dy  9780   1452042     38839    166144         0    101013    505010  13282549    181.25    202.05
823.01/823.08	c  N dy  9914   1472052     38839    166144         0     65026    505010   3007391    181.26    191.81
834.42/834.49	c  N dy 10048   1492264     38839    166144         0     85236    505010   8600003    181.26    202.14
846.51/846.58	c  N dy 10190   1512295     38839    166144         0    105264    505010  14087561    181.28    193.26
858.31/858.31	c  N dy 10330   1532337     38839    166144         0     68306    505010   3692950    181.29    194.01
869.62/869.68	c  N dy 10468   1552364     38839    166144         0     88332    505010   9220280    181.30    201.64
881.82/881.89	c  N dy 10609   1572378     38839    166144         0    108345    505010  14700347    181.32    196.35
893.52/893.51	c  N dy 10738   1592398     38839    166144         0     70368    505010   3939278    181.31    192.82
905.02/905.06	c  N dy 10881   1612533     38839    166144         0     90503    505010   9564398    181.35    195.24
917.22/917.31	c  N dy 11021   1632563     38839    166144         0    110533    505010  15074028    181.36    191.42
929.22/929.22	c  N dy 11153   1652699     38839    166144         0     71674    505010   4032913    181.35    196.05
941.92/941.98	c  N dy 11291   1672784     38839    166144         0     91757    505010   9553636    181.36    191.71
953.12/953.18	c  N dy 11434   1693019     38839    166144         0    111991    505010  15193922    181.38    197.81
961.92/961.99	c  S st 11548   1710279     38839    166144         0     69248    505010   3106320    181.36    139.21
962.22/962.23	c  S st 11548   1710784     38839    166144         0     69753    505010   3201524    181.36   no data
962.22/962.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
962.32/962.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.11
962.42/962.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
962.42/962.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
962.42/962.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
962.42/962.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
962.42/962.46	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
962.62/962.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
962.72/962.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
964.42/964.41	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.64 s
964.42/964.43	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
964.42/964.48	c vivif2 --  cl tried    69753 cl shrink        0 lits rem          0 time: 0.05
964.62/964.70	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.22
964.73/964.71	c calculated reachability. Time: 0.00
964.73/964.71	c  N dy 11548   1710784     38839    166144         0     69753    505010   3201521    181.36   no data
974.72/974.72	c  N dy 11684   1730876     38839    166144         0     89844    505010   8725311    181.37    207.71
985.22/985.21	c  N dy 11822   1750909     38839    166144         0    109875    505010  14296951    181.38    195.82
995.72/995.75	c  N dy 11961   1770915     38839    166144         0     68884    505010   2806263    181.41    205.35
1005.52/1005.56	c  N dy 12086   1790936     38839    166144         0     88905    505010   8323091    181.38    200.26
1016.02/1016.08	c  N dy 12227   1810989     38839    166144         0    108955    505010  13859594    181.39    194.92
1026.82/1026.86	c  N dy 12367   1831046     38839    166144         0     67013    505010   1971535    181.40    197.32
1036.72/1036.75	c  N dy 12508   1851200     38839    166144         0     87167    505010   7570805    181.42    199.26
1047.32/1047.31	c  N dy 12648   1871345     38839    166144         0    107311    505010  13197791    181.45    193.69
1058.32/1058.35	c  N dy 12789   1891349     38839    166144         0     64319    505010    987908    181.47    192.12
1068.14/1068.18	c  N dy 12927   1911370     38839    166144         0     84338    505010   6561952    181.50    199.36
1078.42/1078.48	c  N dy 13059   1931400     38839    166144         0    104368    505010  11987552    181.48    191.04
1089.32/1089.36	c  N dy 13190   1951479     38839    166144         0    124445    505010  17505384    181.47    192.88
1099.53/1099.50	c  N dy 13328   1971546     38839    166144         0     80517    505010   5204651    181.50    193.43
1109.72/1109.74	c  N dy 13462   1991599     38839    166144         0    100569    505010  10749640    181.51    198.46
1120.62/1120.62	c  N dy 13607   2011818     38839    166144         0    120787    505010  16382018    181.53    191.28
1131.12/1131.12	c  N dy 13744   2031916     38839    166144         0     75888    505010   3642876    181.56    194.90
1141.22/1141.24	c  N dy 13882   2051941     38839    166144         0     95912    505010   9256319    181.58    192.92
1151.93/1151.92	c  N dy 14016   2072024     38839    166144         0    115993    505010  14829273    181.59    202.12
1162.83/1162.82	c  N dy 14153   2092093     38839    166144         0     70067    505010   1821076    181.61    192.68
1172.82/1172.81	c  N dy 14291   2112218     38839    166144         0     90191    505010   7426942    181.63    198.16
1183.33/1183.32	c  N dy 14426   2132413     38839    166144         0    110384    505010  13021966    181.63    194.55
1194.32/1194.30	c  N dy 14561   2152501     38839    166144         0    130470    505010  18503235    181.61    191.85
1204.33/1204.32	c  N dy 14690   2172564     38839    166144         0     83547    505010   5107629    181.60    195.94
1214.63/1214.60	c  N dy 14823   2192727     38839    166144         0    103709    505010  10594235    181.58    195.38
1224.42/1224.48	c  S st 14956   2210786     38839    166144         0    121767    505010  15641130    181.61   no data
1224.72/1224.79	c  S st 14956   2211292     38839    166144         0    122273    505010  15735843    181.61   no data
1224.82/1224.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1224.92/1224.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.16
1225.02/1225.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1225.02/1225.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1225.02/1225.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1225.02/1225.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
1225.02/1225.08	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1225.33/1225.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1226.12/1226.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1233.33/1233.38	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time:  7.21 s
1233.33/1233.39	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.01
1233.63/1233.63	c vivif2 --  cl tried   122266 cl shrink        0 lits rem          0 time: 0.24
1233.93/1233.93	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.30
1233.93/1233.94	c calculated reachability. Time: 0.00
1233.93/1233.94	c  N dy 14956   2211292     38839    166144         0    122266    505010  15732646    181.61   no data
1244.72/1244.77	c  N dy 15092   2231361     38839    166144         0     74336    505010   2382118    181.60    192.00
1254.92/1254.90	c  N dy 15234   2251462     38839    166144         0     94435    505010   7882210    181.60    198.48
1265.62/1265.60	c  N dy 15373   2271586     38839    166144         0    114559    505010  13602473    181.64    195.13
1276.83/1276.81	c  N dy 15506   2291595     38839    166144         0    134566    505010  19158386    181.64    214.83
1287.13/1287.13	c  N dy 15652   2311710     38839    166144         0     85679    505010   5223700    181.64    191.96
1297.43/1297.44	c  N dy 15782   2331733     38839    166144         0    105700    505010  10759584    181.65    195.25

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-3367356-1305380934/watcher-3367356-1305380934 -o /tmp/evaluation-result-3367356-1305380934/solver-3367356-1305380934 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367356-1305380934.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.97 4.01 3.40 4/376 12839
/proc/meminfo: memFree=11853732/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=25788 CPUtime=0 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 1822 0 0 0 0 0 0 0 23 0 1 0 728324095 26406912 1536 33554432000 4194304 4580011 140734357663536 18446744073709551615 260905091257 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 6447 1550 322 95 0 1429 0

[startup+0.0208139 s]
/proc/loadavg: 3.97 4.01 3.40 4/376 12839
/proc/meminfo: memFree=11853732/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=43352 CPUtime=0.01 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 4644 0 0 0 1 0 0 0 23 0 1 0 728324095 44392448 3536 33554432000 4194304 4580011 140734357663536 18446744073709551615 4510850 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 10838 3537 324 95 0 5820 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 43352

[startup+0.100801 s]
/proc/loadavg: 3.97 4.01 3.40 4/376 12839
/proc/meminfo: memFree=11853732/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=51388 CPUtime=0.09 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 7353 0 0 0 8 1 0 0 23 0 1 0 728324095 52621312 6245 33554432000 4194304 4580011 140734357663536 18446744073709551615 4298671 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 12847 6246 324 95 0 7829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51388

[startup+0.300766 s]
/proc/loadavg: 3.97 4.01 3.40 4/376 12839
/proc/meminfo: memFree=11853732/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=54668 CPUtime=0.29 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 7591 0 0 0 28 1 0 0 25 0 1 0 728324095 55980032 6483 33554432000 4194304 4580011 140734357663536 18446744073709551615 4438968 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 13667 6483 344 95 0 8649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54668

[startup+0.700694 s]
/proc/loadavg: 3.97 4.01 3.40 4/376 12839
/proc/meminfo: memFree=11853732/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=79316 CPUtime=0.69 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 14668 0 0 0 67 2 0 0 25 0 1 0 728324095 81219584 12903 33554432000 4194304 4580011 140734357663536 18446744073709551615 4368078 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 19829 12903 357 95 0 14811 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79316

[startup+1.50055 s]
/proc/loadavg: 3.97 4.01 3.40 5/377 12840
/proc/meminfo: memFree=11797676/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=79316 CPUtime=1.49 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 15243 0 0 0 147 2 0 0 25 0 1 0 728324095 81219584 13478 33554432000 4194304 4580011 140734357663536 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 19829 13478 364 95 0 14811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79316

[startup+3.10025 s]
/proc/loadavg: 3.97 4.01 3.41 5/377 12840
/proc/meminfo: memFree=11805364/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=112132 CPUtime=3.09 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 16279 0 0 0 307 2 0 0 25 0 1 0 728324095 114823168 14514 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 28033 14514 364 95 0 23015 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112132

[startup+6.30067 s]
/proc/loadavg: 3.97 4.01 3.41 5/377 12840
/proc/meminfo: memFree=11770396/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=112132 CPUtime=6.29 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 18215 0 0 0 626 3 0 0 25 0 1 0 728324095 114823168 16450 33554432000 4194304 4580011 140734357663536 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 28033 16451 364 95 0 23015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112132

[startup+12.7005 s]
/proc/loadavg: 4.05 4.03 3.42 5/377 12840
/proc/meminfo: memFree=11797940/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=87400 CPUtime=12.69 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 23664 0 0 0 1265 4 0 0 25 0 1 0 728324095 89497600 15356 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 21850 15356 365 95 0 16832 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87400

[startup+25.5002 s]
/proc/loadavg: 4.04 4.03 3.42 5/377 12841
/proc/meminfo: memFree=11677616/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=170148 CPUtime=25.49 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 52351 0 0 0 2540 9 0 0 25 0 1 0 728324095 174231552 36078 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 42537 36078 367 95 0 37519 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170148

[startup+51.1005 s]
/proc/loadavg: 4.08 4.04 3.44 6/377 12841
/proc/meminfo: memFree=11585044/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=251596 CPUtime=51.09 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 73648 0 0 0 5095 14 0 0 25 0 1 0 728324095 257634304 41920 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 62899 41920 367 95 0 57881 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 251596

[startup+102.314 s]
/proc/loadavg: 4.10 4.04 3.48 5/377 12843
/proc/meminfo: memFree=11388048/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=311908 CPUtime=102.3 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 122207 0 0 0 10207 23 0 0 25 0 1 0 728324095 319393792 72152 33554432000 4194304 4580011 140734357663536 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 77977 72152 367 95 0 72959 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 311908

[startup+162.301 s]
/proc/loadavg: 4.04 4.03 3.51 5/377 12844
/proc/meminfo: memFree=11260544/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=394112 CPUtime=162.3 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 147763 0 0 0 16200 30 0 0 25 0 1 0 728324095 403570688 81446 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 98528 81446 367 95 0 93510 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 394112

[startup+222.301 s]
/proc/loadavg: 4.01 4.02 3.54 5/377 12846
/proc/meminfo: memFree=11200124/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=341748 CPUtime=222.29 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 172007 0 0 0 22193 36 0 0 25 0 1 0 728324095 349949952 79521 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 85437 79521 367 95 0 80419 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 341748

[startup+282.3 s]
/proc/loadavg: 4.00 4.02 3.56 5/377 12847
/proc/meminfo: memFree=11041968/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=405564 CPUtime=282.29 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 195022 0 0 0 28187 42 0 0 25 0 1 0 728324095 415297536 80475 33554432000 4194304 4580011 140734357663536 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 101391 80475 367 95 0 96373 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 405564

[startup+342.3 s]
/proc/loadavg: 3.85 3.98 3.57 4/372 12867
/proc/meminfo: memFree=17734484/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=422080 CPUtime=342.3 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 222536 0 0 0 34180 50 0 0 25 0 1 0 728324095 432209920 91805 33554432000 4194304 4580011 140734357663536 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 105520 91806 367 95 0 100502 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 422080

[startup+402.3 s]
/proc/loadavg: 3.34 3.81 3.54 4/371 12869
/proc/meminfo: memFree=17825040/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=422280 CPUtime=402.3 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 245552 0 0 0 40174 56 0 0 25 0 1 0 728324095 432414720 88814 33554432000 4194304 4580011 140734357663536 18446744073709551615 4320676 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 105570 88814 367 95 0 100552 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 422280

[startup+462.3 s]
/proc/loadavg: 3.18 3.67 3.50 4/371 12870
/proc/meminfo: memFree=17764376/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=373636 CPUtime=462.31 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 271070 0 0 0 46166 65 0 0 25 0 1 0 728324095 382603264 85467 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 93409 85467 367 95 0 88391 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 373636

[startup+522.3 s]
/proc/loadavg: 3.07 3.55 3.47 4/371 12872
/proc/meminfo: memFree=17709908/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=437656 CPUtime=522.3 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 295757 0 0 0 52158 72 0 0 25 0 1 0 728324095 448159744 89557 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293093 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 109414 89557 367 95 0 104396 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 437656

[startup+582.3 s]
/proc/loadavg: 3.09 3.47 3.45 4/371 12873
/proc/meminfo: memFree=17703424/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=437932 CPUtime=582.31 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 320193 0 0 0 58151 80 0 0 25 0 1 0 728324095 448442368 92260 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 109483 92260 367 95 0 104465 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 437932

[startup+642.3 s]
/proc/loadavg: 3.11 3.41 3.43 4/371 12875
/proc/meminfo: memFree=17632704/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=439708 CPUtime=642.31 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 345273 0 0 0 64144 87 0 0 25 0 1 0 728324095 450260992 93910 33554432000 4194304 4580011 140734357663536 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 109927 93910 367 95 0 104909 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 439708

[startup+702.3 s]
/proc/loadavg: 3.07 3.35 3.40 4/371 12877
/proc/meminfo: memFree=17628568/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=441576 CPUtime=702.31 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 367172 0 0 0 70139 92 0 0 25 0 1 0 728324095 452173824 91946 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 110394 91946 367 95 0 105376 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 441576

[startup+762.314 s]
/proc/loadavg: 3.02 3.28 3.37 4/371 12887
/proc/meminfo: memFree=17650084/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=441828 CPUtime=762.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 390835 0 0 0 76134 98 0 0 25 0 1 0 728324095 452431872 90776 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 110457 90776 367 95 0 105439 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 441828

[startup+822.3 s]
/proc/loadavg: 3.01 3.23 3.35 4/371 12889
/proc/meminfo: memFree=17675956/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=386556 CPUtime=822.31 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 416982 0 0 0 82125 106 0 0 25 0 1 0 728324095 395833344 90945 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 96639 90945 367 95 0 91621 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 386556

[startup+882.3 s]
/proc/loadavg: 3.00 3.18 3.33 4/371 12890
/proc/meminfo: memFree=17569664/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=452120 CPUtime=882.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 442033 0 0 0 88119 113 0 0 25 0 1 0 728324095 462970880 102667 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293135 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 113030 102667 367 95 0 108012 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 452120

[startup+942.3 s]
/proc/loadavg: 3.00 3.15 3.30 4/371 12892
/proc/meminfo: memFree=17484436/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=452380 CPUtime=942.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 464488 0 0 0 94111 121 0 0 25 0 1 0 728324095 463237120 97559 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 113095 97559 367 95 0 108077 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 452380

[startup+1002.3 s]
/proc/loadavg: 2.45 2.96 3.23 3/365 12912
/proc/meminfo: memFree=18009876/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=452684 CPUtime=1002.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 490038 0 0 0 100104 128 0 0 25 0 1 0 728324095 463548416 94410 33554432000 4194304 4580011 140734357663536 18446744073709551615 4318657 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 113171 94411 367 95 0 108153 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 452684

[startup+1062.3 s]
/proc/loadavg: 2.20 2.80 3.15 3/365 12913
/proc/meminfo: memFree=18018760/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=453008 CPUtime=1062.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 516749 0 0 0 106098 134 0 0 25 0 1 0 728324095 463880192 91172 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 113252 91172 367 95 0 108234 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 453008

[startup+1122.3 s]
/proc/loadavg: 2.12 2.67 3.08 3/365 12915
/proc/meminfo: memFree=17964044/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=453184 CPUtime=1122.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 545796 0 0 0 112092 140 0 0 25 0 1 0 728324095 464060416 104937 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 113296 104937 367 95 0 108278 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 453184

[startup+1182.3 s]
/proc/loadavg: 2.04 2.54 3.01 3/365 12916
/proc/meminfo: memFree=17983344/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=454580 CPUtime=1182.32 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 573043 0 0 0 118086 146 0 0 25 0 1 0 728324095 465489920 100536 33554432000 4194304 4580011 140734357663536 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 113645 100536 367 95 0 108627 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 454580

[startup+1242.3 s]
/proc/loadavg: 2.01 2.44 2.95 3/365 12918
/proc/meminfo: memFree=17935692/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=485244 CPUtime=1242.33 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 618096 0 0 0 124078 155 0 0 25 0 1 0 728324095 496889856 113173 33554432000 4194304 4580011 140734357663536 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 121311 113173 367 95 0 116293 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 485244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.85 2.33 2.88 2/359 12938
/proc/meminfo: memFree=18031544/32950928 swapFree=65762508/67111528
[pid=12839] ppid=12837 vsize=569560 CPUtime=1300.04 cores=5,7
/proc/12839/stat : 12839 (strangenight2-s) R 12837 12839 12534 0 -1 4202496 650066 0 0 0 129842 162 0 0 25 0 1 0 728324095 583229440 128334 33554432000 4194304 4580011 140734357663536 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12839/statm: 142390 128334 367 95 0 137372 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 569560

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.04
CPU time (s): 1300.08
CPU user time (s): 1298.43
CPU system time (s): 1.64475
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 569560

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

runsolver used 4.48032 second user time and 10.8953 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 15:48:54
IDJOB=3367356
IDBENCH=82565
IDSOLVER=1845
FILE ID=node116/3367356-1305380934
RUNJOBID= node116-1305379155-12555
PBS_JOBID= 13324386
Free space on /tmp= 73104 MiB

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

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=2125546207

node116.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.826
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.65
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.826
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:      11854012 kB
Buffers:        283132 kB
Cached:        4557736 kB
SwapCached:      12420 kB
Active:       17779468 kB
Inactive:      3030068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11854012 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:           15152 kB
Writeback:           0 kB
AnonPages:    15966848 kB
Mapped:          16916 kB
Slab:           161120 kB
PageTables:      59528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 90457272 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= 73128 MiB
End job on node116 at 2011-05-14 16:10:36