Trace number 3367323

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
MD5SUM4f5a8cb56de51e6630c119bd6436cc16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.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.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-3367323-1305380672.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	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.24	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.65	c lits-rem:         0  cl-subs:        0  v-elim:   1028  v-fix:    0  time:  0.23 s
0.59/0.66	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.71	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.71	c calculated reachability. Time: 0.00
0.69/0.73	c Calc default polars -  time:   0.01 s pos:   17672 undec:    4484 neg:   17844
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     38972    166834         0         0    506630         0   no data   no data
2.49/2.50	c  N dy    19      4092     38972    166834         0      4091    506630   1282533    174.20    187.80
4.19/4.27	c  N dy    47      8182     38972    166834         0      8180    506630   2339316    171.25    180.67
6.09/6.10	c  N dy    79     12304     38972    166834         0     12302    506630   3508532    178.89    188.46
7.89/7.98	c  N dy   108     16581     38972    166834         0     16579    506630   4618666    177.51    187.34
9.80/9.88	c  N dy   137     20598     38972    166834         0     10598    506630    833698    177.12    201.72
11.69/11.79	c  N dy   167     24660     38972    166834         0     14660    506630   1941969    178.17    188.02
11.89/11.95	c  F st   171     25000     38972    166834         0     15000    506630   2036172    178.33   no data
14.31/14.31	c  N dy   177     30000     38972    166834         0     20000    506630   3902167    178.33   no data
14.31/14.32	c  S st   177     30000     38972    166834         0     20000    506630   3902167    178.33   no data
14.49/14.53	c  S st   177     30501     38972    166834         0     20501    506630   3995968    178.33   no data
14.49/14.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.59/14.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.69/14.70	c blocked clauses removed:      857 vars:    134 tried:       38972 T: 0.02 s
14.69/14.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.69/14.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.69/14.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38838 time:  0.01 s
14.69/14.75	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.89/14.92	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.18 s
15.19/15.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.89/15.99	c lits-rem:         5  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.75 s
16.09/16.16	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.17
16.09/16.17	c calculated reachability. Time: 0.00
16.09/16.18	c  N dy   177     30501     38818    165957         0     19786    504135   3407814    178.33   no data
17.99/18.08	c  N dy   205     34597     38818    165957         0     23882    504135   4497892    178.36    193.88
19.99/20.06	c  N dy   228     38846     38818    165957         0     28131    504135   5606692    177.55    192.19
22.00/22.06	c  N dy   259     43076     38818    165957         0     17219    504135   1345255    178.02    188.82
23.19/23.25	c  S st   274     45751     38818    165957         0     19894    504135   2054481    177.77   no data
23.39/23.46	c  S st   274     46257     38818    165957         0     20400    504135   2142120    177.77   no data
23.39/23.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.49/23.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
23.59/23.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.59/23.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.59/23.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.59/23.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
23.59/23.66	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
23.69/23.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
23.89/23.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.10/24.21	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.26 s
24.20/24.23	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
24.20/24.26	c vivif2 --  cl tried    20398 cl shrink        0 lits rem          0 time: 0.04
24.39/24.44	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.18
24.39/24.45	c calculated reachability. Time: 0.00
24.39/24.45	c  N dy   274     46257     38818    165957         0     20398    504135   2141922    177.77   no data
26.40/26.42	c  N dy   302     50539     38818    165957         0     24680    504135   3296125    177.75    191.01
28.29/28.37	c  N dy   327     54701     38818    165957         0     28842    504135   4411736    177.46    190.70
30.19/30.28	c  N dy   353     58807     38818    165957         0     32946    504135   5484780    177.36    187.15
32.19/32.25	c  N dy   382     62836     38818    165957         0     36974    504135   6560014    177.37    188.54
34.10/34.16	c  N dy   412     66869     38818    165957         0     22440    504135   1875204    177.96    191.12
35.29/35.34	c  S st   429     69385     38818    165957         0     24956    504135   2551100    177.82   no data
35.49/35.56	c  S st   429     69888     38818    165957         0     25459    504135   2642424    177.82   no data
35.49/35.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35.59/35.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
35.69/35.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.69/35.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
35.69/35.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
35.69/35.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
35.69/35.77	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
35.90/35.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
35.99/36.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.40/36.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.40 s
36.50/36.50	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
36.50/36.55	c vivif2 --  cl tried    25459 cl shrink        0 lits rem          0 time: 0.04
36.70/36.73	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.19
36.70/36.74	c calculated reachability. Time: 0.00
36.70/36.74	c  N dy   429     69888     38818    165957         0     25459    504135   2642424    177.82   no data
38.79/38.89	c  N dy   465     74379     38818    165957         0     29950    504135   3850911    178.02    236.15
41.09/41.19	c  N dy   500     79157     38818    165957         0     34728    504135   5144481    178.27    188.11
43.69/43.74	c  N dy   535     84336     38818    165957         0     39907    504135   6530431    178.09    190.80
45.19/45.26	c  F st   555     87502     38818    165957         0     22284    504135   1128324    177.89    157.07
46.89/46.97	c  N st   560     90800     38818    165957         0     25582    504135   2522606    177.89   no data
49.80/49.87	c  N dy   590     96687     38818    165957         0     31469    504135   4421130    177.97    187.84
52.89/52.91	c  N dy   634    102925     38818    165957         0     37707    504135   6096908    178.05    187.83
53.79/53.86	c  S st   648    104833     38818    165957         0     39615    504135   6610255    178.09   no data
54.09/54.12	c  S st   648    105339     38818    165957         0     40121    504135   6706907    178.09   no data
54.09/54.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
54.19/54.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
54.29/54.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.29/54.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.29/54.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.29/54.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
54.29/54.35	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
54.49/54.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
54.89/54.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.49/56.57	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.61 s
56.49/56.59	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
56.69/56.70	c vivif2 --  cl tried    40116 cl shrink        0 lits rem          0 time: 0.11
56.89/56.91	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.21
56.89/56.92	c calculated reachability. Time: 0.00
56.89/56.92	c  N dy   648    105339     38818    165957         0     40116    504135   6703361    178.09   no data
60.19/60.25	c  N dy   693    112067     38818    165957         0     24454    504135   1288633    178.28    189.77
63.69/63.72	c  N dy   742    119310     38818    165957         0     31696    504135   3297743    178.47    190.45
67.29/67.36	c  N dy   796    126999     38818    165957         0     39385    504135   5409842    178.61    188.36
71.51/71.55	c  N dy   856    135122     38818    165957         0     23810    504135    681193    178.84    191.53
75.80/75.82	c  N dy   911    143859     38818    165957         0     32547    504135   3017768    178.69    192.07
80.39/80.40	c  N dy   974    153073     38818    165957         0     41761    504135   5471656    178.62    188.38
82.79/82.85	c  S st  1006    158009     38818    165957         0     46697    504135   6755500    178.48   no data
83.09/83.12	c  S st  1006    158513     38818    165957         0     47201    504135   6866521    178.48   no data
83.09/83.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
83.19/83.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
83.29/83.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.29/83.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
83.29/83.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.29/83.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
83.29/83.35	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
83.50/83.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
83.89/83.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
86.00/86.08	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.15 s
86.10/86.10	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
86.20/86.22	c vivif2 --  cl tried    47197 cl shrink        0 lits rem          0 time: 0.11
86.40/86.44	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.22
86.40/86.45	c calculated reachability. Time: 0.00
86.40/86.45	c  N dy  1006    158513     38818    165957         0     47197    504135   6865570    178.48   no data
91.39/91.44	c  N dy  1079    168743     38818    165957         0     32580    504135   2737874    178.66    188.89
96.81/96.84	c  N dy  1159    179540     38818    165957         0     43375    504135   5661768    178.74    198.37
102.69/102.70	c  N dy  1241    191005     38818    165957         0     28918    504135   1432499    178.86    192.80
108.69/108.71	c  N dy  1329    203198     38818    165957         0     41111    504135   4778147    179.03    193.36
115.40/115.41	c  N dy  1417    216174     38818    165957         0     27127    504135    614652    179.08    188.88
122.10/122.15	c  N dy  1513    229995     38818    165957         0     40947    504135   4344423    179.19    201.27
126.09/126.13	c  S st  1569    237769     38818    165957         0     48721    504135   6458409    179.23   no data
126.40/126.41	c  S st  1569    238271     38818    165957         0     49223    504135   6550286    179.23   no data
126.40/126.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
126.51/126.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
126.51/126.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.51/126.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
126.59/126.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
126.59/126.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
126.59/126.63	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
126.79/126.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
127.09/127.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
129.29/129.38	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.21 s
129.39/129.40	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
129.49/129.51	c vivif2 --  cl tried    49221 cl shrink        0 lits rem          0 time: 0.10
129.69/129.73	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.22
129.69/129.74	c calculated reachability. Time: 0.00
129.69/129.74	c  N dy  1569    238271     38818    165957         0     49221    504135   6548861    179.23   no data
137.50/137.52	c  N dy  1676    253515     38818    165957         0     36481    504135   2880332    179.30    192.73
145.69/145.74	c  N dy  1782    269692     38818    165957         0     52658    504135   7213539    179.16    192.25
154.29/154.36	c  N dy  1904    286915     38818    165957         0     40890    504135   3856686    179.42    190.92
164.20/164.29	c  N dy  2022    305251     38818    165957         0     59224    504135   8770247    179.38    188.86
164.80/164.83	c  F st  2027    306251     38818    165957         0     30230    504135    584768    179.33    170.88
174.19/174.22	c  N dy  2122    324768     38818    165957         0     48747    504135   6221351    179.26    192.12
184.59/184.67	c  N dy  2272    344819     38818    165957         0     37805    504135   2421577    179.53    192.14
191.10/191.12	c  S st  2361    357407     38818    165957         0     50393    504135   5898939    179.61   no data
191.30/191.38	c  S st  2361    357912     38818    165957         0     50898    504135   6000951    179.61   no data
191.30/191.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
191.50/191.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
191.50/191.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.50/191.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
191.50/191.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
191.60/191.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
191.60/191.62	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
191.70/191.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
192.10/192.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
194.20/194.27	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.14 s
194.20/194.29	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
194.30/194.39	c vivif2 --  cl tried    50895 cl shrink        0 lits rem          0 time: 0.10
194.60/194.61	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.22
194.60/194.62	c calculated reachability. Time: 0.00
194.60/194.63	c  N dy  2361    357912     38818    165957         0     50895    504135   5999937    179.61   no data
205.10/205.11	c  N dy  2500    378002     38818    165957         0     38982    504135   2410528    179.61    196.32
215.50/215.59	c  N dy  2631    398112     38818    165957         0     59092    504135   7935280    179.58    190.79
225.99/226.06	c  N dy  2770    418237     38818    165957         0     46221    504135   4143112    179.57    193.85
236.79/236.88	c  N dy  2906    438300     38818    165957         0     66283    504135   9613724    179.63    189.26
247.30/247.32	c  N dy  3043    458359     38818    165957         0     52344    504135   5400026    179.54    189.73
258.30/258.30	c  N dy  3188    478408     38818    165957         0     37394    504135   1196186    179.63    192.56
268.69/268.74	c  N dy  3335    498497     38818    165957         0     57482    504135   6704608    179.78    250.84
279.20/279.24	c  N dy  3469    518556     38818    165957         0     41547    504135   1992231    179.78    190.42
289.10/289.13	c  S st  3596    536870     38818    165957         0     59861    504135   6942720    179.80   no data
289.40/289.41	c  S st  3596    537372     38818    165957         0     60363    504135   7038783    179.80   no data
289.40/289.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
289.50/289.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
289.60/289.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
289.60/289.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
289.60/289.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
289.60/289.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
289.60/289.65	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
289.80/289.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
290.10/290.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
293.10/293.11	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.90 s
293.10/293.13	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
293.20/293.25	c vivif2 --  cl tried    60360 cl shrink        0 lits rem          0 time: 0.12
293.50/293.50	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.24
293.50/293.51	c calculated reachability. Time: 0.00
293.50/293.51	c  N dy  3596    537372     38818    165957         0     60360    504135   7037009    179.80   no data
304.30/304.38	c  N dy  3723    557436     38818    165957         0     43422    504135   2221116    179.72    198.99
315.10/315.16	c  N dy  3859    577755     38818    165957         0     63739    504135   7729056    179.72    191.40
326.10/326.11	c  N dy  3998    597781     38818    165957         0     45760    504135   2569825    179.73    209.56
336.80/336.89	c  N dy  4134    617890     38818    165957         0     65868    504135   8103232    179.76    196.16
347.69/347.79	c  N dy  4272    637990     38818    165957         0     46966    504135   2690537    179.79    209.07
358.40/358.48	c  N dy  4411    658193     38818    165957         0     67167    504135   8194344    179.79    197.24
367.99/368.05	c  N dy  4556    678229     38818    165957         0     47210    504135   2539046    179.95    235.65
377.20/377.31	c  N dy  4693    698381     38818    165957         0     67361    504135   8019805    179.91    194.97
386.69/386.77	c  N dy  4828    718409     38818    165957         0     46391    504135   1963494    179.85    211.21
396.10/396.11	c  N dy  4970    738593     38818    165957         0     66575    504135   7518977    179.92    194.19
405.80/405.84	c  N dy  5106    758611     38818    165957         0     44593    504135   1252036    179.98    196.75
415.00/415.09	c  N dy  5248    778664     38818    165957         0     64646    504135   6638326    179.98    203.76
424.61/424.66	c  N dy  5376    798710     38818    165957         0     84688    504135  11968718    179.90    189.53
428.00/428.09	c  S st  5428    806058     38818    165957         0     49033    504135   2194993    179.94   no data
428.30/428.33	c  S st  5428    806562     38818    165957         0     49537    504135   2301856    179.94   no data
428.30/428.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
428.40/428.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
428.40/428.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
428.50/428.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
428.50/428.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
428.50/428.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
428.50/428.54	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
428.60/428.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
428.70/428.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
429.40/429.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.66 s
429.40/429.47	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
429.50/429.51	c vivif2 --  cl tried    49537 cl shrink        0 lits rem          0 time: 0.04
429.70/429.70	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.19
429.70/429.71	c calculated reachability. Time: 0.00
429.70/429.71	c  N dy  5428    806562     38818    165957         0     49537    504135   2301856    179.94   no data
438.91/438.98	c  N dy  5560    826572     38818    165957         0     69546    504135   7885219    180.02    192.54
448.70/448.75	c  N dy  5696    846634     38818    165957         0     45623    504135    916771    180.02    195.07
457.90/457.93	c  N dy  5838    866658     38818    165957         0     65644    504135   6330060    180.04    192.26
467.70/467.75	c  N dy  5979    886776     38818    165957         0     85760    504135  11914082    180.12    190.59
477.00/477.08	c  N dy  6112    906806     38818    165957         0     60787    504135   4824736    180.10    190.51
486.59/486.63	c  N dy  6249    926884     38818    165957         0     80864    504135  10325298    180.14    208.02
496.29/496.40	c  N dy  6394    946997     38818    165957         0     54976    504135   3086951    180.24    189.85
505.90/505.91	c  N dy  6535    967121     38818    165957         0     75100    504135   8675098    180.30    201.66
515.80/515.86	c  N dy  6671    987164     38818    165957         0     48152    504135    840168    180.31    190.56
525.10/525.14	c  N dy  6807   1007232     38818    165957         0     68218    504135   6403565    180.33    195.78
534.99/535.08	c  N dy  6951   1027364     38818    165957         0     88349    504135  12018629    180.41    192.27
544.70/544.70	c  N dy  7090   1047374     38818    165957         0     60357    504135   3955507    180.45    231.03
554.19/554.22	c  N dy  7220   1067483     38818    165957         0     80466    504135   9461345    180.42    190.25
556.40/556.42	c  F st  7255   1071876     38818    165957         0     84858    504135  10678291    180.44    175.95
564.20/564.26	c  N dy  7326   1087501     38818    165957         0     51485    504135   1191483    180.40    195.01
573.70/573.74	c  N dy  7475   1107576     38818    165957         0     71560    504135   6732503    180.47    221.59
583.70/583.79	c  N dy  7617   1127813     38818    165957         0     91797    504135  12357066    180.50    197.52
593.49/593.57	c  N dy  7762   1147891     38818    165957         0     61877    504135   3891414    180.58    193.09
603.30/603.30	c  N dy  7907   1168058     38818    165957         0     82044    504135   9397910    180.58    190.12
613.60/613.60	c  N dy  8049   1188169     38818    165957         0     51153    504135    579685    180.62    191.82
623.00/623.03	c  N dy  8194   1208243     38818    165957         0     71227    504135   6156567    180.67    193.04
623.80/623.82	c  S st  8207   1209844     38818    165957         0     72828    504135   6598783    180.67   no data
624.00/624.06	c  S st  8207   1210348     38818    165957         0     73332    504135   6688745    180.67   no data
624.00/624.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
624.20/624.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.12
624.20/624.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
624.20/624.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
624.20/624.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
624.20/624.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
624.30/624.30	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
624.40/624.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
624.70/624.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
627.90/628.00	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.21 s
628.00/628.01	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.02
628.11/628.12	c vivif2 --  cl tried    73327 cl shrink        0 lits rem          0 time: 0.10
628.30/628.34	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.23
628.30/628.35	c calculated reachability. Time: 0.00
628.30/628.35	c  N dy  8207   1210348     38818    165957         0     73327    504135   6687491    180.67   no data
638.20/638.27	c  N dy  8341   1230380     38818    165957         0     93359    504135  12134997    180.65    193.58
648.10/648.13	c  N dy  8478   1250433     38818    165957         0     61414    504135   3159725    180.69    214.66
657.71/657.80	c  N dy  8620   1270545     38818    165957         0     81524    504135   8729198    180.72    191.45
668.00/668.08	c  N dy  8766   1290647     38818    165957         0    101624    504135  14289931    180.76    191.41
677.70/677.75	c  N dy  8908   1310719     38818    165957         0     68701    504135   4916151    180.81    195.33
687.60/687.61	c  N dy  9048   1330780     38818    165957         0     88760    504135  10538427    180.86    192.30
698.00/698.00	c  N dy  9186   1350816     38818    165957         0     54804    504135    783439    180.86    216.72
707.40/707.41	c  N dy  9323   1370886     38818    165957         0     74873    504135   6346817    180.90    201.83
717.40/717.49	c  N dy  9466   1390966     38818    165957         0     94952    504135  11929904    180.94    191.88
727.60/727.66	c  N dy  9595   1411003     38818    165957         0     59983    504135   1928367    180.95    193.13
737.20/737.23	c  N dy  9733   1431074     38818    165957         0     80052    504135   7366416    180.93    192.93
747.40/747.40	c  N dy  9871   1451110     38818    165957         0    100088    504135  12892761    180.94    191.16
757.40/757.43	c  N dy 10005   1471205     38818    165957         0     64185    504135   2843951    180.94    190.92
767.10/767.14	c  N dy 10144   1491246     38818    165957         0     84224    504135   8407303    180.96    191.00
777.40/777.43	c  N dy 10277   1511417     38818    165957         0    104393    504135  13892776    180.94    191.70
787.40/787.47	c  N dy 10414   1531509     38818    165957         0     67485    504135   3446191    180.96    193.32
797.10/797.12	c  N dy 10542   1551538     38818    165957         0     87513    504135   9003574    180.95    190.87
807.41/807.45	c  N dy 10677   1571599     38818    165957         0    107573    504135  14481963    180.95    197.10
817.41/817.45	c  N dy 10818   1591675     38818    165957         0     69650    504135   3791304    180.97    191.10
827.22/827.26	c  N dy 10955   1611690     38818    165957         0     89664    504135   9274858    180.98    200.90
837.51/837.58	c  N dy 11091   1631697     38818    165957         0    109668    504135  14731725    180.98    211.44
847.61/847.65	c  N dy 11225   1651787     38818    165957         0     70763    504135   3770293    180.98    191.20
857.50/857.59	c  N dy 11357   1671979     38818    165957         0     90955    504135   9361436    180.96    196.54
867.92/867.99	c  N dy 11494   1692081     38818    165957         0    111054    504135  14993875    180.99    192.60
877.20/877.26	c  S st 11624   1710348     38818    165957         0     69324    504135   3149338    181.00   no data
877.50/877.51	c  S st 11624   1710851     38818    165957         0     69827    504135   3256014    181.00   no data
877.50/877.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
877.60/877.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.11
877.60/877.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
877.60/877.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
877.71/877.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
877.71/877.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
877.71/877.73	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
877.82/877.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
878.00/878.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
879.70/879.79	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.74 s
879.80/879.80	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
879.80/879.85	c vivif2 --  cl tried    69826 cl shrink        0 lits rem          0 time: 0.05
880.02/880.07	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.22
880.02/880.08	c calculated reachability. Time: 0.00
880.02/880.08	c  N dy 11624   1710851     38818    165957         0     69826    504135   3255445    181.00   no data
889.81/889.89	c  N dy 11760   1730887     38818    165957         0     89860    504135   8816834    181.02    196.58
900.30/900.33	c  N dy 11899   1751037     38818    165957         0    110009    504135  14343206    181.04    200.15
910.60/910.64	c  N dy 12028   1771052     38818    165957         0     69027    504135   2772645    181.03    193.86
920.31/920.39	c  N dy 12166   1791132     38818    165957         0     89104    504135   8285953    181.03    194.63
930.81/930.84	c  N dy 12305   1811237     38818    165957         0    109209    504135  13785205    181.02    196.80
941.30/941.33	c  N dy 12440   1831258     38818    165957         0     67235    504135   1979908    181.02    191.01
951.00/951.03	c  N dy 12579   1851312     38818    165957         0     87288    504135   7492065    181.03    191.76
961.20/961.29	c  N dy 12714   1871346     38818    165957         0    107321    504135  12986291    181.03    191.76
972.10/972.14	c  N dy 12851   1891542     38818    165957         0     64522    504135   1035807    181.03    192.27
981.81/981.81	c  N dy 12985   1911685     38818    165957         0     84665    504135   6520319    181.04    192.15
992.01/992.08	c  N dy 13123   1931804     38818    165957         0    104784    504135  12086107    181.06    190.68
1002.70/1002.77	c  N dy 13254   1951865     38818    165957         0    124844    504135  17631170    181.07    231.62
1012.61/1012.65	c  N dy 13391   1971933     38818    165957         0     80907    504135   5269187    181.09    212.91
1022.81/1022.83	c  N dy 13538   1992025     38818    165957         0    100999    504135  10770772    181.10    190.86
1033.51/1033.53	c  N dy 13677   2012046     38818    165957         0    121019    504135  16338161    181.13    191.80
1043.81/1043.83	c  N dy 13817   2032060     38818    165957         0     76043    504135   3674538    181.15    194.89
1053.82/1053.89	c  N dy 13957   2052077     38818    165957         0     96059    504135   9212551    181.17    193.61
1064.40/1064.46	c  N dy 14092   2072088     38818    165957         0    116069    504135  14711189    181.18    195.38
1075.41/1075.44	c  N dy 14235   2092209     38818    165957         0     70189    504135   1803594    181.22    198.42
1085.11/1085.12	c  N dy 14360   2112247     38818    165957         0     90226    504135   7266659    181.20    191.39
1095.51/1095.55	c  N dy 14499   2132314     38818    165957         0    110293    504135  12829836    181.21    208.42
1106.40/1106.44	c  N dy 14632   2152429     38818    165957         0    130406    504135  18356559    181.20    193.35
1116.41/1116.47	c  N dy 14764   2172503     38818    165957         0     83482    504135   5159224    181.21    213.15
1126.50/1126.59	c  N dy 14899   2192612     38818    165957         0    103590    504135  10688106    181.21    191.50
1136.41/1136.42	c  S st 15027   2210852     38818    165957         0    121828    504135  15765230    181.24    201.68
1136.71/1136.72	c  S st 15027   2211360     38818    165957         0    122336    504135  15858962    181.24   no data
1136.71/1136.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1136.91/1136.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.15
1136.91/1136.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1136.91/1136.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1136.91/1136.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1136.91/1136.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
1137.01/1137.00	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
1137.21/1137.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1138.00/1138.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1145.31/1145.35	c lits-rem:         0  cl-subs:       13  v-elim:      0  v-fix:    0  time:  7.25 s
1145.31/1145.36	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
1145.61/1145.61	c vivif2 --  cl tried   122323 cl shrink        0 lits rem          0 time: 0.25
1145.91/1145.91	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.29
1145.91/1145.92	c calculated reachability. Time: 0.00
1145.91/1145.92	c  N dy 15027   2211360     38818    165957         0    122323    504135  15851428    181.24   no data
1156.71/1156.78	c  N dy 15174   2231444     38818    165957         0     74410    504135   2455676    181.30    210.78
1166.71/1166.79	c  N dy 15322   2251490     38818    165957         0     94455    504135   8009067    181.34    193.37
1177.31/1177.33	c  N dy 15460   2271510     38818    165957         0    114474    504135  13609200    181.35    191.83
1188.41/1188.43	c  N dy 15601   2291560     38818    165957         0    134522    504135  19198298    181.38    195.61
1198.61/1198.62	c  N dy 15741   2311583     38818    165957         0     85551    504135   5334699    181.41    206.77
1208.93/1208.97	c  N dy 15889   2331591     38818    165957         0    105558    504135  10909075    181.45    231.87
1219.81/1219.83	c  N dy 16027   2351605     38818    165957         0    125571    504135  16447477    181.47    193.13
1230.71/1230.73	c  N dy 16169   2371633     38818    165957         0     75604    504135   2181240    181.48    201.15
1240.61/1240.68	c  N dy 16306   2391647     38818    165957         0     95617    504135   7723084    181.50    228.74
1251.21/1251.29	c  N dy 16448   2411824     38818    165957         0    115793    504135  13428122    181.52    200.80
1262.31/1262.30	c  N dy 16582   2431860     38818    165957         0    135828    504135  18939562    181.52    191.62
1272.72/1272.79	c  N dy 16727   2452003     38818    165957         0     84967    504135   4559858    181.55    195.78
1283.01/1283.04	c  N dy 16864   2472095     38818    165957         0    105059    504135  10135758    181.56    191.41
1293.91/1293.96	c  N dy 17003   2492353     38818    165957         0    125316    504135  15862846    181.58    198.42

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.98 3.98 3.20 4/378 2748
/proc/meminfo: memFree=16885928/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=39316 CPUtime=0 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 3321 0 0 0 0 0 0 0 24 0 1 0 728297943 40259584 2751 33554432000 4194304 4580011 140734274773040 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 9829 2756 324 95 0 4811 0

[startup+0.0358999 s]
/proc/loadavg: 3.98 3.98 3.20 4/378 2748
/proc/meminfo: memFree=16885928/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=45208 CPUtime=0.03 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 5260 0 0 0 2 1 0 0 24 0 1 0 728297943 46292992 4152 33554432000 4194304 4580011 140734274773040 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 11302 4153 324 95 0 6284 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45208

[startup+0.100892 s]
/proc/loadavg: 3.98 3.98 3.20 4/378 2748
/proc/meminfo: memFree=16885928/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=51396 CPUtime=0.09 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 7354 0 0 0 8 1 0 0 24 0 1 0 728297943 52629504 6246 33554432000 4194304 4580011 140734274773040 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 12849 6246 324 95 0 7831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51396

[startup+0.300859 s]
/proc/loadavg: 3.98 3.98 3.20 4/378 2748
/proc/meminfo: memFree=16885928/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=54676 CPUtime=0.29 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 7593 0 0 0 28 1 0 0 25 0 1 0 728297943 55988224 6485 33554432000 4194304 4580011 140734274773040 18446744073709551615 4439125 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 13669 6485 344 95 0 8651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54676

[startup+0.700787 s]
/proc/loadavg: 3.98 3.98 3.20 4/378 2748
/proc/meminfo: memFree=16885928/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=77060 CPUtime=0.69 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 15500 0 0 0 68 1 0 0 25 0 1 0 728297943 78909440 12336 33554432000 4194304 4580011 140734274773040 18446744073709551615 4363668 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 19265 12336 357 95 0 14247 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77060

[startup+1.50066 s]
/proc/loadavg: 3.98 3.98 3.20 5/379 2749
/proc/meminfo: memFree=16844628/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=77060 CPUtime=1.49 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 16155 0 0 0 148 1 0 0 18 0 1 0 728297943 78909440 12991 33554432000 4194304 4580011 140734274773040 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 19265 12991 364 95 0 14247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77060

[startup+3.10039 s]
/proc/loadavg: 3.98 3.98 3.20 5/379 2749
/proc/meminfo: memFree=16844152/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=109876 CPUtime=3.09 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 17114 0 0 0 307 2 0 0 21 0 1 0 728297943 112513024 13950 33554432000 4194304 4580011 140734274773040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 27469 13950 364 95 0 22451 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109876

[startup+6.30086 s]
/proc/loadavg: 3.98 3.98 3.21 5/379 2749
/proc/meminfo: memFree=16799884/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=109876 CPUtime=6.29 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 19082 0 0 0 626 3 0 0 25 0 1 0 728297943 112513024 15918 33554432000 4194304 4580011 140734274773040 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 27469 15918 364 95 0 22451 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109876

[startup+12.7008 s]
/proc/loadavg: 3.98 3.98 3.21 5/379 2749
/proc/meminfo: memFree=16783784/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=85100 CPUtime=12.69 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 24509 0 0 0 1265 4 0 0 25 0 1 0 728297943 87142400 14876 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 21275 14876 365 95 0 16257 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85100

[startup+25.5006 s]
/proc/loadavg: 3.98 3.98 3.22 5/379 2749
/proc/meminfo: memFree=16704272/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=167652 CPUtime=25.49 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 52983 0 0 0 2540 9 0 0 25 0 1 0 728297943 171675648 35637 33554432000 4194304 4580011 140734274773040 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 41913 35637 367 95 0 36895 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167652

[startup+51.1004 s]
/proc/loadavg: 3.99 3.98 3.24 5/379 2749
/proc/meminfo: memFree=16666112/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=248680 CPUtime=51.09 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 74306 0 0 0 5095 14 0 0 25 0 1 0 728297943 254648320 41525 33554432000 4194304 4580011 140734274773040 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 62170 41525 367 95 0 57152 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 248680

[startup+102.314 s]
/proc/loadavg: 4.05 4.00 3.29 5/379 2751
/proc/meminfo: memFree=16360292/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=307868 CPUtime=102.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 122343 0 0 0 10208 22 0 0 25 0 1 0 728297943 315256832 71148 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 76967 71148 367 95 0 71949 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 307868

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.33 5/379 2753
/proc/meminfo: memFree=16093176/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=390712 CPUtime=162.29 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 148218 0 0 0 16199 30 0 0 25 0 1 0 728297943 400089088 80841 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 97678 80841 367 95 0 92660 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 390712

[startup+222.301 s]
/proc/loadavg: 4.13 4.04 3.38 5/379 2755
/proc/meminfo: memFree=16026776/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=338800 CPUtime=222.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 172466 0 0 0 22193 37 0 0 25 0 1 0 728297943 346931200 78903 33554432000 4194304 4580011 140734274773040 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 84700 78903 367 95 0 79682 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 338800

[startup+282.301 s]
/proc/loadavg: 4.09 4.04 3.42 5/379 2755
/proc/meminfo: memFree=15944900/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=402232 CPUtime=282.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 195195 0 0 0 28186 44 0 0 25 0 1 0 728297943 411885568 79645 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 100558 79645 367 95 0 95540 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 402232

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 3.46 5/379 2790
/proc/meminfo: memFree=16003424/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=418052 CPUtime=342.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 222080 0 0 0 34178 52 0 0 25 0 1 0 728297943 428085248 90736 33554432000 4194304 4580011 140734274773040 18446744073709551615 4318389 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 104513 90736 367 95 0 99495 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 418052

[startup+402.301 s]
/proc/loadavg: 3.55 3.91 3.45 4/373 2811
/proc/meminfo: memFree=17842804/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=418288 CPUtime=402.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 248453 0 0 0 40171 59 0 0 25 0 1 0 728297943 428326912 91028 33554432000 4194304 4580011 140734274773040 18446744073709551615 4294464 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 104572 91028 367 95 0 99554 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 418288

[startup+462.301 s]
/proc/loadavg: 3.20 3.74 3.42 4/373 2814
/proc/meminfo: memFree=17794764/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=433616 CPUtime=462.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 278421 0 0 0 46165 65 0 0 25 0 1 0 728297943 444022784 92550 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 108404 92550 367 95 0 103386 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 433616

[startup+522.301 s]
/proc/loadavg: 3.07 3.60 3.39 4/373 2816
/proc/meminfo: memFree=17821392/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=435664 CPUtime=522.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 305897 0 0 0 52159 71 0 0 25 0 1 0 728297943 446119936 88921 33554432000 4194304 4580011 140734274773040 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 108916 88921 367 95 0 103898 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 435664

[startup+582.301 s]
/proc/loadavg: 3.02 3.49 3.36 4/373 2816
/proc/meminfo: memFree=17771744/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=435876 CPUtime=582.29 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 335501 0 0 0 58152 77 0 0 25 0 1 0 728297943 446337024 95635 33554432000 4194304 4580011 140734274773040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 108969 95635 367 95 0 103951 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 435876

[startup+642.3 s]
/proc/loadavg: 3.15 3.43 3.35 4/373 2818
/proc/meminfo: memFree=17781868/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=436144 CPUtime=642.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 361562 0 0 0 64146 84 0 0 25 0 1 0 728297943 446611456 98401 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 109036 98401 367 95 0 104018 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 436144

[startup+702.3 s]
/proc/loadavg: 3.25 3.40 3.34 4/373 2820
/proc/meminfo: memFree=17780580/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=438096 CPUtime=702.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 388148 0 0 0 70140 90 0 0 25 0 1 0 728297943 448610304 87967 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 109524 87967 367 95 0 104506 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 438096

[startup+762.313 s]
/proc/loadavg: 3.15 3.34 3.32 4/373 2822
/proc/meminfo: memFree=17792076/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=448204 CPUtime=762.32 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 418744 0 0 0 76135 97 0 0 25 0 1 0 728297943 458960896 92657 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 112051 92657 367 95 0 107033 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 448204

[startup+822.3 s]
/proc/loadavg: 3.05 3.27 3.30 4/373 2824
/proc/meminfo: memFree=17678188/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=448528 CPUtime=822.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 446648 0 0 0 82127 103 0 0 25 0 1 0 728297943 459292672 93540 33554432000 4194304 4580011 140734274773040 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 112132 93540 367 95 0 107114 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 448528

[startup+882.3 s]
/proc/loadavg: 3.07 3.24 3.28 4/373 2824
/proc/meminfo: memFree=17673324/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=448712 CPUtime=882.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 472799 0 0 0 88121 109 0 0 25 0 1 0 728297943 459481088 91520 33554432000 4194304 4580011 140734274773040 18446744073709551615 4317105 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 112178 91520 367 95 0 107160 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 448712

[startup+942.3 s]
/proc/loadavg: 3.02 3.19 3.26 4/373 2826
/proc/meminfo: memFree=17666692/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=382852 CPUtime=942.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 500382 0 0 0 94114 116 0 0 25 0 1 0 728297943 392040448 90025 33554432000 4194304 4580011 140734274773040 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 95713 90025 367 95 0 90695 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 382852

[startup+1002.3 s]
/proc/loadavg: 3.01 3.15 3.24 4/373 2838
/proc/meminfo: memFree=17603664/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=449268 CPUtime=1002.3 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 529447 0 0 0 100108 122 0 0 25 0 1 0 728297943 460050432 104202 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 112317 104202 367 95 0 107299 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 449268

[startup+1062.3 s]
/proc/loadavg: 3.00 3.12 3.23 4/373 2840
/proc/meminfo: memFree=17604116/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=450724 CPUtime=1062.31 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 556868 0 0 0 106101 130 0 0 25 0 1 0 728297943 461541376 100748 33554432000 4194304 4580011 140734274773040 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 112681 100748 367 95 0 107663 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 450724

[startup+1122.3 s]
/proc/loadavg: 3.00 3.10 3.21 4/373 2842
/proc/meminfo: memFree=17600740/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=450960 CPUtime=1122.31 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 583735 0 0 0 112093 138 0 0 25 0 1 0 728297943 461783040 95570 33554432000 4194304 4580011 140734274773040 18446744073709551615 4322550 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 112740 95570 367 95 0 107722 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 450960

[startup+1182.3 s]
/proc/loadavg: 3.00 3.08 3.19 4/373 2842
/proc/meminfo: memFree=17483900/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=551852 CPUtime=1182.31 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 632775 0 0 0 118084 147 0 0 25 0 1 0 728297943 565096448 128184 33554432000 4194304 4580011 140734274773040 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 137963 128184 367 95 0 132945 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 551852

[startup+1242.3 s]
/proc/loadavg: 2.56 2.95 3.14 3/367 2862
/proc/meminfo: memFree=17866188/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=552172 CPUtime=1242.31 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 663550 0 0 0 124078 153 0 0 25 0 1 0 728297943 565424128 120717 33554432000 4194304 4580011 140734274773040 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 138043 120717 367 95 0 133025 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 552172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.24 2.79 3.07 3/367 2864
/proc/meminfo: memFree=17802788/32951124 swapFree=45193364/67111528
[pid=2748] ppid=2746 vsize=569248 CPUtime=1300.01 cores=5,7
/proc/2748/stat : 2748 (strangenight2-s) R 2746 2748 2476 0 -1 4202496 695203 0 0 0 129842 159 0 0 25 0 1 0 728297943 582909952 135005 33554432000 4194304 4580011 140734274773040 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2748/statm: 142312 135005 367 95 0 137294 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 569248

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.06
CPU user time (s): 1298.43
CPU system time (s): 1.62675
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 830940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.43
system time used= 1.62675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 695207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 919

runsolver used 4.35434 second user time and 11.0413 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 15:44:33
IDJOB=3367323
IDBENCH=82532
IDSOLVER=1845
FILE ID=node118/3367323-1305380672
RUNJOBID= node118-1305379154-2497
PBS_JOBID= 13324384
Free space on /tmp= 73008 MiB

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

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

MD5SUM BENCH= 4f5a8cb56de51e6630c119bd6436cc16
RANDOM SEED=1072098154

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16886340 kB
Buffers:        258496 kB
Cached:        4230260 kB
SwapCached:      22084 kB
Active:       13343792 kB
Inactive:      2411768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16886340 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            8916 kB
Writeback:           0 kB
AnonPages:    11258024 kB
Mapped:          16236 kB
Slab:           148088 kB
PageTables:      93888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90659076 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= 73036 MiB
End job on node118 at 2011-05-14 16:06:15