Trace number 3367489

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
MD5SUM0f7796213ec78265bd44aa83c0fa283d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.855
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.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-3367489-1305383370.cnf'
0.00/0.00	c -- header says num vars:          50000
0.00/0.00	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.19/0.29	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.17
0.29/0.35	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.50	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
0.79/0.80	c lits-rem:         0  cl-subs:        0  v-elim:   1274  v-fix:    0  time:  0.29 s
0.79/0.81	c Finding binary XORs  T:     0.01 s  found:       0
0.79/0.87	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.79/0.87	c calculated reachability. Time: 0.00
0.79/0.89	c Calc default polars -  time:   0.01 s pos:   22310 undec:    5506 neg:   22184
0.79/0.89	c =========================================================================================
0.79/0.89	c types(t): F = full restart, N = normal restart
0.79/0.89	c types(t): S = simplification begin/end, E = solution found
0.79/0.89	c restart types(rt): st = static, dy = dynamic
0.79/0.89	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.79/0.89	c  B st     0         0     48726    208521         0         0    633275         0   no data   no data
2.89/2.95	c  N dy    20      4191     48726    208521         0      4191    633275   1418203    195.23    208.95
4.89/4.94	c  N dy    48      8211     48726    208521         0      8211    633275   2601935    196.30    211.85
6.89/6.95	c  N dy    73     12282     48726    208521         0     12281    633275   3817199    197.40    209.20
8.99/9.03	c  N dy   101     16399     48726    208521         0     16397    633275   4999677    196.54    209.13
11.19/11.26	c  N dy   129     20684     48726    208521         0     10685    633275    915626    196.13    207.68
13.39/13.49	c  N dy   156     24737     48726    208521         0     14738    633275   2096775    196.71    209.98
13.59/13.65	c  F st   159     25000     48726    208521         0     15001    633275   2166998    196.60   no data
16.40/16.47	c  N dy   165     30000     48726    208521         0     19999    633275   4372639    196.60   no data
16.40/16.47	c  S st   165     30000     48726    208521         0     19999    633275   4372639    196.60   no data
16.70/16.73	c  S st   165     30505     48726    208521         0     20504    633275   4473694    196.60   no data
16.70/16.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
16.79/16.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
16.89/16.95	c blocked clauses removed:      946 vars:    155 tried:       48726 T: 0.02 s
16.89/16.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.89/16.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.89/16.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.01 s
16.99/17.00	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
17.19/17.25	c lits-rem:         0  cl-subs:        0  v-elim:     31  v-fix:    0  time:  0.25 s
17.51/17.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.49/18.59	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.93 s
18.79/18.81	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.22
18.79/18.82	c calculated reachability. Time: 0.00
18.79/18.82	c  N dy   165     30505     48540    207547         0     20247    630544   4340912    196.60   no data
20.90/20.92	c  N dy   194     34508     48540    207547         0     24249    630544   5520697    197.12    214.56
23.29/23.37	c  N dy   224     38529     48540    207547         0     28270    630544   6726201    198.09    214.60
25.79/25.80	c  N dy   253     42678     48540    207547         0     17047    630544   1369211    198.24    213.62
27.50/27.51	c  S st   271     45757     48540    207547         0     20126    630544   2235691    197.60   no data
27.69/27.80	c  S st   271     46262     48540    207547         0     20631    630544   2356005    197.60   no data
27.79/27.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.89/27.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
27.89/28.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.99/28.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.99/28.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.99/28.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
27.99/28.06	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
28.19/28.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
28.29/28.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.69/28.70	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.28 s
28.69/28.73	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
28.69/28.77	c vivif2 --  cl tried    20629 cl shrink        0 lits rem          0 time: 0.04
28.99/29.00	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.23
28.99/29.01	c calculated reachability. Time: 0.00
28.99/29.01	c  N dy   271     46262     48540    207547         0     20629    630544   2355061    197.60   no data
31.19/31.28	c  N dy   300     50371     48540    207547         0     24738    630544   3589149    197.94    214.34
33.39/33.44	c  N dy   326     54458     48540    207547         0     28824    630544   4766570    197.80    209.15
35.59/35.66	c  N dy   356     58527     48540    207547         0     32893    630544   5930696    197.71    209.25
37.89/37.94	c  N dy   383     62653     48540    207547         0     37019    630544   7172192    198.03    208.52
40.09/40.15	c  N dy   413     66769     48540    207547         0     22454    630544   1947084    198.03    208.88
41.70/41.77	c  S st   430     69393     48540    207547         0     25078    630544   2706742    197.72    141.67
41.99/42.07	c  S st   430     69898     48540    207547         0     25583    630544   2827156    197.72   no data
41.99/42.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.19/42.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
42.19/42.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.19/42.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.29/42.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.29/42.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
42.29/42.33	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
42.49/42.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
42.59/42.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
43.09/43.14	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.42 s
43.09/43.16	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
43.19/43.21	c vivif2 --  cl tried    25580 cl shrink        0 lits rem          0 time: 0.05
43.39/43.45	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.24
43.39/43.47	c calculated reachability. Time: 0.00
43.39/43.47	c  N dy   430     69898     48540    207547         0     25580    630544   2825935    197.72   no data
45.99/46.07	c  N dy   459     74359     48540    207547         0     30041    630544   4149682    197.75    211.69
48.89/48.93	c  N dy   493     79195     48540    207547         0     34877    630544   5563241    197.66    208.66
51.89/51.93	c  N dy   529     84250     48540    207547         0     39932    630544   7030432    197.74    208.47
53.69/53.75	c  F st   552     87500     48540    207547         0     22341    630544   1211431    197.71   no data
55.59/55.65	c  N st   557     90800     48540    207547         0     25641    630544   2481778    197.71   no data
58.99/59.07	c  N dy   588     96666     48540    207547         0     31507    630544   4848915    197.95    212.09
62.49/62.52	c  N dy   635    102843     48540    207547         0     37683    630544   6654707    198.18    209.77
63.59/63.65	c  S st   650    104847     48540    207547         0     39687    630544   7210151    198.16   no data
63.89/63.94	c  S st   650    105354     48540    207547         0     40194    630544   7335018    198.16   no data
63.89/63.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
64.09/64.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
64.09/64.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.09/64.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
64.09/64.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
64.19/64.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
64.19/64.22	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
64.39/64.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
64.80/64.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.49/66.58	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.66 s
66.59/66.61	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
66.69/66.73	c vivif2 --  cl tried    40189 cl shrink        0 lits rem          0 time: 0.12
66.89/66.98	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.25
66.89/66.99	c calculated reachability. Time: 0.00
66.89/66.99	c  N dy   650    105354     48540    207547         0     40189    630544   7328520    198.16   no data
71.09/71.11	c  N dy   694    112183     48540    207547         0     24599    630544   1342292    197.89    209.74
75.29/75.34	c  N dy   744    119471     48540    207547         0     31887    630544   3472871    197.70    215.05
79.89/79.98	c  N dy   799    127150     48540    207547         0     39566    630544   5754071    197.83    212.09
84.60/84.70	c  N dy   858    135363     48540    207547         0     24067    630544    787615    198.01    208.75
89.39/89.47	c  N dy   918    144034     48540    207547         0     32738    630544   3347618    198.02    220.63
94.61/94.64	c  N dy   980    153317     48540    207547         0     42020    630544   6122041    198.10    212.70
97.19/97.29	c  S st  1011    158031     48540    207547         0     46733    630544   7498905    197.89   no data
97.59/97.60	c  S st  1011    158535     48540    207547         0     47237    630544   7634200    197.89   no data
97.59/97.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
97.69/97.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
97.80/97.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.80/97.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
97.80/97.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
97.80/97.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
97.80/97.89	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
98.09/98.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
98.49/98.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
100.69/100.71	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.12 s
100.69/100.73	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
100.79/100.86	c vivif2 --  cl tried    47237 cl shrink        0 lits rem          0 time: 0.13
101.10/101.13	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.26
101.10/101.14	c calculated reachability. Time: 0.00
101.10/101.14	c  N dy  1011    158535     48540    207547         0     47237    630544   7634195    197.89   no data
106.79/106.81	c  N dy  1073    168744     48540    207547         0     32596    630544   2849126    197.56    224.25
113.39/113.49	c  N dy  1147    179556     48540    207547         0     43406    630544   5983504    197.56    215.59
120.49/120.57	c  N dy  1229    191145     48540    207547         0     29072    630544   1539469    197.59    208.25
127.50/127.59	c  N dy  1319    203438     48540    207547         0     41364    630544   5182977    197.72    208.96
135.20/135.28	c  N dy  1418    216462     48540    207547         0     27424    630544    712190    197.97    210.52
143.01/143.03	c  N dy  1512    230326     48540    207547         0     41287    630544   4736676    197.93    294.88
147.30/147.39	c  S st  1563    237802     48540    207547         0     48763    630544   6959077    197.98   no data
147.59/147.67	c  S st  1563    238307     48540    207547         0     49268    630544   7059434    197.98   no data
147.69/147.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
147.79/147.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
147.89/147.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
147.89/147.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
147.89/147.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
147.89/147.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
147.89/147.96	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
148.09/148.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
148.50/148.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
150.60/150.68	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.08 s
150.60/150.70	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
150.79/150.82	c vivif2 --  cl tried    49264 cl shrink        0 lits rem          0 time: 0.12
150.99/151.09	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.27
151.09/151.11	c calculated reachability. Time: 0.00
151.09/151.11	c  N dy  1563    238307     48540    207547         0     49264    630544   7057832    197.98   no data
159.89/159.98	c  N dy  1667    253611     48540    207547         0     36584    630544   3097351    198.07    226.58
170.09/170.13	c  N dy  1783    269850     48540    207547         0     52822    630544   7918046    198.27    215.39
181.40/181.44	c  N dy  1901    287143     48540    207547         0     41128    630544   4131373    198.33    214.07
193.09/193.18	c  N dy  2033    305572     48540    207547         0     59557    630544   9506919    198.37    213.46
193.60/193.64	c  F st  2038    306250     48540    207547         0     30240    630544    611779    198.35   no data
204.79/204.86	c  N dy  2141    325075     48540    207547         0     49064    630544   7107449    198.46    222.02
216.71/216.73	c  N dy  2284    345095     48540    207547         0     38085    630544   2684258    198.69    212.70
223.89/223.93	c  S st  2374    357460     48540    207547         0     50446    630544   6314472    198.74    169.11
224.19/224.24	c  S st  2374    357963     48540    207547         0     50949    630544   6423572    198.74   no data
224.19/224.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
224.40/224.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
224.40/224.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
224.40/224.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
224.40/224.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
224.49/224.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
224.49/224.53	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
224.69/224.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
224.99/225.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
226.99/227.10	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.98 s
227.09/227.12	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
227.19/227.23	c vivif2 --  cl tried    50943 cl shrink        0 lits rem          0 time: 0.11
227.49/227.51	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.27
227.49/227.52	c calculated reachability. Time: 0.00
227.49/227.52	c  N dy  2374    357963     48540    207547         0     50943    630544   6420861    198.74   no data
239.39/239.45	c  N dy  2511    377975     48540    207547         0     38958    630544   2647159    198.77    225.91
251.19/251.28	c  N dy  2640    398034     48540    207547         0     59014    630544   8554433    198.73    209.97
263.09/263.16	c  N dy  2781    418115     48540    207547         0     46098    630544   4353930    198.76    214.39
275.40/275.42	c  N dy  2928    438177     48540    207547         0     66158    630544  10354287    198.93    215.63
289.10/289.18	c  N dy  3062    458299     48540    207547         0     52279    630544   5951065    198.93    216.68
302.80/302.86	c  N dy  3200    478354     48540    207547         0     37339    630544   1229978    199.07    211.52
315.50/315.52	c  N dy  3334    498368     48540    207547         0     57353    630544   7188706    199.16    216.80
327.89/328.00	c  N dy  3474    518437     48540    207547         0     41429    630544   2080857    199.23    295.44
339.09/339.14	c  S st  3603    536945     48540    207547         0     59936    630544   7567557    199.28    139.54
339.39/339.46	c  S st  3603    537446     48540    207547         0     60437    630544   7666090    199.28   no data
339.39/339.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
339.59/339.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
339.69/339.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
339.69/339.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
339.69/339.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
339.69/339.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
339.69/339.77	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
339.90/339.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
340.39/340.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
343.20/343.25	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.81 s
343.20/343.28	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
343.39/343.41	c vivif2 --  cl tried    60434 cl shrink        0 lits rem          0 time: 0.13
343.59/343.69	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.29
343.69/343.71	c calculated reachability. Time: 0.00
343.69/343.71	c  N dy  3603    537446     48540    207547         0     60434    630544   7665084    199.28   no data
355.89/355.99	c  N dy  3738    557491     48540    207547         0     43473    630544   2424035    199.23    210.06
368.09/368.15	c  N dy  3881    577512     48540    207547         0     63494    630544   8410010    199.34    210.76
380.40/380.41	c  N dy  4019    597550     48540    207547         0     45526    630544   2787054    199.30    210.87
392.60/392.61	c  N dy  4160    617576     48540    207547         0     65552    630544   8743120    199.36    214.11
404.89/404.98	c  N dy  4294    637627     48540    207547         0     46608    630544   2759140    199.38    218.24
417.20/417.27	c  N dy  4435    657730     48540    207547         0     66711    630544   8781689    199.46    221.16
429.50/429.53	c  N dy  4565    677758     48540    207547         0     46742    630544   2514230    199.40    212.58
442.11/442.19	c  N dy  4708    697820     48540    207547         0     66804    630544   8648050    199.52    214.04
454.90/454.93	c  N dy  4851    717917     48540    207547         0     45903    630544   1976140    199.58    220.73
467.00/467.06	c  N dy  4982    737926     48540    207547         0     65910    630544   7941626    199.57    234.10
479.80/479.82	c  N dy  5119    758045     48540    207547         0     44032    630544   1116257    199.56    216.43
492.00/492.04	c  N dy  5266    778154     48540    207547         0     64139    630544   7193828    199.62    210.50
504.91/504.97	c  N dy  5402    798182     48540    207547         0     84166    630544  13242224    199.65    250.08
509.90/509.97	c  S st  5463    806169     48540    207547         0     49155    630544   2380804    199.69    169.43
510.20/510.29	c  S st  5463    806669     48540    207547         0     49655    630544   2509595    199.69   no data
510.31/510.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
510.41/510.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
510.50/510.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
510.50/510.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
510.50/510.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
510.50/510.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
510.50/510.58	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
510.70/510.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
510.90/510.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
511.60/511.69	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.75 s
511.70/511.72	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
511.70/511.76	c vivif2 --  cl tried    49653 cl shrink        0 lits rem          0 time: 0.04
512.00/512.04	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.27
512.00/512.05	c calculated reachability. Time: 0.00
512.00/512.05	c  N dy  5463    806669     48540    207547         0     49653    630544   2508920    199.69   no data
524.50/524.51	c  N dy  5600    826791     48540    207547         0     69773    630544   8577788    199.71    210.78
537.40/537.48	c  N dy  5736    846805     48540    207547         0     45785    630544   1049882    199.73    214.89
549.70/549.72	c  N dy  5870    866900     48540    207547         0     65880    630544   7044135    199.73    265.71
562.60/562.69	c  N dy  6006    886983     48540    207547         0     85963    630544  13005519    199.72    215.08
575.31/575.39	c  N dy  6147    907148     48540    207547         0     61132    630544   5358159    199.77    212.64
588.30/588.35	c  N dy  6286    927324     48540    207547         0     81307    630544  11404272    199.78    210.60
601.10/601.11	c  N dy  6421    947395     48540    207547         0     55376    630544   3327576    199.75    221.14
613.71/613.76	c  N dy  6561    967401     48540    207547         0     75380    630544   9275807    199.78    215.93
627.10/627.11	c  N dy  6705    987431     48540    207547         0     48409    630544    977104    199.87    226.51
639.60/639.60	c  N dy  6843   1007531     48540    207547         0     68508    630544   6943019    199.90    235.78
652.80/652.80	c  N dy  6991   1027553     48540    207547         0     88530    630544  13092382    199.99    221.23
665.60/665.64	c  N dy  7137   1047582     48540    207547         0     60563    630544   4375588    200.08    227.42
678.51/678.57	c  N dy  7277   1067673     48540    207547         0     80654    630544  10390928    200.12    216.25
681.30/681.33	c  F st  7307   1071876     48540    207547         0     84856    630544  11625981    200.12   no data
692.00/692.06	c  N dy  7388   1087829     48540    207547         0     51810    630544   1406469    200.14    214.90
704.50/704.57	c  N dy  7531   1107887     48540    207547         0     71868    630544   7384412    200.16    223.72
717.70/717.77	c  N dy  7664   1127969     48540    207547         0     91948    630544  13290420    200.13    222.48
731.30/731.31	c  N dy  7797   1148020     48540    207547         0     61994    630544   4040254    200.10    274.42
744.31/744.34	c  N dy  7927   1168060     48540    207547         0     82032    630544   9981585    200.09    216.19
757.92/757.96	c  N dy  8072   1188087     48540    207547         0     51061    630544    581060    200.13    215.00
770.40/770.46	c  N dy  8213   1208156     48540    207547         0     71128    630544   6551992    200.15    214.63
771.60/771.63	c  S st  8225   1210006     48540    207547         0     72978    630544   7111699    200.15    194.02
771.90/771.96	c  S st  8225   1210508     48540    207547         0     73480    630544   7216555    200.15   no data
772.00/772.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
772.11/772.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
772.21/772.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.21/772.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
772.21/772.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
772.21/772.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
772.21/772.29	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
772.50/772.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
772.90/772.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
776.00/776.02	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.08 s
776.00/776.05	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
776.10/776.18	c vivif2 --  cl tried    73477 cl shrink        0 lits rem          0 time: 0.12
776.40/776.48	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.31
776.40/776.50	c calculated reachability. Time: 0.00
776.40/776.50	c  N dy  8225   1210508     48540    207547         0     73477    630544   7215880    200.15   no data
789.72/789.71	c  N dy  8365   1230513     48540    207547         0     93481    630544  13279247    200.20    220.95
802.81/802.87	c  N dy  8498   1250654     48540    207547         0     61631    630544   3430370    200.20    214.04
815.61/815.67	c  N dy  8632   1270719     48540    207547         0     81695    630544   9441853    200.21    215.51
829.20/829.24	c  N dy  8777   1290722     48540    207547         0    101698    630544  15402707    200.25    213.33
842.20/842.24	c  N dy  8917   1310791     48540    207547         0     68769    630544   5359786    200.29    215.90
855.21/855.24	c  N dy  9054   1330907     48540    207547         0     88884    630544  11353886    200.26    215.46
869.21/869.21	c  N dy  9198   1350941     48540    207547         0     54923    630544    855684    200.30    247.19
881.71/881.74	c  N dy  9327   1370991     48540    207547         0     74972    630544   6815499    200.29    214.46
895.61/895.62	c  N dy  9464   1391088     48540    207547         0     95069    630544  12805282    200.28    236.11
911.82/911.82	c  N dy  9602   1411162     48540    207547         0     60139    630544   2151323    200.31    220.86
926.41/926.40	c  N dy  9741   1431191     48540    207547         0     80167    630544   8106723    200.32    222.58
940.71/940.70	c  N dy  9876   1451325     48540    207547         0    100300    630544  14147757    200.34    211.04
954.83/954.83	c  N dy 10009   1471389     48540    207547         0     64368    630544   3038336    200.33    221.05
967.92/967.93	c  N dy 10144   1491408     48540    207547         0     84387    630544   8927064    200.31    214.39
981.41/981.43	c  N dy 10271   1511533     48540    207547         0    104512    630544  14925243    200.28    210.88
995.01/995.01	c  N dy 10413   1531586     48540    207547         0     67570    630544   3782546    200.36    231.87
1007.92/1007.97	c  N dy 10543   1551648     48540    207547         0     87629    630544   9791727    200.35    211.04
1021.82/1021.88	c  N dy 10681   1571724     48540    207547         0    107704    630544  15902568    200.40    218.27
1035.22/1035.25	c  N dy 10817   1591876     48540    207547         0     69855    630544   4144947    200.41    211.78
1048.52/1048.51	c  N dy 10955   1611965     48540    207547         0     89944    630544  10245536    200.44    217.85
1062.32/1062.33	c  N dy 11102   1631972     48540    207547         0    109951    630544  16316767    200.49    273.37
1075.72/1075.74	c  N dy 11235   1652064     48540    207547         0     71044    630544   4182827    200.50    212.77
1088.93/1089.00	c  N dy 11386   1672091     48540    207547         0     91070    630544  10192093    200.54    217.96
1103.01/1103.07	c  N dy 11525   1692155     48540    207547         0    111134    630544  16205936    200.55    212.49
1115.52/1115.53	c  S st 11657   1710509     48540    207547         0     69482    630544   3453779    200.56    223.27
1115.82/1115.87	c  S st 11657   1711012     48540    207547         0     69985    630544   3566013    200.56   no data
1115.92/1115.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1116.02/1116.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
1116.12/1116.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1116.12/1116.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1116.12/1116.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1116.12/1116.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
1116.12/1116.18	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1116.32/1116.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1116.53/1116.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1118.42/1118.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.84 s
1118.42/1118.49	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
1118.52/1118.55	c vivif2 --  cl tried    69985 cl shrink        0 lits rem          0 time: 0.06
1118.82/1118.85	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.30
1118.82/1118.87	c calculated reachability. Time: 0.00
1118.82/1118.87	c  N dy 11657   1711012     48540    207547         0     69985    630544   3566013    200.56   no data
1133.11/1133.16	c  N dy 11793   1731082     48540    207547         0     90055    630544   9553249    200.57    216.43
1149.53/1149.51	c  N dy 11928   1751189     48540    207547         0    110162    630544  15561742    200.57    212.20
1165.12/1165.16	c  N dy 12066   1771253     48540    207547         0     69226    630544   3072061    200.57    211.52
1179.02/1179.08	c  N dy 12207   1791371     48540    207547         0     89344    630544   9054949    200.58    221.68
1193.02/1193.04	c  N dy 12349   1811461     48540    207547         0    109434    630544  15079632    200.60    217.55
1206.92/1206.99	c  N dy 12490   1831495     48540    207547         0     67467    630544   2233585    200.61    298.82
1220.11/1220.18	c  N dy 12634   1851552     48540    207547         0     87523    630544   8217959    200.64    245.80
1233.92/1233.96	c  N dy 12772   1871743     48540    207547         0    107713    630544  14279559    200.64    211.37
1248.32/1248.31	c  N dy 12910   1891804     48540    207547         0     64778    630544   1133036    200.63    217.25
1261.02/1261.08	c  N dy 13044   1911810     48540    207547         0     84784    630544   7224870    200.66    212.91
1274.72/1274.77	c  N dy 13181   1931899     48540    207547         0    104873    630544  13244389    200.66    220.06
1289.13/1289.21	c  N dy 13320   1951973     48540    207547         0    124947    630544  19365204    200.69    229.43

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-3367489-1305383370/watcher-3367489-1305383370 -o /tmp/evaluation-result-3367489-1305383370/solver-3367489-1305383370 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367489-1305383370.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: 4.01 4.00 3.69 4/333 21676
/proc/meminfo: memFree=25311308/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=32076 CPUtime=0 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 3532 0 0 0 0 0 0 0 25 0 1 0 649937501 32845824 2953 33554432000 4194304 4580011 140733678923536 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 8019 2958 322 95 0 3001 0

[startup+0.045222 s]
/proc/loadavg: 4.01 4.00 3.69 4/333 21676
/proc/meminfo: memFree=25311308/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=48868 CPUtime=0.03 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 6248 0 0 0 3 0 0 0 25 0 1 0 649937501 50040832 5139 33554432000 4194304 4580011 140733678923536 18446744073709551615 244446606021 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 12217 5141 324 95 0 7199 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 48868

[startup+0.100212 s]
/proc/loadavg: 4.01 4.00 3.69 4/333 21676
/proc/meminfo: memFree=25311308/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=54948 CPUtime=0.09 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 8194 0 0 0 8 1 0 0 25 0 1 0 649937501 56266752 7085 33554432000 4194304 4580011 140733678923536 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 13737 7086 324 95 0 8719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54948

[startup+0.300159 s]
/proc/loadavg: 4.01 4.00 3.69 4/333 21676
/proc/meminfo: memFree=25311308/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=59384 CPUtime=0.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 9454 0 0 0 28 1 0 0 25 0 1 0 649937501 60809216 8345 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 14846 8345 340 95 0 9828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59384

[startup+0.701089 s]
/proc/loadavg: 4.01 4.00 3.69 4/333 21676
/proc/meminfo: memFree=25311308/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=91508 CPUtime=0.69 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 17478 0 0 0 67 2 0 0 25 0 1 0 649937501 93704192 15548 33554432000 4194304 4580011 140733678923536 18446744073709551615 244446603462 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 22877 15548 354 95 0 17859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91508

[startup+1.50094 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21683
/proc/meminfo: memFree=25178848/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=91508 CPUtime=1.49 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 17982 0 0 0 147 2 0 0 25 0 1 0 649937501 93704192 16052 33554432000 4194304 4580011 140733678923536 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 22877 16052 364 95 0 17859 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91508

[startup+3.10064 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21683
/proc/meminfo: memFree=25164708/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=124324 CPUtime=3.09 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 18976 0 0 0 307 2 0 0 25 0 1 0 649937501 127307776 17046 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 31081 17046 364 95 0 26063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124324

[startup+6.30105 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21684
/proc/meminfo: memFree=25111824/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=124324 CPUtime=6.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 20877 0 0 0 626 3 0 0 25 0 1 0 649937501 127307776 18947 33554432000 4194304 4580011 140733678923536 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 31081 18947 364 95 0 26063 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124324

[startup+12.7009 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21684
/proc/meminfo: memFree=25090944/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=100980 CPUtime=12.69 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 26365 0 0 0 1265 4 0 0 25 0 1 0 649937501 103403520 17184 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 25245 17184 364 95 0 20227 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100980

[startup+25.5005 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21684
/proc/meminfo: memFree=24824728/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=188668 CPUtime=25.49 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 56547 0 0 0 2541 8 0 0 25 0 1 0 649937501 193196032 38649 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 47167 38649 367 95 0 42149 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 188668

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.70 5/337 21685
/proc/meminfo: memFree=24726304/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=290972 CPUtime=51.09 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 77621 0 0 0 5096 13 0 0 25 0 1 0 649937501 297955328 51280 33554432000 4194304 4580011 140733678923536 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 72743 51280 367 95 0 67725 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 290972

[startup+102.312 s]
/proc/loadavg: 4.05 4.01 3.72 5/337 21686
/proc/meminfo: memFree=24442188/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=410252 CPUtime=102.3 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 128689 0 0 0 10208 22 0 0 25 0 1 0 649937501 420098048 83553 33554432000 4194304 4580011 140733678923536 18446744073709551615 4301802 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 102563 83553 367 95 0 97545 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 410252

[startup+162.301 s]
/proc/loadavg: 4.05 4.02 3.74 5/337 21688
/proc/meminfo: memFree=24393420/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=445100 CPUtime=162.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 156228 0 0 0 16200 29 0 0 25 0 1 0 649937501 455782400 88999 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 111275 88999 367 95 0 106257 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 445100

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.75 5/337 21689
/proc/meminfo: memFree=24290156/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=446536 CPUtime=222.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 178403 0 0 0 22192 37 0 0 25 0 1 0 649937501 457252864 90461 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 111634 90461 367 95 0 106616 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 446536

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 3.76 6/337 21691
/proc/meminfo: memFree=24211760/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=462612 CPUtime=282.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 202910 0 0 0 28187 42 0 0 25 0 1 0 649937501 473714688 92451 33554432000 4194304 4580011 140733678923536 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 115653 92451 367 95 0 110635 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 462612

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.78 5/337 21693
/proc/meminfo: memFree=24166468/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=462764 CPUtime=342.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 224192 0 0 0 34178 51 0 0 25 0 1 0 649937501 473870336 97024 33554432000 4194304 4580011 140733678923536 18446744073709551615 4416924 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 115691 97024 367 95 0 110673 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 462764

[startup+402.3 s]
/proc/loadavg: 4.05 4.02 3.79 5/337 21694
/proc/meminfo: memFree=24109872/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=406640 CPUtime=402.29 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 249373 0 0 0 40172 57 0 0 25 0 1 0 649937501 416399360 95384 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 101660 95384 367 95 0 96642 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 406640

[startup+462.3 s]
/proc/loadavg: 4.05 4.03 3.81 5/337 21696
/proc/meminfo: memFree=24127196/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=492284 CPUtime=462.3 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 275919 0 0 0 46167 63 0 0 25 0 1 0 649937501 504098816 102234 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123071 102234 367 95 0 118053 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 492284

[startup+522.3 s]
/proc/loadavg: 4.02 4.02 3.82 5/337 21697
/proc/meminfo: memFree=24121700/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=492480 CPUtime=522.3 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 298669 0 0 0 52162 68 0 0 25 0 1 0 649937501 504299520 104169 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123120 104169 367 95 0 118102 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 492480

[startup+582.301 s]
/proc/loadavg: 4.08 4.03 3.83 5/337 21699
/proc/meminfo: memFree=24097840/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=492680 CPUtime=582.3 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 321635 0 0 0 58156 74 0 0 25 0 1 0 649937501 504504320 105262 33554432000 4194304 4580011 140733678923536 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123170 105262 367 95 0 118152 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 492680

[startup+642.301 s]
/proc/loadavg: 4.10 4.04 3.84 5/337 21701
/proc/meminfo: memFree=24103732/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=492960 CPUtime=642.32 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 344257 0 0 0 64152 80 0 0 25 0 1 0 649937501 504791040 104840 33554432000 4194304 4580011 140733678923536 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123240 104840 367 95 0 118222 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 492960

[startup+702.301 s]
/proc/loadavg: 4.08 4.04 3.85 5/337 21702
/proc/meminfo: memFree=24126648/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=493168 CPUtime=702.3 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 367444 0 0 0 70144 86 0 0 25 0 1 0 649937501 505004032 102991 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123292 102991 367 95 0 118274 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 493168

[startup+762.313 s]
/proc/loadavg: 4.03 4.03 3.86 5/337 21704
/proc/meminfo: memFree=24056660/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=425668 CPUtime=762.32 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 389863 0 0 0 76139 93 0 0 25 0 1 0 649937501 435884032 100194 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 106417 100194 367 95 0 101399 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 425668

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.87 5/337 21705
/proc/meminfo: memFree=24032316/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=495516 CPUtime=822.31 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 412295 0 0 0 82133 98 0 0 25 0 1 0 649937501 507408384 109429 33554432000 4194304 4580011 140733678923536 18446744073709551615 4295831 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123879 109429 367 95 0 118861 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 495516

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 3.87 5/337 21707
/proc/meminfo: memFree=24077164/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=495800 CPUtime=882.31 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 434378 0 0 0 88128 103 0 0 25 0 1 0 649937501 507699200 104218 33554432000 4194304 4580011 140733678923536 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123950 104218 367 95 0 118932 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 495800

[startup+942.3 s]
/proc/loadavg: 4.18 4.06 3.89 5/337 21709
/proc/meminfo: memFree=23972100/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=495956 CPUtime=942.31 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 456052 0 0 0 94119 112 0 0 25 0 1 0 649937501 507858944 111843 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 123989 111843 367 95 0 118971 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 495956

[startup+1002.3 s]
/proc/loadavg: 4.12 4.06 3.90 5/337 21710
/proc/meminfo: memFree=23942540/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=505628 CPUtime=1002.31 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 479851 0 0 0 100112 119 0 0 25 0 1 0 649937501 517763072 106673 33554432000 4194304 4580011 140733678923536 18446744073709551615 4320808 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 126407 106673 367 95 0 121389 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 505628

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.91 5/337 21712
/proc/meminfo: memFree=23871956/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=505740 CPUtime=1062.32 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 503883 0 0 0 106106 126 0 0 25 0 1 0 649937501 517877760 115622 33554432000 4194304 4580011 140733678923536 18446744073709551615 4320870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 126435 115622 367 95 0 121417 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 505740

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 3.91 5/337 21713
/proc/meminfo: memFree=23875640/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=506004 CPUtime=1122.31 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 523898 0 0 0 112101 130 0 0 25 0 1 0 649937501 518148096 104609 33554432000 4194304 4580011 140733678923536 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 126501 104609 367 95 0 121483 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 506004

[startup+1182.3 s]
/proc/loadavg: 4.11 4.06 3.92 5/337 21715
/proc/meminfo: memFree=23865932/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=506224 CPUtime=1182.31 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 544870 0 0 0 118091 140 0 0 25 0 1 0 649937501 518373376 109819 33554432000 4194304 4580011 140733678923536 18446744073709551615 4320975 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 126556 109819 367 95 0 121538 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 506224

[startup+1242.3 s]
/proc/loadavg: 4.04 4.05 3.92 5/337 21717
/proc/meminfo: memFree=23809224/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=506340 CPUtime=1242.32 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 568196 0 0 0 124086 146 0 0 25 0 1 0 649937501 518492160 117031 33554432000 4194304 4580011 140733678923536 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 126585 117031 367 95 0 121567 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 506340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.92 3/333 21720
/proc/meminfo: memFree=24427484/32951124 swapFree=44485764/67111528
[pid=21676] ppid=21674 vsize=508920 CPUtime=1300.03 cores=5,7
/proc/21676/stat : 21676 (strangenight2-s) R 21674 21676 21023 0 -1 4202496 589150 0 0 0 129851 152 0 0 25 0 1 0 649937501 521134080 104636 33554432000 4194304 4580011 140733678923536 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21676/statm: 127230 104636 367 95 0 122212 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 508920

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.06
CPU user time (s): 1298.52
CPU system time (s): 1.54077
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 508920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.52
system time used= 1.54076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589150
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= 2709

runsolver used 4.04139 second user time and 10.1745 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 16:29:31
IDJOB=3367489
IDBENCH=82698
IDSOLVER=1845
FILE ID=node105/3367489-1305383370
RUNJOBID= node105-1305382068-21497
PBS_JOBID= 13324397
Free space on /tmp= 73576 MiB

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

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

MD5SUM BENCH= 0f7796213ec78265bd44aa83c0fa283d
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:      25317896 kB
Buffers:        258136 kB
Cached:        5889124 kB
SwapCached:      39656 kB
Active:         567748 kB
Inactive:      6806020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25317896 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           22936 kB
Writeback:          20 kB
AnonPages:     1194164 kB
Mapped:          11012 kB
Slab:           127700 kB
PageTables:      66220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65394168 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= 73572 MiB
End job on node105 at 2011-05-14 16:51:13