Trace number 3367487

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) 1299.95 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S808762165-030-UNKNOWN.cnf
MD5SUMdd49a0090ce99bfddfd58615449391d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.1482
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367487-1305383349.cnf'
0.00/0.01	c -- header says num vars:          25000
0.00/0.01	c -- header says num clauses:      105000
0.03/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.03/0.06	c -- vars added      25000
0.03/0.06	c Parsing time:  0.06 s
0.03/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data
0.09/0.14	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.08
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.19/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.00 s
0.19/0.23	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.01 s
0.28/0.38	c lits-rem:         0  cl-subs:        0  v-elim:    613  v-fix:    0  time:  0.14 s
0.28/0.38	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.41	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.38/0.41	c calculated reachability. Time: 0.00
0.38/0.42	c Calc default polars -  time:   0.01 s pos:   11240 undec:    2731 neg:   11029
0.38/0.42	c =========================================================================================
0.38/0.42	c types(t): F = full restart, N = normal restart
0.38/0.42	c types(t): S = simplification begin/end, E = solution found
0.38/0.42	c restart types(rt): st = static, dy = dynamic
0.38/0.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.42	c  B st     0         0     24387    104354         0         0    316853         0   no data   no data
1.79/1.86	c  N dy    18      4422     24387    104354         0      4421    316853   1281945    157.31    183.49
3.09/3.18	c  N dy    41      8479     24387    104354         0      8478    316853   2215129    148.18    161.13
4.40/4.47	c  N dy    67     12533     24387    104354         0     12531    316853   3122868    146.47    171.92
5.79/5.81	c  N dy    94     16584     24387    104354         0     16582    316853   4031113    145.63    154.36
7.18/7.22	c  N dy   119     20751     24387    104354         0     10753    316853    760368    144.44    152.88
8.49/8.59	c  N dy   147     24820     24387    104354         0     14822    316853   1669829    144.48    154.08
8.59/8.65	c  F st   149     25000     24387    104354         0     15002    316853   1708425    144.46   no data
10.29/10.39	c  N dy   155     30000     24387    104354         0     20001    316853   3166217    144.46   no data
10.29/10.39	c  S st   155     30000     24387    104354         0     20001    316853   3166217    144.46   no data
10.48/10.55	c  S st   155     30501     24387    104354         0     20502    316853   3244232    144.46   no data
10.48/10.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10.59/10.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
10.59/10.66	c blocked clauses removed:      458 vars:     76 tried:       24387 T: 0.01 s
10.59/10.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.59/10.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.59/10.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24311 time:  0.01 s
10.59/10.68	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
10.69/10.78	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.10 s
11.00/11.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.89/11.92	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.87 s
12.00/12.04	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.12
12.00/12.05	c calculated reachability. Time: 0.00
12.00/12.05	c  N dy   155     30501     24301    103886         0     20315    315509   3142366    144.46   no data
13.49/13.57	c  N dy   187     34565     24301    103886         0     24378    315509   4077976    145.14    153.25
14.99/15.03	c  N dy   214     38669     24301    103886         0     28482    315509   4993718    144.89    157.73
16.40/16.48	c  N dy   240     42775     24301    103886         0     17188    315509   1096306    144.61    153.63
17.39/17.49	c  S st   260     45751     24301    103886         0     20164    315509   1778124    144.60   no data
17.60/17.67	c  S st   260     46252     24301    103886         0     20665    315509   1865948    144.60   no data
17.60/17.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.69/17.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
17.69/17.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.69/17.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.69/17.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.69/17.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
17.69/17.79	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
17.79/17.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
17.89/17.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.19/18.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
18.19/18.25	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
18.19/18.28	c vivif2 --  cl tried    20665 cl shrink        0 lits rem          0 time: 0.03
18.39/18.40	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.12
18.39/18.40	c calculated reachability. Time: 0.00
18.39/18.40	c  N dy   260     46252     24301    103886         0     20665    315509   1865948    144.60   no data
19.98/20.09	c  N dy   286     50441     24301    103886         0     24853    315509   2814954    144.44    156.69
21.59/21.67	c  N dy   315     54483     24301    103886         0     28895    315509   3746671    144.90    155.20
23.19/23.26	c  N dy   341     58587     24301    103886         0     32999    315509   4701882    144.90    159.06
24.79/24.82	c  N dy   365     62674     24301    103886         0     37086    315509   5665555    144.93    158.57
26.19/26.26	c  N dy   392     66757     24301    103886         0     22465    315509   1532072    144.75    176.89
27.09/27.18	c  S st   409     69378     24301    103886         0     25086    315509   2100740    144.57    105.40
27.29/27.36	c  S st   409     69883     24301    103886         0     25591    315509   2179467    144.57   no data
27.29/27.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.40/27.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
27.40/27.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.40/27.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.40/27.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.40/27.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
27.40/27.48	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
27.50/27.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
27.59/27.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.99/28.07	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.37 s
27.99/28.08	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
28.09/28.12	c vivif2 --  cl tried    25590 cl shrink        0 lits rem          0 time: 0.04
28.19/28.24	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.12
28.19/28.25	c calculated reachability. Time: 0.00
28.19/28.25	c  N dy   409     69883     24301    103886         0     25590    315509   2178764    144.57   no data
29.79/29.85	c  N dy   441     74375     24301    103886         0     30082    315509   3205770    144.79    181.05
31.59/31.60	c  N dy   471     79162     24301    103886         0     34869    315509   4297500    144.79    154.82
33.49/33.55	c  N dy   504     84301     24301    103886         0     40008    315509   5435598    144.76    176.69
34.99/35.03	c  F st   524     87500     24301    103886         0     22357    315509    977440    144.56   no data
36.30/36.32	c  N st   529     90801     24301    103886         0     25658    315509   1950118    144.56   no data
38.50/38.57	c  N dy   557     96618     24301    103886         0     31475    315509   3296383    144.62    152.49
40.99/41.01	c  N dy   596    102785     24301    103886         0     37642    315509   4686594    144.49    155.25
41.80/41.81	c  S st   612    104824     24301    103886         0     39681    315509   5147537    144.46   no data
41.99/42.01	c  S st   612    105326     24301    103886         0     40183    315509   5226939    144.46   no data
41.99/42.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.09/42.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
42.09/42.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.09/42.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.09/42.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.09/42.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
42.09/42.16	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
42.19/42.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
42.48/42.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
44.09/44.16	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.59 s
44.09/44.17	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
44.19/44.26	c vivif2 --  cl tried    40177 cl shrink        0 lits rem          0 time: 0.08
44.39/44.40	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.15
44.39/44.41	c calculated reachability. Time: 0.00
44.39/44.41	c  N dy   612    105326     24301    103886         0     40177    315509   5223520    144.46   no data
46.99/47.03	c  N dy   659    112136     24301    103886         0     24561    315509   1095393    144.59    220.51
49.59/49.64	c  N dy   709    119379     24301    103886         0     31804    315509   2721998    144.76    152.90
52.49/52.51	c  N dy   756    127049     24301    103886         0     39474    315509   4448545    144.68    156.77
55.69/55.74	c  N dy   814    135236     24301    103886         0     23948    315509    636663    144.76    154.43
59.19/59.28	c  N dy   872    143902     24301    103886         0     32614    315509   2590914    144.73    152.77
62.99/63.05	c  N dy   938    153273     24301    103886         0     41985    315509   4751911    144.85    157.09
64.90/64.96	c  S st   972    157989     24301    103886         0     46701    315509   5793386    144.85   no data
65.09/65.17	c  S st   972    158490     24301    103886         0     47202    315509   5870278    144.85   no data
65.09/65.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.19/65.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
65.29/65.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
65.29/65.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
65.29/65.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
65.29/65.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
65.29/65.33	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
65.39/65.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
65.69/65.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
68.10/68.12	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.35 s
68.10/68.13	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
68.20/68.22	c vivif2 --  cl tried    47198 cl shrink        0 lits rem          0 time: 0.10
68.29/68.38	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.15
68.29/68.38	c calculated reachability. Time: 0.00
68.29/68.38	c  N dy   972    158490     24301    103886         0     47198    315509   5869033    144.85   no data
72.09/72.16	c  N dy  1038    168683     24301    103886         0     32535    315509   2285690    144.79    153.22
76.18/76.28	c  N dy  1105    179801     24301    103886         0     43652    315509   4699417    144.51    152.85
80.78/80.80	c  N dy  1181    191325     24301    103886         0     29246    315509   1256304    144.42    154.70
85.28/85.39	c  N dy  1264    203614     24301    103886         0     41535    315509   4039889    144.52    152.66
90.69/90.76	c  N dy  1357    216611     24301    103886         0     27566    315509    638793    144.67    152.77
96.59/96.63	c  N dy  1450    230834     24301    103886         0     41788    315509   3821760    144.54    153.66
99.49/99.58	c  S st  1501    237735     24301    103886         0     48688    315509   5398110    144.65   no data
99.69/99.80	c  S st  1501    238237     24301    103886         0     49190    315509   5483148    144.65   no data
99.79/99.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
99.89/99.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
99.89/99.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.89/99.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
99.89/99.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
99.89/99.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
99.89/99.95	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
99.99/100.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
100.29/100.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
102.59/102.66	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.32 s
102.59/102.67	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
102.69/102.76	c vivif2 --  cl tried    49187 cl shrink        0 lits rem          0 time: 0.09
102.89/102.92	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.16
102.89/102.93	c calculated reachability. Time: 0.00
102.89/102.93	c  N dy  1501    238237     24301    103886         0     49187    315509   5481109    144.65   no data
108.80/108.85	c  N dy  1604    253471     24301    103886         0     36438    315509   2398268    144.78    156.30
115.08/115.18	c  N dy  1708    269664     24301    103886         0     52631    315509   6102158    144.84    169.66
121.89/121.92	c  N dy  1823    286967     24301    103886         0     40945    315509   3224464    144.91    153.41
129.28/129.34	c  N dy  1945    305392     24301    103886         0     59369    315509   7425807    145.00    161.18
129.69/129.73	c  F st  1952    306250     24301    103886         0     30235    315509    531871    144.99   no data
137.19/137.20	c  N dy  2051    324950     24301    103886         0     48935    315509   5442611    145.06    153.25
145.68/145.75	c  N dy  2192    345020     24301    103886         0     38007    315509   2067331    145.18    154.11
151.89/151.95	c  S st  2281    357355     24301    103886         0     50341    315509   4941484    145.28    132.88
152.08/152.17	c  S st  2281    357858     24301    103886         0     50844    315509   5019961    145.28   no data
152.08/152.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
152.18/152.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
152.28/152.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.28/152.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
152.28/152.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
152.28/152.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
152.28/152.34	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
152.38/152.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
152.68/152.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.89/154.99	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.27 s
154.99/155.01	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
154.99/155.09	c vivif2 --  cl tried    50843 cl shrink        0 lits rem          0 time: 0.08
155.19/155.26	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.17
155.19/155.27	c calculated reachability. Time: 0.00
155.19/155.27	c  N dy  2281    357858     24301    103886         0     50843    315509   5019055    145.28   no data
164.09/164.18	c  N dy  2425    378023     24301    103886         0     39012    315509   2030185    145.39    153.95
172.38/172.40	c  N dy  2558    398043     24301    103886         0     59032    315509   6620546    145.46    156.44
180.40/180.46	c  N dy  2694    418069     24301    103886         0     46061    315509   3406676    145.49    154.46
188.78/188.82	c  N dy  2831    438082     24301    103886         0     66072    315509   7998779    145.47    169.05
196.79/196.85	c  N dy  2970    458122     24301    103886         0     52113    315509   4633909    145.53    155.57
205.19/205.29	c  N dy  3095    478190     24301    103886         0     37182    315509    933484    145.49    153.21
213.18/213.29	c  N dy  3225    498352     24301    103886         0     57343    315509   5512420    145.46    155.95
221.59/221.61	c  N dy  3353    518387     24301    103886         0     41376    315509   1674659    145.38    163.50
228.99/229.05	c  S st  3479    536787     24301    103886         0     59776    315509   5783272    145.35   no data
229.19/229.27	c  S st  3479    537291     24301    103886         0     60280    315509   5863484    145.35   no data
229.19/229.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
229.29/229.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
229.39/229.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
229.39/229.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
229.39/229.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
229.39/229.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
229.39/229.44	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
229.49/229.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
229.79/229.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
232.88/232.98	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.11 s
232.88/232.99	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
232.98/233.08	c vivif2 --  cl tried    60278 cl shrink        0 lits rem          0 time: 0.09
233.20/233.25	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.17
233.20/233.26	c calculated reachability. Time: 0.00
233.20/233.26	c  N dy  3479    537291     24301    103886         0     60278    315509   5862586    145.35   no data
241.68/241.73	c  N dy  3607    557322     24301    103886         0     43310    315509   1921474    145.37    155.77
251.79/251.88	c  N dy  3741    577381     24301    103886         0     63369    315509   6533789    145.41    154.36
261.39/261.40	c  N dy  3877    597418     24301    103886         0     45403    315509   2141326    145.51    153.86
270.28/270.32	c  N dy  4011    617428     24301    103886         0     65412    315509   6668209    145.54    156.53
278.99/279.00	c  N dy  4154    637657     24301    103886         0     46643    315509   2235587    145.63    154.01
287.39/287.46	c  N dy  4297    657704     24301    103886         0     66689    315509   6932060    145.74    158.12
296.19/296.25	c  N dy  4431    677832     24301    103886         0     46820    315509   2041210    145.74    157.12
304.59/304.67	c  N dy  4561    697906     24301    103886         0     66894    315509   6630259    145.75    156.43
313.39/313.45	c  N dy  4691    718031     24301    103886         0     46019    315509   1645042    145.77    171.72
321.68/321.76	c  N dy  4819    738109     24301    103886         0     66094    315509   6167385    145.75    156.77
330.68/330.73	c  N dy  4950    758132     24301    103886         0     44119    315509    948426    145.77    159.53
338.98/339.07	c  N dy  5082    778286     24301    103886         0     64271    315509   5482934    145.78    153.78
348.19/348.27	c  N dy  5226    798396     24301    103886         0     84378    315509  10096175    145.84    156.25
351.48/351.51	c  S st  5283    805937     24301    103886         0     48927    315509   1874494    145.86    137.29
351.68/351.72	c  S st  5283    806440     24301    103886         0     49430    315509   1960350    145.86   no data
351.68/351.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
351.78/351.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
351.78/351.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
351.78/351.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
351.78/351.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
351.78/351.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
351.78/351.87	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
351.89/351.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
351.99/352.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
352.78/352.81	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.73 s
352.78/352.82	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
352.78/352.86	c vivif2 --  cl tried    49430 cl shrink        0 lits rem          0 time: 0.03
352.99/353.01	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.15
352.99/353.02	c calculated reachability. Time: 0.00
352.99/353.02	c  N dy  5283    806440     24301    103886         0     49430    315509   1960347    145.86   no data
361.48/361.54	c  N dy  5422    826511     24301    103886         0     69499    315509   6606189    145.87    153.72
370.60/370.62	c  N dy  5551    846542     24301    103886         0     45530    315509    815807    145.83    156.36
378.88/378.98	c  N dy  5680    866636     24301    103886         0     65623    315509   5446843    145.82    160.31
388.20/388.23	c  N dy  5801    886695     24301    103886         0     85681    315509   9975705    145.78    154.70
396.88/396.90	c  N dy  5935    906870     24301    103886         0     60859    315509   4070571    145.76    153.72
405.80/405.84	c  N dy  6065    927046     24301    103886         0     81033    315509   8642358    145.74    154.03
414.79/414.87	c  N dy  6208    947117     24301    103886         0     55104    315509   2617241    145.80    153.89
423.69/423.73	c  N dy  6347    967296     24301    103886         0     75283    315509   7161488    145.79    156.22
433.09/433.14	c  N dy  6490    987374     24301    103886         0     48362    315509    812400    145.85    157.04
441.58/441.67	c  N dy  6632   1007410     24301    103886         0     68396    315509   5468062    145.92    153.77
450.69/450.77	c  N dy  6764   1027413     24301    103886         0     88395    315509  10032776    145.91    160.48
459.59/459.67	c  N dy  6900   1047462     24301    103886         0     60448    315509   3325480    145.94    154.62
468.60/468.62	c  N dy  7037   1067522     24301    103886         0     80506    315509   7944854    145.95    170.96
470.59/470.62	c  F st  7065   1071878     24301    103886         0     84860    315509   8948177    145.95    146.80
478.19/478.22	c  N dy  7145   1087625     24301    103886         0     51609    315509   1124502    145.99    153.85
486.89/486.94	c  N dy  7284   1107698     24301    103886         0     71681    315509   5709109    146.00    155.81
496.19/496.24	c  N dy  7418   1127825     24301    103886         0     91807    315509  10224605    145.98    154.79
505.49/505.53	c  N dy  7557   1147894     24301    103886         0     61882    315509   3178601    145.98    162.34
514.39/514.47	c  N dy  7694   1167966     24301    103886         0     81953    315509   7759580    145.99    155.07
524.29/524.37	c  N dy  7830   1188282     24301    103886         0     51273    315509    573141    145.98    158.25
532.88/532.94	c  N dy  7967   1208449     24301    103886         0     71440    315509   5180136    145.99    157.77
533.40/533.50	c  S st  7976   1209661     24301    103886         0     72652    315509   5455348    145.99   no data
533.69/533.74	c  S st  7976   1210163     24301    103886         0     73154    315509   5535495    145.99   no data
533.69/533.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
533.79/533.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
533.79/533.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
533.79/533.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
533.89/533.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
533.89/533.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
533.89/533.92	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
533.99/534.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
534.29/534.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
537.59/537.65	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.33 s
537.59/537.66	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
537.69/537.75	c vivif2 --  cl tried    73148 cl shrink        0 lits rem          0 time: 0.09
537.90/537.95	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.20
537.90/537.96	c calculated reachability. Time: 0.00
537.90/537.96	c  N dy  7976   1210163     24301    103886         0     73148    315509   5532221    145.99   no data
547.29/547.36	c  N dy  8112   1230199     24301    103886         0     93183    315509  10158175    146.01    155.02
556.61/556.65	c  N dy  8245   1250279     24301    103886         0     61261    315509   2642139    146.01    185.37
565.49/565.59	c  N dy  8387   1270299     24301    103886         0     81278    315509   7284816    146.05    179.68
575.09/575.19	c  N dy  8513   1290303     24301    103886         0    101280    315509  11822653    146.02    175.94
584.00/584.07	c  N dy  8636   1310458     24301    103886         0     68436    315509   4057525    146.01    157.92
592.94/593.06	c  N dy  8769   1330529     24301    103886         0     88504    315509   8714388    146.03    154.26
602.62/602.75	c  N dy  8895   1350674     24301    103886         0     54650    315509    676489    146.02    157.98
611.43/611.51	c  N dy  9034   1370748     24301    103886         0     74724    315509   5244452    146.02    156.92
620.82/620.93	c  N dy  9174   1390834     24301    103886         0     94808    315509   9837047    146.04    156.16
630.62/630.73	c  N dy  9309   1410880     24301    103886         0     59860    315509   1654153    146.06    223.45
639.92/640.05	c  N dy  9437   1430891     24301    103886         0     79871    315509   6208272    146.05    157.02
650.11/650.26	c  N dy  9582   1451006     24301    103886         0     99986    315509  10815993    146.07    154.45
659.71/659.84	c  N dy  9713   1471094     24301    103886         0     64083    315509   2444257    146.06    160.27
668.82/668.92	c  N dy  9851   1491142     24301    103886         0     84130    315509   7041295    146.08    165.39
678.52/678.71	c  N dy  9990   1511144     24301    103886         0    104132    315509  11639186    146.08    153.97
688.21/688.33	c  N dy 10129   1531197     24301    103886         0     67182    315509   2846348    146.09    169.64
697.42/697.52	c  N dy 10271   1551304     24301    103886         0     87287    315509   7439989    146.11    154.11
707.42/707.52	c  N dy 10408   1571345     24301    103886         0    107327    315509  12059980    146.13    153.87
716.92/717.05	c  N dy 10551   1591573     24301    103886         0     69551    315509   3144236    146.14    156.66
726.31/726.42	c  N dy 10698   1611674     24301    103886         0     89652    315509   7819646    146.18    161.10
736.41/736.54	c  N dy 10834   1631841     24301    103886         0    109819    315509  12480810    146.17    163.38
745.92/746.06	c  N dy 10964   1651909     24301    103886         0     70891    315509   3305830    146.17    169.63
755.31/755.48	c  N dy 11101   1672014     24301    103886         0     90995    315509   7921543    146.19    155.78
765.43/765.51	c  N dy 11236   1692106     24301    103886         0    111085    315509  12482840    146.19    179.10
774.22/774.36	c  S st 11352   1710163     24301    103886         0     69146    315509   2605300    146.17   no data
774.41/774.59	c  S st 11352   1710666     24301    103886         0     69649    315509   2685883    146.17   no data
774.51/774.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
774.61/774.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
774.61/774.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.61/774.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
774.61/774.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
774.61/774.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
774.61/774.76	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
774.71/774.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
774.91/775.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
776.61/776.75	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.73 s
776.61/776.76	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
776.71/776.80	c vivif2 --  cl tried    69648 cl shrink        0 lits rem          0 time: 0.05
776.81/776.98	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.18
776.81/776.99	c calculated reachability. Time: 0.00
776.81/776.99	c  N dy 11352   1710666     24301    103886         0     69648    315509   2685869    146.17   no data
786.01/786.11	c  N dy 11485   1730680     24301    103886         0     89660    315509   7322475    146.18    157.95
796.81/796.92	c  N dy 11616   1750770     24301    103886         0    109749    315509  11875394    146.17    163.54
809.11/809.20	c  N dy 11745   1770962     24301    103886         0     68942    315509   2380998    146.16    158.72
820.12/820.25	c  N dy 11883   1791051     24301    103886         0     89031    315509   6979768    146.17    158.67
830.61/830.73	c  N dy 12015   1811171     24301    103886         0    109148    315509  11546689    146.16    163.15
841.32/841.48	c  N dy 12153   1831343     24301    103886         0     67325    315509   1754721    146.16    154.31
850.62/850.72	c  N dy 12290   1851350     24301    103886         0     87330    315509   6332861    146.17    175.08
860.62/860.75	c  N dy 12434   1871656     24301    103886         0    107636    315509  11034148    146.19    164.07
871.21/871.36	c  N dy 12572   1891664     24301    103886         0     64640    315509    944888    146.22    155.60
880.42/880.50	c  N dy 12711   1911719     24301    103886         0     84692    315509   5581831    146.22    175.57
890.01/890.12	c  N dy 12838   1931798     24301    103886         0    104771    315509  10087020    146.21    157.57
900.61/900.76	c  N dy 12969   1951954     24301    103886         0    124925    315509  14715339    146.22    159.86
909.91/910.03	c  N dy 13103   1972005     24301    103886         0     80978    315509   4511326    146.24    205.85
919.61/919.74	c  N dy 13234   1992124     24301    103886         0    101094    315509   9134210    146.24    157.87
930.11/930.24	c  N dy 13370   2012185     24301    103886         0    121153    315509  13789215    146.27    156.09
939.91/940.03	c  N dy 13497   2032283     24301    103886         0     76260    315509   3155459    146.26    163.26
949.52/949.68	c  N dy 13630   2052534     24301    103886         0     96510    315509   7803111    146.26    155.38
959.82/959.99	c  N dy 13762   2072694     24301    103886         0    116668    315509  12408568    146.26    166.80
970.31/970.50	c  N dy 13898   2092850     24301    103886         0     70831    315509   1679830    146.25    160.05
979.81/979.91	c  N dy 14029   2113021     24301    103886         0     91002    315509   6320321    146.26    161.32
989.82/989.94	c  N dy 14170   2133089     24301    103886         0    111069    315509  10931649    146.29    236.29
1000.72/1000.87	c  N dy 14302   2153109     24301    103886         0    131087    315509  15495559    146.29    156.12
1011.61/1011.76	c  N dy 14441   2173153     24301    103886         0     84131    315509   4548234    146.31    171.62
1024.41/1024.51	c  N dy 14581   2193289     24301    103886         0    104267    315509   9194540    146.32    160.55
1034.61/1034.72	c  S st 14702   2210666     24301    103886         0    121644    315509  13196047    146.33    109.67
1034.92/1035.04	c  S st 14702   2211169     24301    103886         0    122147    315509  13270452    146.33   no data
1034.92/1035.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1035.11/1035.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.14
1035.11/1035.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1035.11/1035.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1035.11/1035.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1035.11/1035.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24301 time:  0.01 s
1035.11/1035.28	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
1035.31/1035.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
1036.13/1036.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1043.82/1043.93	c lits-rem:         2  cl-subs:        8  v-elim:      0  v-fix:    0  time:  7.65 s
1043.82/1043.94	c vivif2 --  cl tried   103886 cl shrink        0 lits rem          0 time: 0.01
1044.01/1044.16	c vivif2 --  cl tried   122139 cl shrink        0 lits rem          0 time: 0.22
1044.31/1044.44	c asymm  cl-useful: 0/103886/103886 lits-rem:0 time: 0.28
1044.31/1044.45	c calculated reachability. Time: 0.00
1044.31/1044.45	c  N dy 14702   2211169     24301    103886         0    122139    315509  13266608    146.33   no data
1055.41/1055.54	c  N dy 14833   2231264     24301    103886         0     74243    315509   1993100    146.32    156.43
1065.01/1065.15	c  N dy 14964   2251366     24301    103886         0     94342    315509   6637556    146.33    160.27
1075.12/1075.26	c  N dy 15089   2271522     24301    103886         0    114496    315509  11263054    146.32    154.64
1086.11/1086.27	c  N dy 15232   2291641     24301    103886         0    134615    315509  15903356    146.34    155.78
1095.81/1095.96	c  N dy 15369   2311658     24301    103886         0     85630    315509   4397764    146.35    163.71
1105.71/1105.80	c  N dy 15501   2331793     24301    103886         0    105765    315509   9029945    146.36    165.11
1116.32/1116.51	c  N dy 15644   2351894     24301    103886         0    125866    315509  13707662    146.39    156.69
1127.21/1127.34	c  N dy 15784   2371954     24301    103886         0     75931    315509   1945551    146.41    187.07
1136.61/1136.73	c  N dy 15908   2392190     24301    103886         0     96167    315509   6575620    146.40    157.79
1146.81/1146.97	c  N dy 16046   2412228     24301    103886         0    116204    315509  11199506    146.42    199.80
1157.91/1158.07	c  N dy 16182   2432399     24301    103886         0    136374    315509  15845754    146.43    155.89
1167.81/1167.90	c  N dy 16314   2452470     24301    103886         0     85448    315509   3890094    146.43    154.56
1177.81/1177.94	c  N dy 16452   2472617     24301    103886         0    105594    315509   8557755    146.44    158.97
1188.41/1188.58	c  N dy 16585   2492672     24301    103886         0    125648    315509  13221486    146.45    154.81
1199.51/1199.61	c  N dy 16718   2512708     24301    103886         0     73689    315509   1027994    146.46    162.40
1208.82/1208.99	c  N dy 16845   2532733     24301    103886         0     93714    315509   5684277    146.46    160.88
1219.01/1219.19	c  N dy 16978   2552768     24301    103886         0    113748    315509  10299925    146.46    156.96
1231.00/1231.16	c  N dy 17114   2572793     24301    103886         0    133771    315509  14934830    146.47    156.95
1242.21/1242.32	c  N dy 17244   2592804     24301    103886         0     80780    315509   2424197    146.47    155.29
1251.81/1251.97	c  N dy 17378   2612855     24301    103886         0    100829    315509   7046676    146.48    156.91
1262.31/1262.47	c  N dy 17514   2632913     24301    103886         0    120886    315509  11617083    146.48    158.36
1273.51/1273.60	c  N dy 17648   2653008     24301    103886         0    140980    315509  16180482    146.48    155.21
1283.52/1283.71	c  N dy 17786   2673041     24301    103886         0     87016    315509   3623536    146.49    154.28
1293.42/1293.59	c  N dy 17918   2693085     24301    103886         0    107058    315509   8199462    146.48    194.16

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.84 3.99 3.87 6/367 14947
/proc/meminfo: memFree=24280460/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=21964 CPUtime=0 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 808 0 0 0 0 0 0 0 21 0 1 0 630750389 22491136 749 33554432000 4194304 4580011 140736482779344 18446744073709551615 4306869 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 5491 753 321 95 0 473 0

[startup+0.041257 s]
/proc/loadavg: 3.84 3.99 3.87 6/367 14947
/proc/meminfo: memFree=24280460/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=40016 CPUtime=0.03 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 3876 0 0 0 3 0 0 0 21 0 1 0 630750389 40976384 3309 33554432000 4194304 4580011 140736482779344 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 10004 3310 324 95 0 4986 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40016

[startup+0.100247 s]
/proc/loadavg: 3.84 3.99 3.87 6/367 14947
/proc/meminfo: memFree=24280460/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=43232 CPUtime=0.09 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 4876 0 0 0 9 0 0 0 21 0 1 0 630750389 44269568 4309 33554432000 4194304 4580011 140736482779344 18446744073709551615 4504998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 10808 4309 339 95 0 5790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43232

[startup+0.30022 s]
/proc/loadavg: 3.84 3.99 3.87 6/367 14947
/proc/meminfo: memFree=24280460/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=56184 CPUtime=0.28 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 9861 0 0 0 28 0 0 0 22 0 1 0 630750389 57532416 7451 33554432000 4194304 4580011 140736482779344 18446744073709551615 4439659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 14046 7451 353 95 0 9028 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56184

[startup+0.701151 s]
/proc/loadavg: 3.84 3.99 3.87 6/367 14947
/proc/meminfo: memFree=24280460/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=58476 CPUtime=0.68 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 10459 0 0 0 68 0 0 0 23 0 1 0 630750389 59879424 8049 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 14619 8049 364 95 0 9601 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58476

[startup+1.50099 s]
/proc/loadavg: 3.86 3.99 3.87 5/368 14948
/proc/meminfo: memFree=24225644/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=58476 CPUtime=1.49 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 11231 0 0 0 148 1 0 0 25 0 1 0 630750389 59879424 8821 33554432000 4194304 4580011 140736482779344 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 14619 8821 364 95 0 9601 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58476

[startup+3.10068 s]
/proc/loadavg: 3.86 3.99 3.87 5/368 14948
/proc/meminfo: memFree=24220180/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=91292 CPUtime=3.09 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 12379 0 0 0 308 1 0 0 25 0 1 0 630750389 93483008 9969 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 22823 9969 364 95 0 17805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91292

[startup+6.30111 s]
/proc/loadavg: 3.86 3.99 3.87 5/368 14948
/proc/meminfo: memFree=24170404/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=91292 CPUtime=6.29 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 14549 0 0 0 628 1 0 0 25 0 1 0 630750389 93483008 12139 33554432000 4194304 4580011 140736482779344 18446744073709551615 4292864 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 22823 12139 364 95 0 17805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91292

[startup+12.7009 s]
/proc/loadavg: 3.88 3.99 3.87 5/368 14949
/proc/meminfo: memFree=24059972/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=187564 CPUtime=12.69 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 35871 0 0 0 1263 6 0 0 25 0 1 0 630750389 192065536 28089 33554432000 4194304 4580011 140736482779344 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 46891 28089 367 95 0 41873 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187564

[startup+25.5006 s]
/proc/loadavg: 3.90 3.99 3.87 5/368 14949
/proc/meminfo: memFree=24029460/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=139696 CPUtime=25.49 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 47944 0 0 0 2540 9 0 0 25 0 1 0 630750389 143048704 27624 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 34924 27624 367 95 0 29906 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139696

[startup+51.1009 s]
/proc/loadavg: 3.93 3.99 3.87 5/368 14950
/proc/meminfo: memFree=23908832/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=271040 CPUtime=51.09 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 78713 0 0 0 5093 16 0 0 25 0 1 0 630750389 277544960 48731 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 67760 48731 367 95 0 62742 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 271040

[startup+102.313 s]
/proc/loadavg: 4.01 4.00 3.88 5/368 14951
/proc/meminfo: memFree=23843292/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=304320 CPUtime=102.3 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 103905 0 0 0 10208 22 0 0 25 0 1 0 630750389 311623680 59516 33554432000 4194304 4580011 140736482779344 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 76080 59516 367 95 0 71062 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 304320

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/368 14953
/proc/meminfo: memFree=23769232/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=270084 CPUtime=162.28 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 129147 0 0 0 16200 28 0 0 25 0 1 0 630750389 276566016 60459 33554432000 4194304 4580011 140736482779344 18446744073709551615 4295893 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 67521 60459 367 95 0 62503 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 270084

[startup+222.3 s]
/proc/loadavg: 4.08 4.03 3.91 5/368 14954
/proc/meminfo: memFree=23746388/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=270084 CPUtime=222.29 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 153743 0 0 0 22194 35 0 0 25 0 1 0 630750389 276566016 62226 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 67521 62226 367 95 0 62503 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 270084

[startup+282.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/368 14956
/proc/meminfo: memFree=23673040/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=339436 CPUtime=282.28 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 178077 0 0 0 28185 43 0 0 25 0 1 0 630750389 347582464 67097 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 84859 67097 367 95 0 79841 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 339436

[startup+342.3 s]
/proc/loadavg: 4.05 4.04 3.92 5/368 14957
/proc/meminfo: memFree=23674212/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=352884 CPUtime=342.29 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 206004 0 0 0 34178 51 0 0 25 0 1 0 630750389 361353216 73359 33554432000 4194304 4580011 140736482779344 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 88221 73359 367 95 0 83203 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 352884

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/368 14959
/proc/meminfo: memFree=23655796/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=353512 CPUtime=402.28 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 229325 0 0 0 40170 58 0 0 25 0 1 0 630750389 361996288 73117 33554432000 4194304 4580011 140736482779344 18446744073709551615 4324217 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 88378 73117 367 95 0 83360 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 353512

[startup+462.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/368 14961
/proc/meminfo: memFree=23659120/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=354200 CPUtime=462.29 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 253034 0 0 0 46165 64 0 0 25 0 1 0 630750389 362700800 71080 33554432000 4194304 4580011 140736482779344 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 88550 71080 367 95 0 83532 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 354200

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/368 14962
/proc/meminfo: memFree=23630944/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=354780 CPUtime=522.29 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 278550 0 0 0 52158 71 0 0 25 0 1 0 630750389 363294720 77763 33554432000 4194304 4580011 140736482779344 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 88695 77763 367 95 0 83677 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 354780

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/368 14964
/proc/meminfo: memFree=23679472/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=355672 CPUtime=582.29 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 299434 0 0 0 58153 76 0 0 25 0 1 0 630750389 364208128 69645 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 88918 69645 367 95 0 83900 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 355672

[startup+642.3 s]
/proc/loadavg: 4.05 4.02 3.92 5/368 14965
/proc/meminfo: memFree=23631576/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=363132 CPUtime=642.22 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 325845 0 0 0 64138 84 0 0 25 0 1 0 630750389 371847168 75495 33554432000 4194304 4580011 140736482779344 18446744073709551615 4317179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 90783 75495 367 95 0 85765 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 363132

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.92 5/368 14967
/proc/meminfo: memFree=23615644/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=363412 CPUtime=702.22 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 349792 0 0 0 70130 92 0 0 25 0 1 0 630750389 372133888 77933 33554432000 4194304 4580011 140736482779344 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 90853 77933 367 95 0 85835 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 363412

[startup+762.313 s]
/proc/loadavg: 4.12 4.04 3.93 5/368 14969
/proc/meminfo: memFree=23546520/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=363740 CPUtime=762.23 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 373552 0 0 0 76126 97 0 0 25 0 1 0 630750389 372469760 79277 33554432000 4194304 4580011 140736482779344 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 90935 79277 367 95 0 85917 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 363740

[startup+822.3 s]
/proc/loadavg: 4.14 4.06 3.95 5/368 14970
/proc/meminfo: memFree=23518220/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=364112 CPUtime=822.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 393615 0 0 0 82115 106 0 0 25 0 1 0 630750389 372850688 76110 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 91028 76110 367 95 0 86010 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 364112

[startup+882.3 s]
/proc/loadavg: 4.09 4.06 3.95 5/368 14972
/proc/meminfo: memFree=23536628/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=364320 CPUtime=882.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 416351 0 0 0 88108 113 0 0 25 0 1 0 630750389 373063680 74677 33554432000 4194304 4580011 140736482779344 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 91080 74677 367 95 0 86062 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 364320

[startup+942.3 s]
/proc/loadavg: 4.03 4.05 3.95 5/368 14973
/proc/meminfo: memFree=23574780/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=337136 CPUtime=942.22 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 442992 0 0 0 94101 121 0 0 25 0 1 0 630750389 345227264 65671 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 84284 65671 367 95 0 79266 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 337136

[startup+1002.3 s]
/proc/loadavg: 4.01 4.04 3.95 5/368 14975
/proc/meminfo: memFree=23459920/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=337340 CPUtime=1002.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 471162 0 0 0 100092 129 0 0 25 0 1 0 630750389 345436160 77278 33554432000 4194304 4580011 140736482779344 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 84335 77278 367 95 0 79317 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 337340

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 3.95 5/368 14977
/proc/meminfo: memFree=23416100/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=440856 CPUtime=1062.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 519609 0 0 0 106080 141 0 0 25 0 1 0 630750389 451436544 91853 33554432000 4194304 4580011 140736482779344 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 110214 91853 367 95 0 105196 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 440856

[startup+1122.3 s]
/proc/loadavg: 4.16 4.05 3.96 5/368 14978
/proc/meminfo: memFree=23365444/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=441000 CPUtime=1122.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 547609 0 0 0 112071 150 0 0 25 0 1 0 630750389 451584000 102555 33554432000 4194304 4580011 140736482779344 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 110250 102555 367 95 0 105232 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 441000

[startup+1182.3 s]
/proc/loadavg: 4.13 4.06 3.97 5/368 14980
/proc/meminfo: memFree=23389540/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=441464 CPUtime=1182.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 577517 0 0 0 118061 160 0 0 25 0 1 0 630750389 452059136 97043 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 110366 97043 367 95 0 105348 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 441464

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.97 5/368 14981
/proc/meminfo: memFree=23437624/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=381500 CPUtime=1242.21 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 606004 0 0 0 124051 170 0 0 25 0 1 0 630750389 390656000 89044 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 95375 89044 367 95 0 90357 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 381500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.08 3.98 3/363 14986
/proc/meminfo: memFree=23889480/32951124 swapFree=65980216/67111528
[pid=14947] ppid=14945 vsize=442096 CPUtime=1299.91 cores=0,2
/proc/14947/stat : 14947 (strangenight2-s) R 14945 14947 14254 0 -1 4202496 632875 0 0 0 129813 178 0 0 25 0 1 0 630750389 452706304 97485 33554432000 4194304 4580011 140736482779344 18446744073709551615 4293852 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14947/statm: 110524 97485 367 95 0 105506 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 442096

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): 1299.95
CPU user time (s): 1298.15
CPU system time (s): 1.80472
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 456296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.15
system time used= 1.80472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 4266

runsolver used 4.80427 second user time and 10.5824 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 16:29:09
IDJOB=3367487
IDBENCH=82696
IDSOLVER=1845
FILE ID=node142/3367487-1305383349
RUNJOBID= node142-1305383349-14905
PBS_JOBID= 13324360
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S808762165-030-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367487-1305383349/watcher-3367487-1305383349 -o /tmp/evaluation-result-3367487-1305383349/solver-3367487-1305383349 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367487-1305383349.cnf

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

MD5SUM BENCH= dd49a0090ce99bfddfd58615449391d9
RANDOM SEED=1234893597

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      24280492 kB
Buffers:        303508 kB
Cached:        3809852 kB
SwapCached:      11520 kB
Active:        6033108 kB
Inactive:      2304820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24280492 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           26236 kB
Writeback:           0 kB
AnonPages:     4221408 kB
Mapped:          20472 kB
Slab:           234476 kB
PageTables:      32188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77112700 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= 73436 MiB
End job on node142 at 2011-05-14 16:50:51