Trace number 3367376

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1401248878-094-UNKNOWN.cnf
MD5SUM56bd5db172bed91bc72714a8bad8639b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark316.613
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-3367376-1305381955.cnf'
0.00/0.00	c -- header says num vars:          50000
0.00/0.00	c -- header says num clauses:      210000
0.09/0.14	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.14	c -- vars added      50000
0.09/0.14	c Parsing time:  0.12 s
0.09/0.14	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data
0.29/0.31	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.18
0.29/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
0.38/0.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.49/0.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.49/0.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.01 s
0.49/0.52	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
0.79/0.82	c lits-rem:         0  cl-subs:        0  v-elim:   1290  v-fix:    0  time:  0.29 s
0.79/0.83	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.90	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.89/0.90	c calculated reachability. Time: 0.00
0.89/0.91	c Calc default polars -  time:   0.02 s pos:   22431 undec:    5406 neg:   22163
0.89/0.91	c =========================================================================================
0.89/0.91	c types(t): F = full restart, N = normal restart
0.89/0.91	c types(t): S = simplification begin/end, E = solution found
0.89/0.91	c restart types(rt): st = static, dy = dynamic
0.89/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.91	c  B st     0         0     48710    208528         0         0    633379         0   no data   no data
2.89/2.97	c  N dy    20      4066     48710    208528         0      4063    633379   1476214    197.38    213.41
4.99/5.02	c  N dy    49      8158     48710    208528         0      8155    633379   2696452    202.45    225.41
7.09/7.12	c  N dy    77     12304     48710    208528         0     12301    633379   3895810    200.20    216.05
9.29/9.31	c  N dy   106     16312     48710    208528         0     16309    633379   5143076    201.89    275.24
11.39/11.49	c  N dy   134     20379     48710    208528         0     10380    633379    870958    201.35    219.53
13.59/13.65	c  N dy   161     24558     48710    208528         0     14559    633379   2116350    200.84    213.39
13.79/13.89	c  F st   165     25000     48710    208528         0     15001    633379   2251778    200.96   no data
16.69/16.74	c  N dy   171     30002     48710    208528         0     20003    633379   4476823    200.96   no data
16.69/16.74	c  S st   171     30002     48710    208528         0     20003    633379   4476823    200.96   no data
16.99/17.00	c  S st   171     30504     48710    208528         0     20505    633379   4582493    200.96   no data
16.99/17.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
17.09/17.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
17.19/17.22	c blocked clauses removed:      783 vars:    137 tried:       48710 T: 0.02 s
17.19/17.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.19/17.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.19/17.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48573 time:  0.01 s
17.19/17.28	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
17.51/17.53	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.25 s
17.79/17.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.79/18.85	c lits-rem:         1  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.92 s
18.99/19.07	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.22
18.99/19.08	c calculated reachability. Time: 0.00
18.99/19.08	c  N dy   171     30504     48555    207728         0     20093    631086   4212113    200.96   no data
21.19/21.29	c  N dy   202     34590     48555    207728         0     24179    631086   5433192    201.18    212.15
23.49/23.53	c  N dy   229     38640     48555    207728         0     28229    631086   6662749    201.12    212.35
25.69/25.71	c  N dy   255     42731     48555    207728         0     17025    631086   1370821    200.58    221.13
27.19/27.27	c  S st   274     45760     48555    207728         0     20054    631086   2251824    199.95   no data
27.51/27.53	c  S st   274     46263     48555    207728         0     20557    631086   2367636    199.95   no data
27.51/27.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.59/27.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
27.69/27.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.69/27.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.69/27.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.69/27.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
27.69/27.79	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
27.89/27.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
28.09/28.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.39/28.45	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.30 s
28.39/28.48	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
28.50/28.52	c vivif2 --  cl tried    20552 cl shrink        0 lits rem          0 time: 0.04
28.69/28.76	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.24
28.69/28.77	c calculated reachability. Time: 0.00
28.69/28.77	c  N dy   274     46263     48555    207728         0     20552    631086   2364287    199.95   no data
30.99/31.01	c  N dy   297     50281     48555    207728         0     24569    631086   3532564    199.62    213.99
33.19/33.23	c  N dy   325     54391     48555    207728         0     28679    631086   4755388    199.79    224.01
35.29/35.39	c  N dy   351     58443     48555    207728         0     32731    631086   5935199    199.54    212.92
37.59/37.66	c  N dy   381     62467     48555    207728         0     36755    631086   7131025    199.84    210.58
39.79/39.89	c  N dy   409     66552     48555    207728         0     22190    631086   1888256    199.72    270.01
41.39/41.43	c  S st   427     69394     48555    207728         0     25032    631086   2741072    199.67    199.54
41.71/41.71	c  S st   427     69897     48555    207728         0     25535    631086   2840705    199.67   no data
41.71/41.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
41.81/41.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
41.89/41.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.89/41.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
41.89/41.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
41.89/41.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
41.89/41.97	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
42.09/42.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
42.29/42.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.69/42.77	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.42 s
42.69/42.80	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
42.80/42.85	c vivif2 --  cl tried    25533 cl shrink        0 lits rem          0 time: 0.05
42.99/43.08	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.23
42.99/43.09	c calculated reachability. Time: 0.00
42.99/43.09	c  N dy   427     69897     48555    207728         0     25533    631086   2839463    199.67   no data
45.79/45.82	c  N dy   458     74605     48555    207728         0     30241    631086   4216070    199.52    211.09
48.59/48.61	c  N dy   490     79416     48555    207728         0     35052    631086   5600736    199.29    210.01
51.39/51.48	c  N dy   523     84651     48555    207728         0     40287    631086   7097226    199.16    210.56
53.09/53.15	c  F st   546     87500     48555    207728         0     22312    631086   1264821    199.37   no data
55.09/55.11	c  N st   551     90798     48555    207728         0     25610    631086   2639574    199.37   no data
58.39/58.44	c  N dy   581     96711     48555    207728         0     31522    631086   4802100    199.78    220.53
61.79/61.87	c  N dy   619    102923     48555    207728         0     37734    631086   6642053    199.56    219.81
62.89/62.99	c  S st   632    104845     48555    207728         0     39656    631086   7214052    199.52    201.28
63.18/63.28	c  S st   632    105348     48555    207728         0     40159    631086   7321051    199.52   no data
63.28/63.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
63.38/63.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
63.48/63.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.48/63.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
63.48/63.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.48/63.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
63.48/63.56	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
63.71/63.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
64.19/64.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
65.90/65.95	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.69 s
65.90/65.98	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
66.08/66.10	c vivif2 --  cl tried    40156 cl shrink        0 lits rem          0 time: 0.12
66.28/66.36	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.25
66.28/66.37	c calculated reachability. Time: 0.00
66.28/66.37	c  N dy   632    105348     48555    207728         0     40156    631086   7316688    199.52   no data
70.40/70.44	c  N dy   673    112333     48555    207728         0     24734    631086   1415498    199.53    213.96
74.59/74.64	c  N dy   723    119582     48555    207728         0     31983    631086   3595626    199.70    214.93
78.89/78.96	c  N dy   777    127217     48555    207728         0     39618    631086   5944570    200.17    286.56
83.69/83.74	c  N dy   833    135418     48555    207728         0     24113    631086    813286    199.96    215.41
88.39/88.43	c  N dy   890    144066     48555    207728         0     32761    631086   3338871    199.77    251.40
93.69/93.71	c  N dy   954    153370     48555    207728         0     42064    631086   6128754    199.88    210.90
96.39/96.40	c  S st   983    158023     48555    207728         0     46717    631086   7499073    199.68   no data
96.59/96.71	c  S st   983    158526     48555    207728         0     47220    631086   7609775    199.68   no data
96.71/96.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
96.81/96.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
96.89/96.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.89/96.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
96.89/96.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
96.89/96.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
96.99/97.00	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
97.19/97.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
97.59/97.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
99.79/99.83	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.14 s
99.79/99.86	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
99.89/99.99	c vivif2 --  cl tried    47215 cl shrink        0 lits rem          0 time: 0.13
100.19/100.26	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.27
100.19/100.27	c calculated reachability. Time: 0.00
100.19/100.27	c  N dy   983    158526     48555    207728         0     47215    631086   7608606    199.68   no data
106.09/106.19	c  N dy  1054    168897     48555    207728         0     32734    631086   3013694    199.92    215.17
112.49/112.56	c  N dy  1126    179694     48555    207728         0     43531    631086   6199538    199.71    211.00
119.09/119.17	c  N dy  1197    191175     48555    207728         0     29081    631086   1517720    199.46    218.01
126.09/126.19	c  N dy  1284    203464     48555    207728         0     41370    631086   5177402    199.54    229.70
133.99/134.02	c  N dy  1378    216694     48555    207728         0     27637    631086    782949    199.69    218.99
141.90/141.93	c  N dy  1477    230610     48555    207728         0     41552    631086   4900736    199.75    210.69
146.09/146.11	c  S st  1526    237791     48555    207728         0     48733    631086   6982420    199.68   no data
146.39/146.41	c  S st  1526    238292     48555    207728         0     49234    631086   7089683    199.68   no data
146.39/146.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
146.49/146.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
146.59/146.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.59/146.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
146.59/146.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
146.59/146.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
146.69/146.70	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
146.89/146.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
147.19/147.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
149.39/149.46	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.12 s
149.39/149.49	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
149.50/149.61	c vivif2 --  cl tried    49232 cl shrink        0 lits rem          0 time: 0.12
149.79/149.88	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.27
149.79/149.89	c calculated reachability. Time: 0.00
149.79/149.89	c  N dy  1526    238292     48555    207728         0     49232    631086   7087406    199.68   no data
158.79/158.88	c  N dy  1634    253519     48555    207728         0     36477    631086   3127446    199.91    211.71
168.70/168.70	c  N dy  1750    269861     48555    207728         0     52817    631086   8039174    200.04    221.21
178.59/178.68	c  N dy  1862    287212     48555    207728         0     41177    631086   4164711    200.01    211.07
189.69/189.74	c  N dy  1994    305736     48555    207728         0     59701    631086   9676255    200.11    222.55
190.09/190.10	c  F st  1999    306250     48555    207728         0     30225    631086    634050    200.13   no data
201.39/201.46	c  N dy  2103    325319     48555    207728         0     49292    631086   7286110    200.18    215.68
213.40/213.45	c  N dy  2242    345416     48555    207728         0     38395    631086   2766587    200.28    214.60
220.40/220.45	c  S st  2321    357439     48555    207728         0     50417    631086   6372880    200.24   no data
220.70/220.76	c  S st  2321    357940     48555    207728         0     50918    631086   6472754    200.24   no data
220.70/220.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
220.90/220.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
220.90/220.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
220.90/221.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
221.01/221.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
221.01/221.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
221.01/221.05	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
221.20/221.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
221.59/221.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
223.59/223.66	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.02 s
223.59/223.69	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
223.79/223.80	c vivif2 --  cl tried    50917 cl shrink        0 lits rem          0 time: 0.11
223.99/224.07	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.27
223.99/224.09	c calculated reachability. Time: 0.00
223.99/224.09	c  N dy  2321    357940     48555    207728         0     50917    631086   6471928    200.24   no data
236.09/236.15	c  N dy  2459    378078     48555    207728         0     39057    631086   2680584    200.40    212.44
248.09/248.11	c  N dy  2587    398103     48555    207728         0     59082    631086   8653325    200.37    214.48
259.99/260.08	c  N dy  2721    418172     48555    207728         0     46153    631086   4426660    200.35    219.96
272.19/272.29	c  N dy  2856    438177     48555    207728         0     66157    631086  10437064    200.44    211.33
283.99/284.02	c  N dy  2987    458251     48555    207728         0     52234    631086   5888260    200.40    220.19
296.19/296.23	c  N dy  3122    478255     48555    207728         0     37238    631086   1188849    200.44    217.17
308.09/308.16	c  N dy  3255    498286     48555    207728         0     57268    631086   7124105    200.40    211.77
320.39/320.43	c  N dy  3394    518337     48555    207728         0     41315    631086   2113347    200.34    214.21
331.59/331.66	c  S st  3532    536910     48555    207728         0     59888    631086   7765567    200.49   no data
331.89/331.99	c  S st  3532    537413     48555    207728         0     60390    631086   7873124    200.49   no data
331.99/332.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
332.10/332.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
332.20/332.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
332.20/332.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
332.20/332.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
332.20/332.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
332.20/332.29	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
332.49/332.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
332.89/332.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
335.89/335.98	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.00 s
335.99/336.01	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
336.09/336.14	c vivif2 --  cl tried    60386 cl shrink        0 lits rem          0 time: 0.13
336.39/336.43	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.29
336.39/336.44	c calculated reachability. Time: 0.00
336.39/336.44	c  N dy  3532    537413     48555    207728         0     60386    631086   7870094    200.49   no data
348.89/348.95	c  N dy  3673    557612     48555    207728         0     43590    631086   2512411    200.50    217.19
360.99/361.06	c  N dy  3809    577634     48555    207728         0     63611    631086   8511535    200.50    218.78
373.50/373.53	c  N dy  3952    597696     48555    207728         0     45670    631086   2786015    200.52    211.20
385.89/385.93	c  N dy  4078    617759     48555    207728         0     65729    631086   8756988    200.41    220.97
398.49/398.53	c  N dy  4213    637954     48555    207728         0     46928    631086   2976654    200.43    213.35
410.70/410.80	c  N dy  4347    658051     48555    207728         0     67024    631086   9037907    200.48    213.27
423.20/423.26	c  N dy  4477    678148     48555    207728         0     47131    631086   2615696    200.42    211.28
435.50/435.60	c  N dy  4616    698420     48555    207728         0     67402    631086   8631479    200.47    230.47
448.40/448.42	c  N dy  4762    718512     48555    207728         0     46488    631086   2180607    200.57    217.53
460.69/460.75	c  N dy  4900    738586     48555    207728         0     66561    631086   8121812    200.54    212.08
473.49/473.54	c  N dy  5041    758601     48555    207728         0     44574    631086   1283713    200.59    211.86
485.89/485.95	c  N dy  5186    778761     48555    207728         0     64732    631086   7373772    200.66    215.46
498.90/498.92	c  N dy  5319    798866     48555    207728         0     84836    631086  13409738    200.68    221.28
503.39/503.46	c  S st  5372    806120     48555    207728         0     49089    631086   2372382    200.73   no data
503.71/503.77	c  S st  5372    806623     48555    207728         0     49592    631086   2495256    200.73   no data
503.71/503.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
503.89/503.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
503.89/503.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
503.99/504.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
503.99/504.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
503.99/504.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
503.99/504.06	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
504.19/504.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
504.29/504.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
505.10/505.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.71 s
505.10/505.14	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
505.10/505.19	c vivif2 --  cl tried    49592 cl shrink        0 lits rem          0 time: 0.04
505.39/505.45	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.27
505.39/505.47	c calculated reachability. Time: 0.00
505.39/505.47	c  N dy  5372    806623     48555    207728         0     49592    631086   2495256    200.73   no data
517.69/517.77	c  N dy  5510    826652     48555    207728         0     69621    631086   8401790    200.74    211.89
530.80/530.83	c  N dy  5646    846742     48555    207728         0     45719    631086   1032805    200.66    216.81
543.09/543.14	c  N dy  5786    866830     48555    207728         0     65807    631086   7143518    200.74    218.18
556.00/556.09	c  N dy  5921    886930     48555    207728         0     85907    631086  13119219    200.74    216.10
568.61/568.64	c  N dy  6061    906949     48555    207728         0     60929    631086   5306701    200.74    213.14
581.50/581.50	c  N dy  6205    927009     48555    207728         0     80989    631086  11388070    200.82    211.43
594.40/594.41	c  N dy  6343    947056     48555    207728         0     55034    631086   3283038    200.89    215.05
607.00/607.07	c  N dy  6484    967221     48555    207728         0     75199    631086   9293102    200.94    212.13
620.31/620.37	c  N dy  6619    987353     48555    207728         0     48329    631086    922348    200.92    212.39
632.80/632.80	c  N dy  6756   1007417     48555    207728         0     68392    631086   6946283    200.93    220.71
645.89/645.96	c  N dy  6901   1027652     48555    207728         0     88627    631086  12979863    200.95    212.69
658.81/658.84	c  N dy  7039   1047750     48555    207728         0     60724    631086   4283305    200.96    232.57
671.50/671.51	c  N dy  7171   1067766     48555    207728         0     80738    631086  10284522    200.97    213.71
674.21/674.24	c  F st  7198   1071875     48555    207728         0     84846    631086  11542919    200.98    192.58
684.80/684.87	c  N dy  7277   1087775     48555    207728         0     51752    631086   1379893    200.97    213.92
697.20/697.24	c  N dy  7405   1107796     48555    207728         0     71772    631086   7386179    200.95    231.56
710.51/710.60	c  N dy  7549   1127910     48555    207728         0     91885    631086  13578778    201.06    213.29
723.40/723.48	c  N dy  7682   1148145     48555    207728         0     62122    631086   4155038    201.03    214.12
737.02/737.02	c  N dy  7821   1168181     48555    207728         0     82157    631086  10159115    201.05    216.53
750.70/750.72	c  N dy  7960   1188241     48555    207728         0     51222    631086    628507    201.07    213.03
763.10/763.17	c  N dy  8099   1208360     48555    207728         0     71339    631086   6639732    201.08    224.85
764.20/764.21	c  S st  8111   1209937     48555    207728         0     72916    631086   7103811    201.08   no data
764.51/764.55	c  S st  8111   1210440     48555    207728         0     73419    631086   7205308    201.08   no data
764.51/764.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
764.70/764.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
764.80/764.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.80/764.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
764.80/764.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
764.80/764.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.01 s
764.80/764.87	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
765.10/765.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
765.40/765.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
768.50/768.59	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.06 s
768.60/768.62	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
768.70/768.74	c vivif2 --  cl tried    73412 cl shrink        0 lits rem          0 time: 0.13
769.00/769.05	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.30
769.00/769.06	c calculated reachability. Time: 0.00
769.00/769.07	c  N dy  8111   1210440     48555    207728         0     73412    631086   7200748    201.08   no data
782.30/782.33	c  N dy  8252   1230530     48555    207728         0     93499    631086  13293585    201.10    214.45
795.40/795.47	c  N dy  8386   1250568     48555    207728         0     61539    631086   3474715    201.11    215.28
808.20/808.29	c  N dy  8526   1270665     48555    207728         0     81636    631086   9473909    201.11    265.63
821.71/821.79	c  N dy  8664   1290775     48555    207728         0    101742    631086  15463509    201.12    215.86
834.70/834.72	c  N dy  8808   1310949     48555    207728         0     68916    631086   5298439    201.16    220.78
847.90/847.96	c  N dy  8940   1331046     48555    207728         0     89012    631086  11320585    201.14    211.82
861.80/861.81	c  N dy  9085   1351156     48555    207728         0     55124    631086    881066    201.16    211.93
874.30/874.40	c  N dy  9217   1371231     48555    207728         0     75196    631086   6879218    201.16    230.11
887.71/887.78	c  N dy  9353   1391498     48555    207728         0     95463    631086  12885289    201.13    217.61
901.40/901.49	c  N dy  9489   1411799     48555    207728         0     60765    631086   2281245    201.12    225.26
914.30/914.35	c  N dy  9625   1431981     48555    207728         0     80945    631086   8197387    201.11    219.02
928.50/928.59	c  N dy  9768   1452346     48555    207728         0    101310    631086  14503263    201.16    226.85
942.30/942.33	c  N dy  9904   1472395     48555    207728         0     65363    631086   3366213    201.15    219.88
955.40/955.41	c  N dy 10057   1492472     48555    207728         0     85440    631086   9462585    201.21    219.44
969.01/969.09	c  N dy 10192   1512624     48555    207728         0    105589    631086  15452601    201.19    212.94
982.21/982.30	c  N dy 10327   1532632     48555    207728         0     68602    631086   4103144    201.17    248.72
995.60/995.66	c  N dy 10474   1552699     48555    207728         0     88669    631086  10209017    201.21    229.86
1009.50/1009.50	c  N dy 10609   1572749     48555    207728         0    108719    631086  16166392    201.20    255.19
1022.70/1022.77	c  N dy 10750   1592757     48555    207728         0     70726    631086   4386166    201.20    221.13
1036.01/1036.02	c  N dy 10882   1612811     48555    207728         0     90779    631086  10434859    201.21    225.48
1049.70/1049.72	c  N dy 11018   1632861     48555    207728         0    110828    631086  16399036    201.22    215.07
1063.00/1063.06	c  N dy 11154   1652890     48555    207728         0     71859    631086   4522343    201.21    213.04
1076.10/1076.15	c  N dy 11289   1672923     48555    207728         0     91892    631086  10603701    201.23    260.37
1090.01/1090.09	c  N dy 11427   1692929     48555    207728         0    111898    631086  16633049    201.24    218.88
1101.80/1101.89	c  S st 11542   1710440     48555    207728         0     69412    631086   3457431    201.24   no data
1102.22/1102.22	c  S st 11542   1710942     48555    207728         0     69914    631086   3561543    201.24   no data
1102.22/1102.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1102.40/1102.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.15
1102.40/1102.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1102.40/1102.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1102.40/1102.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1102.50/1102.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48555 time:  0.02 s
1102.50/1102.53	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1102.70/1102.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1102.90/1102.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1104.60/1104.69	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.74 s
1104.70/1104.72	c vivif2 --  cl tried   207728 cl shrink        0 lits rem          0 time: 0.03
1104.70/1104.79	c vivif2 --  cl tried    69910 cl shrink        0 lits rem          0 time: 0.06
1105.00/1105.09	c asymm  cl-useful: 0/207728/207728 lits-rem:0 time: 0.30
1105.10/1105.10	c calculated reachability. Time: 0.00
1105.10/1105.10	c  N dy 11542   1710942     48555    207728         0     69910    631086   3557605    201.24   no data
1118.10/1118.11	c  N dy 11674   1730989     48555    207728         0     89955    631086   9461241    201.21    213.23
1132.30/1132.32	c  N dy 11816   1751107     48555    207728         0    110073    631086  15453574    201.21    216.35
1147.31/1147.33	c  N dy 11965   1771150     48555    207728         0     69112    631086   3031841    201.26    214.52
1160.51/1160.53	c  N dy 12107   1791234     48555    207728         0     89196    631086   9224269    201.32    218.11
1174.51/1174.53	c  N dy 12247   1811343     48555    207728         0    109304    631086  15301650    201.35    219.59
1188.50/1188.51	c  N dy 12383   1831360     48555    207728         0     67323    631086   2241403    201.35    227.73
1201.60/1201.64	c  N dy 12518   1851440     48555    207728         0     87401    631086   8293872    201.35    218.50
1215.42/1215.51	c  N dy 12657   1871495     48555    207728         0    107456    631086  14351587    201.35    217.26
1229.71/1229.73	c  N dy 12789   1891561     48555    207728         0     64527    631086   1077690    201.35    225.74
1242.92/1242.96	c  N dy 12929   1911732     48555    207728         0     84698    631086   7189517    201.37    216.27
1256.50/1256.59	c  N dy 13067   1931870     48555    207728         0    104836    631086  13218462    201.37    213.19
1270.91/1270.98	c  N dy 13206   1951904     48555    207728         0    124869    631086  19176735    201.37    229.26
1284.30/1284.31	c  N dy 13343   1971954     48555    207728         0     80918    631086   5703493    201.38    225.23
1297.70/1297.72	c  N dy 13479   1991957     48555    207728         0    100920    631086  11698424    201.38    216.40

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-3367376-1305381955/watcher-3367376-1305381955 -o /tmp/evaluation-result-3367376-1305381955/solver-3367376-1305381955 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367376-1305381955.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: 1.23 2.40 3.00 5/371 30621
/proc/meminfo: memFree=21126524/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=46468 CPUtime=0.01 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 5327 0 0 0 1 0 0 0 20 0 1 0 630611173 47583232 4217 33554432000 4194304 4580011 140734974261536 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 11617 4217 324 95 0 6599 0

[startup+0.067657 s]
/proc/loadavg: 1.23 2.40 3.00 5/371 30621
/proc/meminfo: memFree=21126524/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=51916 CPUtime=0.06 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 7118 0 0 0 5 1 0 0 20 0 1 0 630611173 53161984 6008 33554432000 4194304 4580011 140734974261536 18446744073709551615 4487317 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 12979 6008 324 95 0 7961 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51916

[startup+0.10067 s]
/proc/loadavg: 1.23 2.40 3.00 5/371 30621
/proc/meminfo: memFree=21126524/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=54952 CPUtime=0.09 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 8144 0 0 0 8 1 0 0 20 0 1 0 630611173 56270848 7034 33554432000 4194304 4580011 140734974261536 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 13738 7034 324 95 0 8720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54952

[startup+0.300614 s]
/proc/loadavg: 1.23 2.40 3.00 5/371 30621
/proc/meminfo: memFree=21126524/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=59384 CPUtime=0.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 9452 0 0 0 28 1 0 0 21 0 1 0 630611173 60809216 8342 33554432000 4194304 4580011 140734974261536 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 14846 8342 339 95 0 9828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59384

[startup+0.700536 s]
/proc/loadavg: 1.23 2.40 3.00 5/371 30621
/proc/meminfo: memFree=21126524/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=91496 CPUtime=0.69 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 17477 0 0 0 67 2 0 0 22 0 1 0 630611173 93691904 15546 33554432000 4194304 4580011 140734974261536 18446744073709551615 4399470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 22874 15546 354 95 0 17856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91496

[startup+1.50039 s]
/proc/loadavg: 1.45 2.42 3.01 7/377 30630
/proc/meminfo: memFree=20965960/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=91496 CPUtime=1.49 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 17939 0 0 0 147 2 0 0 25 0 1 0 630611173 93691904 16008 33554432000 4194304 4580011 140734974261536 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 22874 16008 364 95 0 17856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91496

[startup+3.10108 s]
/proc/loadavg: 1.45 2.42 3.01 7/377 30630
/proc/meminfo: memFree=20952300/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=124312 CPUtime=3.09 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 19019 0 0 0 307 2 0 0 25 0 1 0 630611173 127295488 17088 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 31078 17088 364 95 0 26060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124312

[startup+6.30048 s]
/proc/loadavg: 1.45 2.42 3.01 7/377 30630
/proc/meminfo: memFree=20925880/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=124312 CPUtime=6.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 20873 0 0 0 626 3 0 0 25 0 1 0 630611173 127295488 18942 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 31078 18942 364 95 0 26060 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124312

[startup+12.7003 s]
/proc/loadavg: 1.84 2.47 3.02 7/377 30630
/proc/meminfo: memFree=20848396/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=101072 CPUtime=12.69 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 26434 0 0 0 1265 4 0 0 25 0 1 0 630611173 103497728 17066 33554432000 4194304 4580011 140734974261536 18446744073709551615 4301926 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 25268 17066 364 95 0 20250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101072

[startup+25.5008 s]
/proc/loadavg: 2.17 2.52 3.02 7/377 30631
/proc/meminfo: memFree=20647084/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=186112 CPUtime=25.49 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 56269 0 0 0 2541 8 0 0 25 0 1 0 630611173 190578688 38035 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 46528 38035 367 95 0 41510 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 186112

[startup+51.101 s]
/proc/loadavg: 2.89 2.66 3.05 7/377 30631
/proc/meminfo: memFree=20486968/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=287788 CPUtime=51.09 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 77475 0 0 0 5097 12 0 0 25 0 1 0 630611173 294694912 50794 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 71947 50794 367 95 0 66929 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 287788

[startup+102.314 s]
/proc/loadavg: 3.52 2.87 3.10 7/377 30633
/proc/meminfo: memFree=20247600/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=352300 CPUtime=102.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 130298 0 0 0 10208 22 0 0 25 0 1 0 630611173 360755200 79526 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293093 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 88075 79526 367 95 0 83057 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 352300

[startup+162.301 s]
/proc/loadavg: 3.82 3.07 3.15 7/377 30634
/proc/meminfo: memFree=20119088/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=441396 CPUtime=162.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 156442 0 0 0 16199 30 0 0 25 0 1 0 630611173 451989504 88500 33554432000 4194304 4580011 140734974261536 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 110349 88500 367 95 0 105331 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 441396

[startup+222.301 s]
/proc/loadavg: 3.93 3.24 3.20 7/377 30636
/proc/meminfo: memFree=20088156/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=440988 CPUtime=222.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 179227 0 0 0 22194 35 0 0 25 0 1 0 630611173 451571712 90234 33554432000 4194304 4580011 140734974261536 18446744073709551615 4415922 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 110247 90234 367 95 0 105229 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 440988

[startup+282.3 s]
/proc/loadavg: 3.97 3.37 3.25 7/377 30637
/proc/meminfo: memFree=20048060/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=453364 CPUtime=282.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 203842 0 0 0 28188 41 0 0 25 0 1 0 630611173 464244736 91977 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 113341 91977 367 95 0 108323 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 453364

[startup+342.301 s]
/proc/loadavg: 4.06 3.51 3.31 7/377 30639
/proc/meminfo: memFree=20003008/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=456356 CPUtime=342.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 226518 0 0 0 34182 48 0 0 25 0 1 0 630611173 467308544 98159 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 114089 98159 367 95 0 109071 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 456356

[startup+402.301 s]
/proc/loadavg: 4.32 3.68 3.37 7/377 30641
/proc/meminfo: memFree=19990200/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=474288 CPUtime=402.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 252522 0 0 0 40176 53 0 0 25 0 1 0 630611173 485670912 96960 33554432000 4194304 4580011 140734974261536 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 118572 96960 367 95 0 113554 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 474288

[startup+462.3 s]
/proc/loadavg: 4.30 3.78 3.42 7/377 30642
/proc/meminfo: memFree=19950844/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=489172 CPUtime=462.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 279863 0 0 0 46169 61 0 0 25 0 1 0 630611173 500912128 104639 33554432000 4194304 4580011 140734974261536 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 122293 104639 367 95 0 117275 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 489172

[startup+522.301 s]
/proc/loadavg: 4.11 3.82 3.46 7/377 30644
/proc/meminfo: memFree=19954388/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=489396 CPUtime=522.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 302365 0 0 0 52163 66 0 0 25 0 1 0 630611173 501141504 106249 33554432000 4194304 4580011 140734974261536 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 122349 106249 367 95 0 117331 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 489396

[startup+582.301 s]
/proc/loadavg: 4.04 3.85 3.49 7/377 30645
/proc/meminfo: memFree=19912780/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=489696 CPUtime=582.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 325483 0 0 0 58157 73 0 0 25 0 1 0 630611173 501448704 107517 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 122424 107517 367 95 0 117406 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 489696

[startup+642.3 s]
/proc/loadavg: 4.01 3.87 3.52 7/377 30647
/proc/meminfo: memFree=19939136/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=491604 CPUtime=642.31 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 348871 0 0 0 64153 78 0 0 25 0 1 0 630611173 503402496 107573 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 122901 107573 367 95 0 117883 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 491604

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.55 7/377 30649
/proc/meminfo: memFree=19918116/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=491884 CPUtime=702.29 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 372306 0 0 0 70145 84 0 0 25 0 1 0 630611173 503689216 106027 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 122971 106027 367 95 0 117953 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 491884

[startup+762.315 s]
/proc/loadavg: 4.00 3.91 3.57 7/377 30650
/proc/meminfo: memFree=19877864/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=492180 CPUtime=762.32 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 394487 0 0 0 76141 91 0 0 25 0 1 0 630611173 503992320 102541 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 123045 102541 367 95 0 118027 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 492180

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.59 7/377 30652
/proc/meminfo: memFree=19778008/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=493804 CPUtime=822.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 417448 0 0 0 82133 97 0 0 25 0 1 0 630611173 505655296 112296 33554432000 4194304 4580011 140734974261536 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 123451 112296 367 95 0 118433 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 493804

[startup+882.301 s]
/proc/loadavg: 4.05 3.95 3.62 7/377 30653
/proc/meminfo: memFree=19843760/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=511572 CPUtime=882.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 444010 0 0 0 88127 103 0 0 25 0 1 0 630611173 523849728 111486 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 127893 111486 367 95 0 122875 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 511572

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.64 7/377 30655
/proc/meminfo: memFree=19764224/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=512272 CPUtime=942.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 465497 0 0 0 94121 109 0 0 25 0 1 0 630611173 524566528 104549 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128068 104549 367 95 0 123050 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 512272

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 3.68 8/377 30657
/proc/meminfo: memFree=19740248/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=512348 CPUtime=1002.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 489731 0 0 0 100116 114 0 0 25 0 1 0 630611173 524644352 114138 33554432000 4194304 4580011 140734974261536 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128087 114138 367 95 0 123069 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 512348

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.69 7/377 30658
/proc/meminfo: memFree=19753956/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=512928 CPUtime=1062.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 511286 0 0 0 106112 118 0 0 25 0 1 0 630611173 525238272 105409 33554432000 4194304 4580011 140734974261536 18446744073709551615 4295862 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128232 105409 367 95 0 123214 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 512928

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.71 7/377 30660
/proc/meminfo: memFree=19701080/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=513088 CPUtime=1122.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 534112 0 0 0 112106 124 0 0 25 0 1 0 630611173 525402112 112458 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128272 112458 367 95 0 123254 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 513088

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.73 7/377 30664
/proc/meminfo: memFree=19680068/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=513264 CPUtime=1182.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 557000 0 0 0 118100 130 0 0 25 0 1 0 630611173 525582336 119528 33554432000 4194304 4580011 140734974261536 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128316 119528 367 95 0 123298 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 513264

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 7/377 30666
/proc/meminfo: memFree=19640888/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=513864 CPUtime=1242.3 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 578645 0 0 0 124093 137 0 0 25 0 1 0 630611173 526196736 108182 33554432000 4194304 4580011 140734974261536 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128466 108183 367 95 0 123448 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 513864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 7/377 30668
/proc/meminfo: memFree=19621496/32951124 swapFree=66341972/67111528
[pid=30621] ppid=30614 vsize=513980 CPUtime=1300.01 cores=5,7
/proc/30621/stat : 30621 (strangenight2-s) R 30614 30621 30147 0 -1 4202496 601118 0 0 0 129859 142 0 0 25 0 1 0 630611173 526315520 113905 33554432000 4194304 4580011 140734974261536 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30621/statm: 128495 113905 367 95 0 123477 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 513980

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.05
CPU user time (s): 1298.6
CPU system time (s): 1.44778
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 513980

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

runsolver used 4.72028 second user time and 11.2993 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 16:05:56
IDJOB=3367376
IDBENCH=82585
IDSOLVER=1845
FILE ID=node141/3367376-1305381955
RUNJOBID= node141-1305381955-30590
PBS_JOBID= 13324361
Free space on /tmp= 73288 MiB

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

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

MD5SUM BENCH= 56bd5db172bed91bc72714a8bad8639b
RANDOM SEED=1051709394

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      21127132 kB
Buffers:        257040 kB
Cached:        6083424 kB
SwapCached:      22860 kB
Active:        3218936 kB
Inactive:      8359932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21127132 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           25336 kB
Writeback:           0 kB
AnonPages:     5222216 kB
Mapped:          18940 kB
Slab:           141512 kB
PageTables:      38368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86238844 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= 73268 MiB
End job on node141 at 2011-05-14 16:27:38