Trace number 3367492

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
MD5SUMd8337de8a71a630ccf2dd02943cd7d7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark248.692
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.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-3367492-1305383370.cnf'
0.00/0.01	c -- header says num vars:          50000
0.00/0.01	c -- header says num clauses:      210000
0.09/0.13	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.13	c -- vars added      50000
0.09/0.13	c Parsing time:  0.12 s
0.09/0.13	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data
0.29/0.30	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.17
0.29/0.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
0.39/0.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.01 s
0.49/0.51	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
0.79/0.81	c lits-rem:         0  cl-subs:        0  v-elim:   1215  v-fix:    0  time:  0.29 s
0.79/0.81	c Finding binary XORs  T:     0.01 s  found:       0
0.79/0.88	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.79/0.88	c calculated reachability. Time: 0.00
0.89/0.90	c Calc default polars -  time:   0.02 s pos:   22114 undec:    5444 neg:   22442
0.89/0.90	c =========================================================================================
0.89/0.90	c types(t): F = full restart, N = normal restart
0.89/0.90	c types(t): S = simplification begin/end, E = solution found
0.89/0.90	c restart types(rt): st = static, dy = dynamic
0.89/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.90	c  B st     0         0     48785    208679         0         0    633661         0   no data   no data
2.89/2.99	c  N dy    20      4078     48785    208679         0      4077    633661   1457436    198.35    208.95
4.90/4.98	c  N dy    48      8110     48785    208679         0      8109    633661   2606569    195.87    207.29
6.99/7.07	c  N dy    79     12200     48785    208679         0     12199    633661   3817742    197.99    210.04
9.09/9.18	c  N dy   110     16277     48785    208679         0     16276    633661   5039609    199.14    211.58
11.29/11.35	c  N dy   137     20367     48785    208679         0     10368    633661    849241    198.70    214.72
13.49/13.54	c  N dy   164     24373     48785    208679         0     14374    633661   2052673    199.22    210.29
13.79/13.88	c  F st   168     25001     48785    208679         0     15002    633661   2221839    198.76    191.63
16.79/16.81	c  N dy   174     30001     48785    208679         0     20002    633661   4270836    198.76   no data
16.79/16.81	c  S st   174     30001     48785    208679         0     20002    633661   4270836    198.76   no data
16.99/17.08	c  S st   174     30506     48785    208679         0     20507    633661   4380124    198.76   no data
17.09/17.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
17.19/17.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
17.29/17.30	c blocked clauses removed:      873 vars:    138 tried:       48785 T: 0.02 s
17.29/17.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.29/17.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.29/17.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48647 time:  0.01 s
17.29/17.35	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
17.50/17.60	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.25 s
17.89/17.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.89/18.96	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.95 s
19.09/19.17	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.22
19.09/19.19	c calculated reachability. Time: 0.00
19.09/19.19	c  N dy   174     30506     48626    207787         0     20311    631129   4255910    198.76   no data
21.29/21.36	c  N dy   202     34547     48626    207787         0     24352    631129   5446592    199.06    216.56
23.49/23.55	c  N dy   228     38569     48626    207787         0     28374    631129   6651228    198.81    222.45
25.99/26.00	c  N dy   255     42647     48626    207787         0     17049    631129   1354591    198.89    210.23
27.69/27.77	c  S st   277     45759     48626    207787         0     20161    631129   2256312    198.64    176.31
27.99/28.05	c  S st   277     46266     48626    207787         0     20668    631129   2360394    198.64   no data
27.99/28.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
28.19/28.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
28.19/28.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.19/28.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
28.19/28.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.19/28.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
28.28/28.32	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
28.38/28.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
28.60/28.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.89/28.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.29 s
28.99/29.00	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
28.99/29.04	c vivif2 --  cl tried    20668 cl shrink        0 lits rem          0 time: 0.04
29.19/29.28	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.23
29.19/29.29	c calculated reachability. Time: 0.00
29.19/29.29	c  N dy   277     46266     48626    207787         0     20668    631129   2360394    198.64   no data
31.59/31.61	c  N dy   303     50270     48626    207787         0     24672    631129   3558614    198.75    211.09
33.79/33.88	c  N dy   331     54371     48626    207787         0     28771    631129   4753105    198.63    218.91
36.09/36.14	c  N dy   361     58413     48626    207787         0     32812    631129   6003607    199.27    217.98
38.41/38.46	c  N dy   393     62478     48626    207787         0     36877    631129   7260077    200.00    214.86
40.70/40.73	c  N dy   422     66620     48626    207787         0     22323    631129   1928064    199.87    210.98
42.19/42.21	c  S st   440     69399     48626    207787         0     25102    631129   2739784    199.70    180.92
42.39/42.49	c  S st   440     69906     48626    207787         0     25609    631129   2851035    199.70   no data
42.49/42.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.59/42.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
42.59/42.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.69/42.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.69/42.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.69/42.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
42.69/42.75	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
42.90/42.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
42.99/43.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
43.49/43.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.42 s
43.49/43.58	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
43.59/43.63	c vivif2 --  cl tried    25609 cl shrink        0 lits rem          0 time: 0.05
43.79/43.89	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.25
43.91/43.91	c calculated reachability. Time: 0.00
43.91/43.91	c  N dy   440     69906     48626    207787         0     25609    631129   2851035    199.70   no data
46.69/46.71	c  N dy   471     74402     48626    207787         0     30105    631129   4254485    200.22    239.04
49.50/49.54	c  N dy   499     79211     48626    207787         0     34914    631129   5655402    199.97    217.13
52.71/52.79	c  N dy   536     84626     48626    207787         0     40329    631129   7195083    199.75    211.45
54.49/54.56	c  F st   554     87502     48626    207787         0     22358    631129   1228025    199.56   no data
56.69/56.71	c  N st   559     90799     48626    207787         0     25655    631129   2842824    199.56   no data
59.89/59.99	c  N dy   581     96664     48626    207787         0     31520    631129   4916095    199.26    215.24
63.49/63.50	c  N dy   625    102839     48626    207787         0     37695    631129   6779021    199.52    214.55
64.59/64.64	c  S st   639    104859     48626    207787         0     39715    631129   7387292    199.45   no data
64.90/64.93	c  S st   639    105361     48626    207787         0     40217    631129   7498623    199.45   no data
64.90/64.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
64.99/65.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
65.09/65.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
65.09/65.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
65.09/65.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
65.09/65.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
65.19/65.21	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
65.39/65.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
65.79/65.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
67.49/67.58	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.65 s
67.59/67.61	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
67.69/67.73	c vivif2 --  cl tried    40211 cl shrink        0 lits rem          0 time: 0.12
67.89/67.99	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.25
67.99/68.00	c calculated reachability. Time: 0.00
67.99/68.00	c  N dy   639    105361     48626    207787         0     40211    631129   7494942    199.45   no data
71.79/71.85	c  N dy   685    112124     48626    207787         0     24547    631129   1376789    199.49    253.13
76.09/76.15	c  N dy   738    119299     48626    207787         0     31722    631129   3534801    199.65    238.25
80.79/80.86	c  N dy   795    126934     48626    207787         0     39356    631129   5814502    199.89    221.60
85.89/85.99	c  N dy   847    135298     48626    207787         0     24008    631129    776932    199.71    215.62
90.89/90.91	c  N dy   908    144088     48626    207787         0     32798    631129   3381323    199.66    214.97
96.09/96.11	c  N dy   965    153281     48626    207787         0     41990    631129   6071674    199.47    210.76
98.90/98.92	c  S st   999    158041     48626    207787         0     46749    631129   7456363    199.42   no data
99.19/99.21	c  S st   999    158545     48626    207787         0     47253    631129   7557745    199.42   no data
99.19/99.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
99.29/99.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
99.39/99.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.39/99.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
99.39/99.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
99.39/99.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
99.49/99.50	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
99.69/99.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
100.11/100.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
102.30/102.32	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.12 s
102.30/102.34	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
102.39/102.47	c vivif2 --  cl tried    47251 cl shrink        0 lits rem          0 time: 0.13
102.69/102.74	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.27
102.69/102.75	c calculated reachability. Time: 0.00
102.69/102.75	c  N dy   999    158545     48626    207787         0     47251    631129   7556688    199.42   no data
108.39/108.49	c  N dy  1066    168667     48626    207787         0     32518    631129   2938943    199.33    252.21
114.69/114.79	c  N dy  1147    179462     48626    207787         0     43313    631129   6180004    199.72    215.38
121.89/121.91	c  N dy  1222    190966     48626    207787         0     28892    631129   1482533    199.70    233.69
129.29/129.38	c  N dy  1305    203317     48626    207787         0     41243    631129   5135051    199.78    217.73
136.89/136.98	c  N dy  1388    216314     48626    207787         0     27279    631129    692600    199.62    254.72
144.80/144.89	c  N dy  1481    230183     48626    207787         0     41147    631129   4815915    199.58    215.11
149.29/149.35	c  S st  1535    237818     48626    207787         0     48781    631129   7061222    199.60   no data
149.60/149.66	c  S st  1535    238319     48626    207787         0     49282    631129   7179448    199.60   no data
149.60/149.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
149.79/149.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
149.79/149.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
149.89/149.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
149.89/149.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
149.89/149.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
149.89/149.95	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
150.09/150.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
150.49/150.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
152.70/152.74	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.14 s
152.70/152.77	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
152.81/152.89	c vivif2 --  cl tried    49281 cl shrink        0 lits rem          0 time: 0.12
153.10/153.16	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.27
153.10/153.18	c calculated reachability. Time: 0.00
153.10/153.18	c  N dy  1535    238319     48626    207787         0     49281    631129   7179324    199.60   no data
162.10/162.20	c  N dy  1643    253638     48626    207787         0     36617    631129   3102244    199.53    210.86
171.79/171.86	c  N dy  1760    269963     48626    207787         0     52940    631129   7982845    199.67    218.10
181.90/181.93	c  N dy  1882    287208     48626    207787         0     41193    631129   4190161    199.76    247.63
194.80/194.87	c  N dy  2007    305621     48626    207787         0     59604    631129   9682734    199.78    213.47
195.29/195.32	c  F st  2013    306252     48626    207787         0     30238    631129    622258    199.79   no data
207.30/207.36	c  N dy  2112    325165     48626    207787         0     49151    631129   7014755    199.89    210.75
219.69/219.73	c  N dy  2242    345180     48626    207787         0     38173    631129   2707440    199.64    210.53
226.90/226.92	c  S st  2318    357481     48626    207787         0     50472    631129   6318116    199.47    207.02
227.20/227.25	c  S st  2318    357986     48626    207787         0     50977    631129   6441546    199.47   no data
227.20/227.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
227.40/227.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
227.40/227.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.40/227.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
227.50/227.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
227.50/227.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
227.50/227.54	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
227.71/227.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
228.10/228.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
230.10/230.15	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.02 s
230.10/230.18	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
230.20/230.29	c vivif2 --  cl tried    50976 cl shrink        0 lits rem          0 time: 0.11
230.50/230.57	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.28
230.50/230.58	c calculated reachability. Time: 0.00
230.50/230.58	c  N dy  2318    357986     48626    207787         0     50976    631129   6440753    199.47   no data
242.79/242.82	c  N dy  2461    378048     48626    207787         0     39047    631129   2595145    199.59    215.07
254.79/254.87	c  N dy  2597    398175     48626    207787         0     59174    631129   8652185    199.68    212.02
266.89/266.90	c  N dy  2738    418281     48626    207787         0     46281    631129   4587034    199.78    217.92
279.09/279.17	c  N dy  2870    438393     48626    207787         0     66391    631129  10518693    199.73    220.09
291.10/291.19	c  N dy  3008    458524     48626    207787         0     52520    631129   6098745    199.78    212.72
303.60/303.68	c  N dy  3148    478602     48626    207787         0     37596    631129   1310465    199.89    224.63
317.69/317.71	c  N dy  3282    498702     48626    207787         0     57695    631129   7343592    199.98    210.78
331.39/331.49	c  N dy  3421    518707     48626    207787         0     41707    631129   2242196    200.05    212.35
343.39/343.40	c  S st  3545    536980     48626    207787         0     59980    631129   7642145    199.98   no data
343.69/343.75	c  S st  3545    537482     48626    207787         0     60482    631129   7749731    199.98   no data
343.69/343.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
343.89/343.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
343.99/344.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
343.99/344.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
343.99/344.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
343.99/344.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
343.99/344.06	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
344.21/344.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
344.69/344.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
347.61/347.69	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.92 s
347.69/347.72	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
347.79/347.86	c vivif2 --  cl tried    60480 cl shrink        0 lits rem          0 time: 0.14
348.09/348.16	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.30
348.09/348.18	c calculated reachability. Time: 0.00
348.09/348.18	c  N dy  3545    537482     48626    207787         0     60480    631129   7747489    199.98   no data
360.60/360.69	c  N dy  3680    557666     48626    207787         0     43665    631129   2491679    199.93    223.11
372.99/373.08	c  N dy  3825    577730     48626    207787         0     63728    631129   8515747    199.99    217.86
385.60/385.65	c  N dy  3966    597832     48626    207787         0     45832    631129   2833832    200.00    211.61
397.99/398.06	c  N dy  4109    617947     48626    207787         0     65946    631129   8898017    200.10    212.79
410.59/410.63	c  N dy  4249    638019     48626    207787         0     47018    631129   2904848    200.14    220.77
423.00/423.04	c  N dy  4386    658025     48626    207787         0     67023    631129   8970648    200.28    229.93
435.70/435.79	c  N dy  4521    678096     48626    207787         0     47095    631129   2727773    200.36    212.41
448.19/448.25	c  N dy  4657    698213     48626    207787         0     67212    631129   8716428    200.40    213.57
460.91/460.92	c  N dy  4792    718250     48626    207787         0     46249    631129   2088024    200.29    218.97
473.20/473.22	c  N dy  4933    738305     48626    207787         0     66300    631129   8010092    200.31    211.94
486.40/486.43	c  N dy  5055    758398     48626    207787         0     44393    631129   1252230    200.22    213.16
498.80/498.82	c  N dy  5188    778496     48626    207787         0     64491    631129   7241691    200.22    220.39
511.80/511.82	c  N dy  5328    798562     48626    207787         0     84554    631129  13243453    200.31    281.79
516.59/516.62	c  S st  5383    806223     48626    207787         0     49222    631129   2438993    200.32    195.64
516.90/516.94	c  S st  5383    806726     48626    207787         0     49725    631129   2560753    200.32   no data
516.90/516.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
517.09/517.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
517.09/517.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
517.09/517.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
517.09/517.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
517.19/517.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
517.19/517.23	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
517.39/517.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
517.49/517.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
518.29/518.36	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.77 s
518.29/518.39	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
518.39/518.43	c vivif2 --  cl tried    49721 cl shrink        0 lits rem          0 time: 0.05
518.69/518.70	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.27
518.69/518.72	c calculated reachability. Time: 0.00
518.69/518.72	c  N dy  5383    806726     48626    207787         0     49721    631129   2558418    200.32   no data
531.10/531.17	c  N dy  5521    826740     48626    207787         0     69733    631129   8475164    200.29    238.46
544.41/544.42	c  N dy  5660    846941     48626    207787         0     45946    631129   1131467    200.34    213.52
556.80/556.81	c  N dy  5799    866959     48626    207787         0     65964    631129   7114736    200.33    216.50
570.20/570.26	c  N dy  5951    887039     48626    207787         0     86044    631129  13178813    200.40    224.78
582.69/582.77	c  N dy  6087    907063     48626    207787         0     61062    631129   5316315    200.41    211.20
595.69/595.78	c  N dy  6221    927153     48626    207787         0     81151    631129  11296809    200.40    212.02
608.89/608.94	c  N dy  6358    947273     48626    207787         0     55269    631129   3275883    200.40    220.54
621.60/621.67	c  N dy  6497    967350     48626    207787         0     75346    631129   9278352    200.40    214.30
635.20/635.25	c  N dy  6638    987439     48626    207787         0     48437    631129    986819    200.43    212.33
647.81/647.87	c  N dy  6776   1007550     48626    207787         0     68548    631129   7103718    200.47    212.06
661.01/661.09	c  N dy  6913   1027745     48626    207787         0     88742    631129  13072881    200.46    216.73
673.79/673.87	c  N dy  7044   1047794     48626    207787         0     60796    631129   4367936    200.44    216.41
686.80/686.83	c  N dy  7184   1067935     48626    207787         0     80937    631129  10383597    200.45    212.25
689.40/689.45	c  F st  7210   1071875     48626    207787         0     84877    631129  11536435    200.44   no data
700.50/700.60	c  N dy  7298   1088014     48626    207787         0     52010    631129   1423101    200.47    217.25
713.30/713.34	c  N dy  7435   1108398     48626    207787         0     72394    631129   7388244    200.42    215.67
726.70/726.74	c  N dy  7573   1128431     48626    207787         0     92425    631129  13405745    200.45    220.30
739.70/739.75	c  N dy  7709   1148439     48626    207787         0     62433    631129   4302184    200.44    223.84
752.70/752.77	c  N dy  7854   1168472     48626    207787         0     82464    631129  10252607    200.46    216.92
766.62/766.67	c  N dy  8002   1188570     48626    207787         0     51564    631129    752211    200.55    301.60
779.20/779.24	c  N dy  8139   1208612     48626    207787         0     71606    631129   6678018    200.53    226.98
780.10/780.17	c  S st  8147   1210091     48626    207787         0     73085    631129   7109860    200.51   no data
780.50/780.51	c  S st  8147   1210599     48626    207787         0     73593    631129   7224699    200.51   no data
780.50/780.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
780.70/780.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
780.70/780.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
780.70/780.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
780.80/780.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
780.80/780.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
780.80/780.84	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
781.01/781.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
781.40/781.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
784.60/784.61	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.11 s
784.60/784.64	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
784.70/784.77	c vivif2 --  cl tried    73590 cl shrink        0 lits rem          0 time: 0.13
785.00/785.08	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.31
785.00/785.10	c calculated reachability. Time: 0.00
785.10/785.10	c  N dy  8147   1210599     48626    207787         0     73590    631129   7223910    200.51   no data
798.61/798.64	c  N dy  8283   1230663     48626    207787         0     93652    631129  13207483    200.52    211.44
812.60/812.65	c  N dy  8419   1250756     48626    207787         0     61748    631129   3462597    200.52    222.41
825.70/825.71	c  N dy  8562   1270855     48626    207787         0     81846    631129   9405202    200.53    211.24
839.31/839.32	c  N dy  8701   1290900     48626    207787         0    101888    631129  15394266    200.54    213.61
852.51/852.52	c  N dy  8844   1311014     48626    207787         0     69000    631129   5480091    200.62    218.78
865.50/865.58	c  N dy  8972   1331085     48626    207787         0     89070    631129  11388776    200.57    211.75
879.50/879.57	c  N dy  9111   1351146     48626    207787         0     55135    631129    931623    200.58    255.48
892.30/892.32	c  N dy  9248   1371248     48626    207787         0     75234    631129   6867253    200.56    226.33
905.80/905.88	c  N dy  9386   1391323     48626    207787         0     95308    631129  12876089    200.57    215.52
919.61/919.66	c  N dy  9531   1411415     48626    207787         0     60405    631129   2246356    200.61    232.51
932.60/932.67	c  N dy  9669   1431484     48626    207787         0     80474    631129   8203625    200.60    218.34
946.30/946.39	c  N dy  9811   1451588     48626    207787         0    100578    631129  14264883    200.62    211.38
960.00/960.07	c  N dy  9951   1471606     48626    207787         0     64595    631129   3169290    200.65    266.75
973.31/973.33	c  N dy 10097   1491709     48626    207787         0     84697    631129   9356164    200.72    218.45
987.41/987.40	c  N dy 10232   1511840     48626    207787         0    104826    631129  15382099    200.76    215.18
1003.11/1003.12	c  N dy 10369   1531912     48626    207787         0     67902    631129   3784283    200.78    211.85
1018.80/1018.82	c  N dy 10510   1552012     48626    207787         0     88002    631129   9845158    200.82    217.48
1033.50/1033.55	c  N dy 10654   1572058     48626    207787         0    108047    631129  16001670    200.88    230.31
1047.81/1047.88	c  N dy 10801   1592199     48626    207787         0     70185    631129   4362310    200.93    213.99
1061.81/1061.86	c  N dy 10939   1612346     48626    207787         0     90329    631129  10427274    200.95    216.61
1075.90/1075.99	c  N dy 11081   1632504     48626    207787         0    110486    631129  16540842    200.97    215.83
1089.50/1089.57	c  N dy 11218   1652584     48626    207787         0     71573    631129   4417250    201.00    224.28
1102.90/1102.94	c  N dy 11359   1672621     48626    207787         0     91607    631129  10425830    201.01    217.75
1117.01/1117.08	c  N dy 11495   1692730     48626    207787         0    111716    631129  16445068    201.02    211.65
1129.31/1129.39	c  S st 11626   1710601     48626    207787         0     69588    631129   3478096    201.03   no data
1129.72/1129.72	c  S st 11626   1711105     48626    207787         0     70092    631129   3585302    201.03   no data
1129.72/1129.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1129.91/1129.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.15
1129.91/1129.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1129.91/1129.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1129.91/1129.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1130.01/1130.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
1130.01/1130.03	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1130.21/1130.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1130.41/1130.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1132.21/1132.28	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.82 s
1132.31/1132.31	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
1132.31/1132.37	c vivif2 --  cl tried    70090 cl shrink        0 lits rem          0 time: 0.06
1132.61/1132.67	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.30
1132.61/1132.69	c calculated reachability. Time: 0.00
1132.61/1132.69	c  N dy 11626   1711105     48626    207787         0     70090    631129   3584828    201.03   no data
1146.01/1146.02	c  N dy 11768   1731158     48626    207787         0     90138    631129   9664745    201.06    218.19
1160.10/1160.19	c  N dy 11916   1751255     48626    207787         0    110233    631129  15860929    201.11    213.46
1174.11/1174.13	c  N dy 12057   1771345     48626    207787         0     69330    631129   3040051    201.12    215.24
1187.50/1187.57	c  N dy 12196   1791536     48626    207787         0     89516    631129   9148102    201.13    213.92
1201.50/1201.52	c  N dy 12332   1811614     48626    207787         0    109592    631129  15153556    201.13    213.96
1215.80/1215.83	c  N dy 12475   1831681     48626    207787         0     67670    631129   2387431    201.16    243.71
1228.90/1228.94	c  N dy 12610   1851698     48626    207787         0     87686    631129   8352667    201.14    247.85
1242.80/1242.82	c  N dy 12747   1871787     48626    207787         0    107774    631129  14332207    201.15    217.25
1259.00/1259.07	c  N dy 12888   1891867     48626    207787         0     64854    631129   1188501    201.18    215.57
1274.31/1274.35	c  N dy 13026   1911944     48626    207787         0     84931    631129   7215490    201.18    225.41
1290.00/1290.09	c  N dy 13168   1931951     48626    207787         0    104936    631129  13253566    201.19    264.14

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

running on 2 cores: 4,6

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: 4.01 4.00 3.69 4/336 21682
/proc/meminfo: memFree=25271112/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=36172 CPUtime=0 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 3862 0 0 0 0 0 0 0 23 0 1 0 649937522 37040128 3280 33554432000 4194304 4580011 140737280707376 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 9043 3291 322 95 0 4025 0

[startup+0.0537769 s]
/proc/loadavg: 4.01 4.00 3.69 4/336 21682
/proc/meminfo: memFree=25271112/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=50032 CPUtime=0.04 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 6619 0 0 0 4 0 0 0 23 0 1 0 649937522 51232768 5509 33554432000 4194304 4580011 140737280707376 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 12508 5509 324 95 0 7490 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50032

[startup+0.100786 s]
/proc/loadavg: 4.01 4.00 3.69 4/336 21682
/proc/meminfo: memFree=25271112/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=54964 CPUtime=0.09 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 8229 0 0 0 9 0 0 0 23 0 1 0 649937522 56283136 7119 33554432000 4194304 4580011 140737280707376 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 13741 7120 324 95 0 8723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54964

[startup+0.300745 s]
/proc/loadavg: 4.01 4.00 3.69 4/336 21682
/proc/meminfo: memFree=25271112/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=59392 CPUtime=0.29 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 9454 0 0 0 28 1 0 0 25 0 1 0 649937522 60817408 8344 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 14848 8344 339 95 0 9830 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59392

[startup+0.700677 s]
/proc/loadavg: 4.01 4.00 3.69 4/336 21682
/proc/meminfo: memFree=25271112/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=91476 CPUtime=0.69 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 17469 0 0 0 67 2 0 0 25 0 1 0 649937522 93671424 15538 33554432000 4194304 4580011 140737280707376 18446744073709551615 4399310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 22869 15538 354 95 0 17851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91476

[startup+1.5005 s]
/proc/loadavg: 4.01 4.00 3.69 6/337 21683
/proc/meminfo: memFree=25174260/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=91476 CPUtime=1.49 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 17890 0 0 0 147 2 0 0 25 0 1 0 649937522 93671424 15959 33554432000 4194304 4580011 140737280707376 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 22869 15959 364 95 0 17851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91476

[startup+3.10024 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21683
/proc/meminfo: memFree=25165080/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=124292 CPUtime=3.09 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 18969 0 0 0 307 2 0 0 25 0 1 0 649937522 127275008 17038 33554432000 4194304 4580011 140737280707376 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 31073 17038 364 95 0 26055 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124292

[startup+6.30063 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21684
/proc/meminfo: memFree=25108848/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=124292 CPUtime=6.29 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 20803 0 0 0 626 3 0 0 25 0 1 0 649937522 127275008 18872 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 31073 18872 364 95 0 26055 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124292

[startup+12.7005 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21684
/proc/meminfo: memFree=25089084/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=100992 CPUtime=12.69 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 26350 0 0 0 1265 4 0 0 25 0 1 0 649937522 103415808 17108 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 25248 17108 364 95 0 20230 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100992

[startup+25.5011 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21684
/proc/meminfo: memFree=24849528/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=186528 CPUtime=25.49 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 55892 0 0 0 2542 7 0 0 25 0 1 0 649937522 191004672 38019 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 46632 38019 367 95 0 41614 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 186528

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 3.70 5/337 21685
/proc/meminfo: memFree=24725560/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=288436 CPUtime=51.09 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 76820 0 0 0 5098 11 0 0 25 0 1 0 649937522 295358464 50372 33554432000 4194304 4580011 140737280707376 18446744073709551615 4320676 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 72109 50372 367 95 0 67091 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 288436

[startup+102.313 s]
/proc/loadavg: 4.05 4.01 3.72 5/337 21686
/proc/meminfo: memFree=24440576/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=410384 CPUtime=102.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 128479 0 0 0 10211 19 0 0 25 0 1 0 649937522 420233216 82911 33554432000 4194304 4580011 140737280707376 18446744073709551615 4507796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 102596 82911 367 95 0 97578 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 410384

[startup+162.301 s]
/proc/loadavg: 4.05 4.02 3.74 5/337 21688
/proc/meminfo: memFree=24391304/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=446944 CPUtime=162.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 156126 0 0 0 16204 26 0 0 25 0 1 0 649937522 457670656 88265 33554432000 4194304 4580011 140737280707376 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 111736 88265 367 95 0 106718 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 446944

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.75 5/337 21689
/proc/meminfo: memFree=24288048/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=446572 CPUtime=222.29 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 177637 0 0 0 22199 30 0 0 25 0 1 0 649937522 457289728 89141 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 111643 89141 367 95 0 106625 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 446572

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.76 5/337 21691
/proc/meminfo: memFree=24211388/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=390668 CPUtime=282.29 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 202505 0 0 0 28194 35 0 0 25 0 1 0 649937522 400044032 91294 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 97667 91294 367 95 0 92649 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 390668

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.78 5/337 21693
/proc/meminfo: memFree=24165476/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=458964 CPUtime=342.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 223490 0 0 0 34188 42 0 0 25 0 1 0 649937522 469979136 95418 33554432000 4194304 4580011 140737280707376 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 114741 95418 367 95 0 109723 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 458964

[startup+402.301 s]
/proc/loadavg: 4.05 4.02 3.79 5/337 21694
/proc/meminfo: memFree=24108876/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=478416 CPUtime=402.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 249670 0 0 0 40182 48 0 0 25 0 1 0 649937522 489897984 103906 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 119604 103906 367 95 0 114586 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 478416

[startup+462.301 s]
/proc/loadavg: 4.05 4.03 3.81 5/337 21696
/proc/meminfo: memFree=24125832/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=424804 CPUtime=462.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 274797 0 0 0 46177 53 0 0 25 0 1 0 649937522 434999296 99957 33554432000 4194304 4580011 140737280707376 18446744073709551615 4295824 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 106201 99957 367 95 0 101183 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 424804

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.82 5/337 21697
/proc/meminfo: memFree=24120088/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=493600 CPUtime=522.29 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 296737 0 0 0 52172 57 0 0 25 0 1 0 649937522 505446400 101246 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 123400 101246 367 95 0 118382 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 493600

[startup+582.301 s]
/proc/loadavg: 4.08 4.03 3.83 5/337 21699
/proc/meminfo: memFree=24096104/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=494192 CPUtime=582.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 319649 0 0 0 58168 62 0 0 25 0 1 0 649937522 506052608 102105 33554432000 4194304 4580011 140737280707376 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 123548 102105 367 95 0 118530 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 494192

[startup+642.3 s]
/proc/loadavg: 4.10 4.04 3.84 5/337 21701
/proc/meminfo: memFree=24102120/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=494424 CPUtime=642.31 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 342031 0 0 0 64163 68 0 0 25 0 1 0 649937522 506290176 101420 33554432000 4194304 4580011 140737280707376 18446744073709551615 4321604 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 123606 101420 367 95 0 118588 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 494424

[startup+702.3 s]
/proc/loadavg: 4.08 4.04 3.85 5/337 21702
/proc/meminfo: memFree=24125532/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=425168 CPUtime=702.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 365836 0 0 0 70156 74 0 0 25 0 1 0 649937522 435372032 100048 33554432000 4194304 4580011 140737280707376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 106292 100048 367 95 0 101274 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 425168

[startup+762.313 s]
/proc/loadavg: 4.03 4.03 3.86 5/337 21704
/proc/meminfo: memFree=24055668/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=497532 CPUtime=762.31 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 390224 0 0 0 76152 79 0 0 25 0 1 0 649937522 509472768 112013 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 124383 112013 367 95 0 119365 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 497532

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.87 5/337 21705
/proc/meminfo: memFree=24030952/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=497812 CPUtime=822.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 409792 0 0 0 82146 84 0 0 25 0 1 0 649937522 509759488 105550 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 124453 105550 367 95 0 119435 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 497812

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.87 5/337 21707
/proc/meminfo: memFree=24076172/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=427904 CPUtime=882.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 432233 0 0 0 88141 89 0 0 25 0 1 0 649937522 438173696 100784 33554432000 4194304 4580011 140737280707376 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 106976 100784 367 95 0 101958 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 427904

[startup+942.301 s]
/proc/loadavg: 4.18 4.06 3.89 5/337 21709
/proc/meminfo: memFree=23970984/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=498304 CPUtime=942.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 455575 0 0 0 94138 92 0 0 25 0 1 0 649937522 510263296 110056 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 124576 110056 367 95 0 119558 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 498304

[startup+1002.3 s]
/proc/loadavg: 4.12 4.06 3.90 5/337 21710
/proc/meminfo: memFree=23941424/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=508428 CPUtime=1002.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 478531 0 0 0 100131 99 0 0 25 0 1 0 649937522 520630272 103657 33554432000 4194304 4580011 140737280707376 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 127107 103659 367 95 0 122089 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 508428

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.91 5/337 21712
/proc/meminfo: memFree=23870716/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=508564 CPUtime=1062.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 500672 0 0 0 106123 107 0 0 25 0 1 0 649937522 520769536 110694 33554432000 4194304 4580011 140737280707376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 127141 110694 367 95 0 122123 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 508564

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 3.91 5/337 21713
/proc/meminfo: memFree=23874276/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=508732 CPUtime=1122.31 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 524041 0 0 0 112120 111 0 0 25 0 1 0 649937522 520941568 118529 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 127183 118529 367 95 0 122165 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 508732

[startup+1182.3 s]
/proc/loadavg: 4.11 4.06 3.92 5/337 21715
/proc/meminfo: memFree=23864812/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=509060 CPUtime=1182.31 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 544191 0 0 0 118115 116 0 0 25 0 1 0 649937522 521277440 106930 33554432000 4194304 4580011 140737280707376 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 127265 106930 367 95 0 122247 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 509060

[startup+1242.3 s]
/proc/loadavg: 4.04 4.05 3.92 5/337 21717
/proc/meminfo: memFree=23807984/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=509252 CPUtime=1242.3 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 567565 0 0 0 124110 120 0 0 25 0 1 0 649937522 521474048 114127 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 127313 114127 367 95 0 122295 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 509252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.92 2/331 21721
/proc/meminfo: memFree=24844016/32951124 swapFree=44485764/67111528
[pid=21682] ppid=21680 vsize=509304 CPUtime=1300.02 cores=4,6
/proc/21682/stat : 21682 (strangenight2-s) R 21680 21682 21023 0 -1 4202496 587067 0 0 0 129875 127 0 0 25 0 1 0 649937522 521527296 117128 33554432000 4194304 4580011 140737280707376 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21682/statm: 127326 117128 367 95 0 122308 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 509304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1298.75
CPU system time (s): 1.2908
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 509304

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

runsolver used 4.67529 second user time and 9.53355 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 16:29:31
IDJOB=3367492
IDBENCH=82701
IDSOLVER=1845
FILE ID=node105/3367492-1305383370
RUNJOBID= node105-1305382068-21495
PBS_JOBID= 13324397
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=51304615

node105.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.825
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.825
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:     32951124 kB
MemFree:      25271268 kB
Buffers:        258156 kB
Cached:        5898416 kB
SwapCached:      39656 kB
Active:         614256 kB
Inactive:      6805748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25271268 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           31860 kB
Writeback:          20 kB
AnonPages:     1230636 kB
Mapped:          11400 kB
Slab:           127960 kB
PageTables:      66996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65457160 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= 73580 MiB
End job on node105 at 2011-05-14 16:51:13