Trace number 3367623

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.99 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S2019147653-030.SATISFIABLE.cnf
MD5SUMb15e29d3a1300cd412b2c819b5ccc2fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3367623-1305384830.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     270 undec:      67 neg:     263
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       582      2539         0         0      7719         0   no data   no data
0.02/0.06	c Decided on static restart strategy
0.09/0.16	c  N st     8      4915       582      2539         0      4858      7719    133643   no data   no data
0.39/0.42	c  N st    10     11298       582      2539         0      4483      7719     82813   no data   no data
0.69/0.71	c  N st    11     17043       582      2539         0     10166      7719    251166   no data   no data
1.10/1.16	c  F st    12     25000       582      2539         0     12400      7719    291057   no data   no data
1.10/1.16	c  N st    12     25000       582      2539         0     12400      7719    291057   no data   no data
1.39/1.43	c  N dy    18     30000       582      2539         0     10686      7719    224275   no data   no data
1.39/1.43	c  S st    18     30000       582      2539         0     10686      7719    224275   no data   no data
1.39/1.46	c  S st    18     30507       582      2539         0     11191      7719    236705   no data   no data
1.39/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.46	c blocked clauses removed:       10 vars:      2 tried:         582 T: 0.00 s
1.39/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
1.39/1.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.39/1.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.52	c lits-rem:        82  cl-subs:      432  v-elim:      0  v-fix:    0  time:  0.05 s
1.49/1.53	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.01
1.49/1.53	c calculated reachability. Time: 0.00
1.49/1.53	c  N dy    18     30507       580      2529         0     10758      7689    224289   no data   no data
1.79/1.84	c  N dy    32     35765       580      2529         0      8145      7689    112942     17.29     18.29
1.99/2.06	c  N dy    49     40165       580      2529         0     12503      7689    222474     17.17     18.31
2.29/2.35	c  N dy    67     44573       580      2529         0     16862      7689    330861     17.14     18.10
2.39/2.43	c  S st    69     45762       580      2529         0      9188      7689    111818     17.07     15.29
2.39/2.46	c  S st    69     46265       580      2529         0      9687      7689    124616     17.07   no data
2.39/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
2.39/2.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.47	c lits-rem:         8  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.01 s
2.39/2.47	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
2.39/2.48	c vivif2 --  cl tried     9660 cl shrink        0 lits rem          0 time: 0.00
2.39/2.48	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.00
2.39/2.48	c calculated reachability. Time: 0.00
2.39/2.48	c  N dy    69     46265       580      2529         0      9660      7689    123829     17.07   no data
2.68/2.71	c  N dy    79     50443       580      2529         0     13803      7689    226512     16.94     17.86
2.98/3.00	c  N dy    93     54766       580      2529         0     18057      7689    329431     16.94     17.93
3.19/3.26	c  N dy   102     58946       580      2529         0     12328      7689    167252     16.84     17.78
3.48/3.54	c  N dy   129     63393       580      2529         0     16732      7689    276388     16.92     17.84
3.78/3.84	c  N dy   150     67486       580      2529         0     20780      7689    376742     16.97     17.91
3.88/3.98	c  S st   155     69400       580      2529         0     11810      7689    132948     16.91     16.31
3.98/4.01	c  S st   155     69903       580      2529         0     12311      7689    145834     16.91   no data
3.98/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.98/4.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.98/4.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/4.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
3.98/4.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.98/4.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.03	c lits-rem:        13  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.01 s
3.98/4.03	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
3.98/4.03	c vivif2 --  cl tried    12272 cl shrink        0 lits rem          0 time: 0.00
3.98/4.04	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.01
3.98/4.04	c calculated reachability. Time: 0.00
3.98/4.04	c  N dy   155     69903       580      2529         0     12272      7689    144761     16.91   no data
4.29/4.33	c  N dy   171     74427       580      2529         0     16734      7689    254988     16.88     17.77
4.58/4.68	c  N dy   192     79196       580      2529         0     21457      7689    373555     16.89     18.25
4.98/5.05	c  N dy   213     84326       580      2529         0     14680      7689    185916     16.90     17.84
5.18/5.27	c  F st   231     87500       580      2529         0     17828      7689    264320     16.93   no data
5.49/5.51	c  N st   236     90796       580      2529         0     21092      7689    352385     16.93   no data
5.58/5.65	c Decided on static restart strategy
6.08/6.18	c  N st   239     99805       580      2529         0     17139      7689    368489     16.93   no data
6.49/6.59	c  S st   240    104854       580      2529         0     22098      7689    513934     16.93   no data
6.59/6.64	c  S st   240    105361       580      2529         0     22604      7689    527610     16.93   no data
6.59/6.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.59/6.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.59/6.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.59/6.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.59/6.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.59/6.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
6.59/6.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.59/6.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.59/6.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.78/6.88	c lits-rem:       133  cl-subs:      826  v-elim:      0  v-fix:    0  time:  0.21 s
6.78/6.88	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
6.78/6.89	c vivif2 --  cl tried    21778 cl shrink        0 lits rem          0 time: 0.01
6.88/6.90	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.01
6.88/6.90	c calculated reachability. Time: 0.00
6.88/6.90	c  N st   240    105361       580      2529         0     21778      7689    500125     16.93   no data
7.69/7.76	c  N st   241    114960       580      2529         0     17418      7689    312139     16.93   no data
8.99/9.07	c  N st   242    129357       580      2529         0     16870      7689    311306     16.93   no data
10.88/11.00	c  N st   243    150955       580      2529         0     22404      7689    417696     16.93   no data
11.58/11.65	c  S st   244    158042       580      2529         0     29355      7689    615779     16.93   no data
11.68/11.71	c  S st   244    158549       580      2529         0     29861      7689    628321     16.93   no data
11.68/11.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.68/11.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.68/11.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.68/11.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.68/11.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.68/11.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
11.68/11.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.68/11.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.68/11.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.08/12.12	c lits-rem:       256  cl-subs:     1023  v-elim:      0  v-fix:    0  time:  0.37 s
12.08/12.12	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
12.08/12.13	c vivif2 --  cl tried    28838 cl shrink        0 lits rem          0 time: 0.01
12.08/12.14	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.02
12.08/12.14	c calculated reachability. Time: 0.00
12.08/12.14	c  N st   244    158549       580      2529         0     28838      7689    596073     16.93   no data
16.67/16.70	c  N st   245    207137       580      2529         0     23464      7689    398755     16.93   no data
19.77/19.84	c  N st   246    237825       580      2529         0     34038      7689    667024     16.93   no data
19.77/19.84	c  S st   246    237825       580      2529         0     34038      7689    667024     16.93   no data
19.87/19.91	c  S st   246    238331       580      2529         0     34543      7689    679780     16.93   no data
19.87/19.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.87/19.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.87/19.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.87/19.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.87/19.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.87/19.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
19.87/19.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.87/19.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.87/19.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.37/20.46	c lits-rem:       119  cl-subs:     1241  v-elim:      0  v-fix:    0  time:  0.51 s
20.37/20.46	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
20.37/20.47	c vivif2 --  cl tried    33302 cl shrink        0 lits rem          0 time: 0.01
20.37/20.49	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.02
20.37/20.49	c calculated reachability. Time: 0.00
20.37/20.49	c  N st   246    238331       580      2529         0     33302      7689    643670     16.93   no data
27.94/28.03	c  F st   247    306251       580      2529         0     35067      7689    635015     16.93   no data
27.94/28.03	c  N st   247    306251       580      2529         0     35067      7689    635015     16.93   no data
30.33/30.48	c  N dy   308    325801       580      2529         0     30763      7689    427495     16.98     18.98
33.44/33.54	c  N dy   406    349155       580      2529         0     29175      7689    359449     16.98     18.14
34.33/34.48	c  S st   424    357496       580      2529         0     37375      7689    557064     16.92     16.45
34.43/34.56	c  S st   424    357998       580      2529         0     37877      7689    569420     16.92   no data
34.43/34.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.43/34.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
34.43/34.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.43/34.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.43/34.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.43/34.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
34.43/34.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.43/34.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.43/34.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.63/34.78	c lits-rem:       110  cl-subs:      929  v-elim:      0  v-fix:    0  time:  0.18 s
34.63/34.78	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
34.63/34.78	c vivif2 --  cl tried    36948 cl shrink        0 lits rem          0 time: 0.01
34.73/34.80	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.02
34.73/34.81	c calculated reachability. Time: 0.00
34.73/34.81	c  N dy   424    357998       580      2529         0     36948      7689    547277     16.92   no data
37.73/37.87	c  N dy   548    381152       580      2529         0     34185      7689    451942     17.04     17.95
40.73/40.82	c  N dy   658    401300       580      2529         0     27468      7689    262656     17.15     18.11
43.23/43.32	c  N dy   756    421318       580      2529         0     47238      7689    767506     17.23     18.48
46.03/46.10	c  N dy   853    441424       580      2529         0     39447      7689    540817     17.27     18.29
49.13/49.23	c  N dy   946    461495       580      2529         0     30633      7689    293612     17.30     18.28
51.83/51.95	c  N dy  1025    481520       580      2529         0     50438      7689    795019     17.31     18.85
54.83/54.90	c  N dy  1080    501572       580      2529         0     40540      7689    515446     17.26     18.26
57.92/58.07	c  N dy  1159    521625       580      2529         0     60318      7689   1015238     17.24     18.16
60.02/60.10	c  S st  1244    536997       580      2529         0     44927      7689    616133     17.28     16.24
60.02/60.19	c  S st  1244    537501       580      2529         0     45430      7689    629892     17.28   no data
60.12/60.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.12/60.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
60.12/60.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.12/60.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.12/60.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.12/60.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
60.12/60.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.12/60.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
60.12/60.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.33/60.45	c lits-rem:       195  cl-subs:      720  v-elim:      0  v-fix:    0  time:  0.22 s
60.33/60.45	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
60.33/60.46	c vivif2 --  cl tried    44710 cl shrink        0 lits rem          0 time: 0.01
60.33/60.49	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.03
60.33/60.49	c calculated reachability. Time: 0.00
60.33/60.49	c  N dy  1244    537501       580      2529         0     44710      7689    610445     17.28   no data
63.73/63.86	c  N dy  1299    558365       580      2529         0     33684      7689    307843     17.25     18.36
66.62/66.76	c  N dy  1394    578736       580      2529         0     53817      7689    824497     17.27     18.27
69.92/70.07	c  N dy  1473    599523       580      2529         0     41757      7689    493022     17.27     18.29
74.33/74.49	c  N dy  1533    627173       580      2529         0     35413      7689    310449     17.18     18.23
77.23/77.38	c  N dy  1593    647392       580      2529         0     55382      7689    813921     17.18     18.14
80.93/81.00	c  N dy  1729    667483       580      2529         0     40717      7689    436369     17.23     24.05
84.03/84.10	c  N dy  1791    687554       580      2529         0     60550      7689    938991     17.21     18.41
87.53/87.62	c  N dy  1903    707580       580      2529         0     44841      7689    517882     17.23     18.16
91.14/91.21	c  N dy  2026    727622       580      2529         0     64651      7689   1024221     17.27     21.36
94.73/94.81	c  N dy  2085    748472       580      2529         0     48641      7689    587537     17.26     18.17
98.43/98.54	c  N dy  2176    768542       580      2529         0     68467      7689   1096437     17.27     18.23
101.93/102.00	c  N dy  2247    788575       580      2529         0     50673      7689    616620     17.27     18.82
104.83/104.93	c  S st  2285    806252       580      2529         0     68118      7689   1059076     17.23   no data
104.93/105.07	c  S st  2285    806753       580      2529         0     68618      7689   1072419     17.23   no data
104.93/105.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.03/105.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
105.03/105.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.03/105.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.03/105.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.03/105.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
105.03/105.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.03/105.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
105.03/105.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.73/105.88	c lits-rem:       308  cl-subs:     1936  v-elim:      0  v-fix:    0  time:  0.74 s
105.73/105.88	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
105.83/105.90	c vivif2 --  cl tried    66682 cl shrink        0 lits rem          0 time: 0.01
105.83/105.94	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.04
105.83/105.94	c calculated reachability. Time: 0.00
105.83/105.94	c  N dy  2285    806753       580      2529         0     66682      7689   1025022     17.23   no data
109.53/109.65	c  N dy  2367    826776       580      2529         0     47980      7689    532218     17.24     18.17
113.43/113.56	c  N dy  2459    848119       580      2529         0     69039      7689   1068679     17.25     18.16
117.43/117.51	c  N dy  2566    868138       580      2529         0     49319      7689    543439     17.27     21.41
121.23/121.34	c  N dy  2690    888238       580      2529         0     69185      7689   1059824     17.30     18.95
125.24/125.39	c  N dy  2786    908299       580      2529         0     48505      7689    510249     17.31     19.10
128.93/129.04	c  N dy  2883    928315       580      2529         0     68316      7689   1023282     17.33     18.27
133.33/133.44	c  N dy  3000    948381       580      2529         0     46642      7689    439856     17.35     18.30
136.93/137.08	c  N dy  3085    968813       580      2529         0     66825      7689    953407     17.36     18.33
141.84/141.96	c  N dy  3209    989043       580      2529         0     44342      7689    362066     17.39     18.57
145.23/145.33	c  N dy  3299   1009066       580      2529         0     64062      7689    862457     17.39     19.04
150.13/150.21	c  N dy  3397   1029153       580      2529         0     83871      7689   1363445     17.40     18.40
153.83/154.00	c  N dy  3413   1050824       580      2529         0     61666      7689    749911     17.34     18.28
158.43/158.50	c  N dy  3490   1071004       580      2529         0     81534      7689   1242887     17.33     18.30
158.63/158.73	c  F st  3495   1071875       580      2529         0     82390      7689   1264068     17.33     14.92
159.73/159.86	c Decided on static restart strategy
163.74/163.84	c  N st  3505   1100180       580      2529         0     65927      7689   1030399     17.33   no data
171.13/171.25	c  N st  3507   1136174       580      2529         0     56008      7689    938611     17.33   no data
177.13/177.23	c  N st  3508   1168566       580      2529         0     87747      7689   1828418     17.33   no data
184.74/184.81	c  N st  3509   1210130       580      2529         0     82356      7689   1712295     17.33   no data
184.74/184.81	c  S st  3509   1210130       580      2529         0     82356      7689   1712295     17.33   no data
184.93/185.02	c  S st  3509   1210633       580      2529         0     82858      7689   1724985     17.33   no data
184.93/185.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.93/185.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
184.93/185.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.93/185.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.93/185.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.93/185.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
184.93/185.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
184.93/185.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
185.03/185.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.53/189.68	c lits-rem:       598  cl-subs:     4942  v-elim:      0  v-fix:    0  time:  4.55 s
189.53/189.68	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
189.63/189.70	c vivif2 --  cl tried    77916 cl shrink        0 lits rem          0 time: 0.02
189.63/189.77	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.06
189.63/189.77	c calculated reachability. Time: 0.00
189.63/189.77	c  N st  3509   1210633       580      2529         0     77916      7689   1591546     17.33   no data
205.93/206.08	c  N st  3510   1283515       580      2529         0     54397      7689    796815     17.33   no data
228.83/228.98	c  N st  3511   1392838       580      2529         0     62533      7689    952015     17.33   no data
262.24/262.37	c  N st  3512   1556823       580      2529         0     67342      7689   1014687     17.33   no data
297.14/297.28	c  N st  3513   1710633       580      2529         0    109027      7689   2074072     17.33   no data
297.14/297.28	c  S st  3513   1710633       580      2529         0    109027      7689   2074072     17.33   no data
297.44/297.57	c  S st  3513   1711138       580      2529         0    109532      7689   2087134     17.33   no data
297.44/297.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
297.54/297.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
297.54/297.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
297.54/297.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
297.54/297.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.54/297.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
297.54/297.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.54/297.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
297.64/297.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.94/310.08	c lits-rem:      1028  cl-subs:     8188  v-elim:      0  v-fix:    0  time: 12.38 s
309.94/310.08	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
310.04/310.11	c vivif2 --  cl tried   101344 cl shrink        0 lits rem          0 time: 0.02
310.04/310.20	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.09
310.15/310.20	c calculated reachability. Time: 0.00
310.15/310.20	c  N st  3513   1711138       580      2529         0    101344      7689   1879976     17.33   no data
395.04/395.12	c  N st  3514   2080104       580      2529         0    113271      7689   2185607     17.33   no data
426.44/426.55	c  N st  3515   2211139       580      2529         0    117269      7689   2261664     17.33   no data
426.44/426.55	c  S st  3515   2211139       580      2529         0    117269      7689   2261664     17.33   no data
426.75/426.85	c  S st  3515   2211648       580      2529         0    117776      7689   2275350     17.33   no data
426.75/426.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
426.84/426.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
426.84/426.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.84/426.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.84/426.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.84/426.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
426.84/426.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
426.84/426.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
426.84/426.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.93/438.09	c lits-rem:       643  cl-subs:     6229  v-elim:      0  v-fix:    0  time: 11.09 s
437.93/438.09	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
438.03/438.12	c vivif2 --  cl tried   111547 cl shrink        0 lits rem          0 time: 0.03
438.13/438.23	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.11
438.13/438.23	c calculated reachability. Time: 0.00
438.13/438.23	c  N st  3515   2211648       580      2529         0    111547      7689   2102418     17.33   no data
559.44/559.56	c  N st  3516   2711649       580      2529         0    134807      7689   2610692     17.33   no data
559.44/559.56	c  S st  3516   2711649       580      2529         0    134807      7689   2610692     17.33   no data
559.85/559.96	c  S st  3516   2712152       580      2529         0    135310      7689   2623716     17.33   no data
559.85/559.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
559.94/560.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
559.94/560.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
559.94/560.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
559.94/560.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
559.94/560.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
559.94/560.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
559.94/560.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
560.04/560.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
582.95/583.01	c lits-rem:      1666  cl-subs:    11643  v-elim:      0  v-fix:    0  time: 22.87 s
582.95/583.01	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
582.95/583.04	c vivif2 --  cl tried   123667 cl shrink        0 lits rem          0 time: 0.03
583.04/583.16	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.12
583.04/583.16	c calculated reachability. Time: 0.00
583.04/583.16	c  N st  3516   2712152       580      2529         0    123667      7689   2314363     17.33   no data
719.26/719.32	c  N st  3517   3212152       580      2529         0     99338      7689   1387102     17.33   no data
719.26/719.32	c  S st  3517   3212152       580      2529         0     99338      7689   1387102     17.33   no data
719.45/719.54	c  S st  3517   3212653       580      2529         0     99838      7689   1400655     17.33   no data
719.45/719.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
719.45/719.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
719.45/719.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
719.45/719.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
719.45/719.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
719.45/719.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
719.45/719.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
719.55/719.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
719.55/719.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
722.35/722.49	c lits-rem:       309  cl-subs:     4230  v-elim:      0  v-fix:    0  time:  2.84 s
722.35/722.49	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
722.45/722.51	c vivif2 --  cl tried    95608 cl shrink        0 lits rem          0 time: 0.02
722.45/722.58	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.07
722.45/722.58	c calculated reachability. Time: 0.00
722.45/722.58	c  N st  3517   3212653       580      2529         0     95608      7689   1299891     17.33   no data
872.65/872.72	c  N st  3518   3712653       580      2529         0    106404      7689   1458463     17.33   no data
872.65/872.72	c  S st  3518   3712653       580      2529         0    106404      7689   1458463     17.33   no data
872.85/872.99	c  S st  3518   3713159       580      2529         0    106909      7689   1471266     17.33   no data
872.85/872.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
872.95/873.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
872.95/873.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
872.95/873.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
872.95/873.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
872.95/873.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
872.95/873.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
872.95/873.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
873.05/873.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
876.25/876.38	c lits-rem:       292  cl-subs:     4678  v-elim:      0  v-fix:    0  time:  3.28 s
876.25/876.38	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
876.35/876.40	c vivif2 --  cl tried   102231 cl shrink        0 lits rem          0 time: 0.02
876.35/876.49	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.09
876.35/876.49	c calculated reachability. Time: 0.00
876.35/876.49	c  N st  3518   3713159       580      2529         0    102231      7689   1357531     17.33   no data
887.95/888.07	c  F st  3519   3751562       580      2529         0    139901      7689   2421114     17.33   no data
887.95/888.07	c  N st  3519   3751562       580      2529         0    139901      7689   2421114     17.33   no data
890.35/890.44	c Decided on static restart strategy
899.66/899.76	c  N st  3529   3779862       580      2529         0     84817      7689    864415     17.33   no data
910.35/910.40	c  N st  3531   3815859       580      2529         0    120123      7689   1828499     17.33   no data
921.25/921.38	c  N st  3532   3848252       580      2529         0    151901      7689   2719053     17.33   no data
936.55/936.66	c  N st  3533   3896841       580      2529         0    115237      7689   1627214     17.33   no data
958.85/958.97	c  N st  3534   3969723       580      2529         0    101515      7689   1267427     17.33   no data
995.65/995.70	c  N st  3535   4079046       580      2529         0    122168      7689   1788213     17.33   no data
1037.55/1037.69	c  N st  3536   4213159       580      2529         0    166087      7689   2923070     17.33   no data
1037.55/1037.69	c  S st  3536   4213159       580      2529         0    166087      7689   2923070     17.33   no data
1038.05/1038.19	c  S st  3536   4213662       580      2529         0    166590      7689   2935891     17.33   no data
1038.15/1038.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1038.15/1038.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1038.15/1038.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1038.15/1038.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1038.15/1038.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1038.15/1038.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
1038.15/1038.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1038.27/1038.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1038.27/1038.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1063.75/1063.83	c lits-rem:       989  cl-subs:    14199  v-elim:      0  v-fix:    0  time: 25.43 s
1063.75/1063.83	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
1063.75/1063.86	c vivif2 --  cl tried   152391 cl shrink        0 lits rem          0 time: 0.03
1063.95/1064.02	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.15
1063.95/1064.02	c calculated reachability. Time: 0.00
1063.95/1064.02	c  N st  3536   4213662       580      2529         0    152391      7689   2602615     17.33   no data
1145.36/1145.45	c  N st  3537   4459638       580      2529         0    126169      7689   1815032     17.33   no data
1238.76/1238.85	c  N st  3538   4713662       580      2529         0     98966      7689   1060253     17.33   no data
1238.76/1238.85	c  S st  3538   4713662       580      2529         0     98966      7689   1060253     17.33   no data
1239.06/1239.10	c  S st  3538   4714168       580      2529         0     99471      7689   1073615     17.33   no data
1239.06/1239.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1239.06/1239.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1239.06/1239.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1239.06/1239.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1239.06/1239.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1239.06/1239.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
1239.06/1239.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1239.06/1239.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1239.16/1239.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1239.46/1239.55	c lits-rem:       204  cl-subs:      855  v-elim:      0  v-fix:    0  time:  0.35 s
1239.46/1239.55	c vivif2 --  cl tried     2529 cl shrink        0 lits rem          0 time: 0.00
1239.46/1239.57	c vivif2 --  cl tried    98616 cl shrink        0 lits rem          0 time: 0.02
1239.57/1239.64	c asymm  cl-useful: 0/2529/2529 lits-rem:0 time: 0.08
1239.57/1239.65	c calculated reachability. Time: 0.00
1239.57/1239.65	c  N st  3538   4714168       580      2529         0     98616      7689   1053170     17.33   no data

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.47 3.63 3.77 5/262 10776
/proc/meminfo: memFree=21842240/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=29900 CPUtime=0 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 514 0 0 0 0 0 0 0 24 0 1 0 650080880 30617600 454 33554432000 4194304 4580011 140733949121376 18446744073709551615 271550234379 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 7475 454 322 95 0 2457 0

[startup+0.0297311 s]
/proc/loadavg: 2.47 3.63 3.77 5/262 10776
/proc/meminfo: memFree=21842240/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=30288 CPUtime=0.02 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 739 0 0 0 2 0 0 0 24 0 1 0 650080880 31014912 652 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 7572 652 363 95 0 2554 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30288

[startup+0.100745 s]
/proc/loadavg: 2.47 3.63 3.77 5/262 10776
/proc/meminfo: memFree=21842240/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=30420 CPUtime=0.09 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 827 0 0 0 9 0 0 0 24 0 1 0 650080880 31150080 740 33554432000 4194304 4580011 140733949121376 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 7605 740 364 95 0 2587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30420

[startup+0.300699 s]
/proc/loadavg: 2.47 3.63 3.77 5/262 10776
/proc/meminfo: memFree=21842240/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=31060 CPUtime=0.29 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 1112 0 0 0 29 0 0 0 25 0 1 0 650080880 31805440 862 33554432000 4194304 4580011 140733949121376 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 7765 862 364 95 0 2747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31060

[startup+0.700633 s]
/proc/loadavg: 2.47 3.63 3.77 5/262 10776
/proc/meminfo: memFree=21842240/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=31556 CPUtime=0.69 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 1536 0 0 0 69 0 0 0 25 0 1 0 650080880 32313344 1054 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 7889 1054 364 95 0 2871 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31556

[startup+1.50043 s]
/proc/loadavg: 2.47 3.63 3.77 5/263 10778
/proc/meminfo: memFree=21829952/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=38336 CPUtime=1.49 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 3802 0 0 0 149 0 0 0 25 0 1 0 650080880 39256064 2639 33554432000 4194304 4580011 140733949121376 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/10776/statm: 9584 2639 367 95 0 4566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38336

[startup+3.10014 s]
/proc/loadavg: 2.47 3.63 3.77 5/263 10778
/proc/meminfo: memFree=21808356/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=38176 CPUtime=3.08 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 4784 0 0 0 308 0 0 0 25 0 1 0 650080880 39092224 2797 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/10776/statm: 9544 2797 367 95 0 4526 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38176

[startup+6.30062 s]
/proc/loadavg: 2.59 3.63 3.77 5/263 10778
/proc/meminfo: memFree=21796456/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=56640 CPUtime=6.28 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 6300 0 0 0 628 0 0 0 25 0 1 0 650080880 57999360 3807 33554432000 4194304 4580011 140733949121376 18446744073709551615 4322552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 14160 3807 367 95 0 9142 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56640

[startup+12.7005 s]
/proc/loadavg: 2.70 3.64 3.77 5/263 10778
/proc/meminfo: memFree=21760660/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=64332 CPUtime=12.67 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 12126 0 0 0 1266 1 0 0 25 0 1 0 650080880 65875968 7310 33554432000 4194304 4580011 140733949121376 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 16083 7310 367 95 0 11065 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64332

[startup+25.5011 s]
/proc/loadavg: 3.06 3.67 3.78 5/263 10778
/proc/meminfo: memFree=21741912/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=74228 CPUtime=25.45 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 18524 0 0 0 2543 2 0 0 25 0 1 0 650080880 76009472 9808 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/10776/statm: 18557 9808 367 95 0 13539 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 74228

[startup+51.1005 s]
/proc/loadavg: 3.38 3.70 3.78 5/263 10779
/proc/meminfo: memFree=21720992/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=84044 CPUtime=51.03 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 22710 0 0 0 5100 3 0 0 25 0 1 0 650080880 86061056 11836 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 21011 11836 367 95 0 15993 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 84044

[startup+102.309 s]
/proc/loadavg: 3.80 3.76 3.80 5/263 10807
/proc/meminfo: memFree=21687312/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=66736 CPUtime=102.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 30716 0 0 0 10219 5 0 0 25 0 1 0 650080880 68337664 9781 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 16684 9781 367 95 0 11666 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 66736

[startup+162.3 s]
/proc/loadavg: 3.98 3.82 3.81 5/263 10809
/proc/meminfo: memFree=21650796/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=78724 CPUtime=162.23 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 44680 0 0 0 16215 8 0 0 25 0 1 0 650080880 80613376 12443 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294519 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 19681 12443 367 95 0 14663 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 78724

[startup+222.3 s]
/proc/loadavg: 4.02 3.86 3.83 5/263 10810
/proc/meminfo: memFree=21589880/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=120144 CPUtime=222.23 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 60608 0 0 0 22213 10 0 0 25 0 1 0 650080880 123027456 21827 33554432000 4194304 4580011 140733949121376 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 30036 21827 367 95 0 25018 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 120144

[startup+282.3 s]
/proc/loadavg: 4.09 3.91 3.84 5/263 10812
/proc/meminfo: memFree=21549536/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=120612 CPUtime=282.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 61895 0 0 0 28213 11 0 0 25 0 1 0 650080880 123506688 23114 33554432000 4194304 4580011 140733949121376 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 30153 23114 367 95 0 25135 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 120612

[startup+342.301 s]
/proc/loadavg: 4.03 3.92 3.85 5/263 10814
/proc/meminfo: memFree=21530768/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=133660 CPUtime=342.23 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 66066 0 0 0 34212 11 0 0 25 0 1 0 650080880 136867840 27285 33554432000 4194304 4580011 140733949121376 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 33415 27285 367 95 0 28397 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 133660

[startup+402.301 s]
/proc/loadavg: 4.01 3.94 3.85 5/263 10815
/proc/meminfo: memFree=21515984/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=120040 CPUtime=402.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 70233 0 0 0 40212 12 0 0 25 0 1 0 650080880 122920960 23019 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 30010 23019 367 95 0 24992 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 120040

[startup+462.301 s]
/proc/loadavg: 4.03 3.96 3.87 5/263 10826
/proc/meminfo: memFree=21500172/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=142932 CPUtime=462.23 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 83957 0 0 0 46207 16 0 0 25 0 1 0 650080880 146362368 28008 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 35733 28008 367 95 0 30715 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 142932

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 3.87 5/263 10827
/proc/meminfo: memFree=21467396/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=143068 CPUtime=522.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 94379 0 0 0 52205 19 0 0 25 0 1 0 650080880 146501632 29648 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 35767 29648 367 95 0 30749 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 143068

[startup+582.301 s]
/proc/loadavg: 4.06 3.99 3.88 5/263 10829
/proc/meminfo: memFree=21429164/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=161372 CPUtime=582.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 104535 0 0 0 58202 22 0 0 25 0 1 0 650080880 165244928 33634 33554432000 4194304 4580011 140733949121376 18446744073709551615 4451451 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 40343 33634 367 95 0 35325 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 161372

[startup+642.301 s]
/proc/loadavg: 4.02 3.99 3.89 5/263 10834
/proc/meminfo: memFree=21434436/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=161500 CPUtime=642.25 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 114259 0 0 0 64200 25 0 0 25 0 1 0 650080880 165376000 33533 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 40375 33533 367 95 0 35357 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 161500

[startup+702.301 s]
/proc/loadavg: 4.08 4.00 3.90 5/263 10835
/proc/meminfo: memFree=21413096/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=161632 CPUtime=702.25 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 123347 0 0 0 70197 28 0 0 25 0 1 0 650080880 165511168 32979 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 40408 32979 367 95 0 35390 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 161632

[startup+762.31 s]
/proc/loadavg: 4.03 4.00 3.91 5/263 10837
/proc/meminfo: memFree=21400668/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=215412 CPUtime=762.26 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 131776 0 0 0 76195 31 0 0 25 0 1 0 650080880 220581888 34638 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 53853 34638 367 95 0 48835 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 215412

[startup+822.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/263 10865
/proc/meminfo: memFree=21457192/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=163808 CPUtime=822.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 140767 0 0 0 82190 34 0 0 25 0 1 0 650080880 167739392 33332 33554432000 4194304 4580011 140733949121376 18446744073709551615 4296040 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 40952 33332 367 95 0 35934 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 163808

[startup+882.3 s]
/proc/loadavg: 4.05 4.02 3.92 5/263 10867
/proc/meminfo: memFree=21427012/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=168056 CPUtime=882.24 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 149202 0 0 0 88188 36 0 0 25 0 1 0 650080880 172089344 34728 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 42014 34728 367 95 0 36996 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 168056

[startup+942.3 s]
/proc/loadavg: 4.06 4.03 3.92 5/263 10869
/proc/meminfo: memFree=21415828/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=168156 CPUtime=942.25 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 156598 0 0 0 94186 39 0 0 25 0 1 0 650080880 172191744 34831 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 42039 34831 367 95 0 37021 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 168156

[startup+1002.3 s]
/proc/loadavg: 4.13 4.06 3.93 5/263 10870
/proc/meminfo: memFree=21376724/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=168252 CPUtime=1002.25 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 164036 0 0 0 100184 41 0 0 25 0 1 0 650080880 172290048 35162 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 42063 35162 367 95 0 37045 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 168252

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 3.94 5/263 10872
/proc/meminfo: memFree=21356236/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=244272 CPUtime=1062.25 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 173384 0 0 0 106181 44 0 0 25 0 1 0 650080880 250134528 40864 33554432000 4194304 4580011 140733949121376 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 61068 40864 367 95 0 56050 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 244272

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 3.94 5/263 10873
/proc/meminfo: memFree=21329160/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=190600 CPUtime=1122.25 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 180656 0 0 0 112179 46 0 0 25 0 1 0 650080880 195174400 40350 33554432000 4194304 4580011 140733949121376 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 47650 40350 367 95 0 42632 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 190600

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 3.94 5/263 10875
/proc/meminfo: memFree=21334828/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=190680 CPUtime=1182.26 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 187727 0 0 0 118178 48 0 0 25 0 1 0 650080880 195256320 39848 33554432000 4194304 4580011 140733949121376 18446744073709551615 4295295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 47670 39848 367 95 0 42652 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 190680

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.94 5/263 10877
/proc/meminfo: memFree=21322016/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=190808 CPUtime=1242.26 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 194975 0 0 0 124175 51 0 0 25 0 1 0 650080880 195387392 39177 33554432000 4194304 4580011 140733949121376 18446744073709551615 4318816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 47702 39177 367 95 0 42684 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 190808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.05 3.95 4/261 10879
/proc/meminfo: memFree=21466712/32951124 swapFree=67056788/67111528
[pid=10776] ppid=10774 vsize=190836 CPUtime=1299.97 cores=4,6
/proc/10776/stat : 10776 (strangenight2-s) R 10774 10776 9991 0 -1 4202496 200335 0 0 0 129943 54 0 0 25 0 1 0 650080880 195416064 40544 33554432000 4194304 4580011 140733949121376 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10776/statm: 47709 40544 367 95 0 42691 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 190836

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.02
CPU time (s): 1299.99
CPU user time (s): 1299.44
CPU system time (s): 0.550916
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 259576

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

runsolver used 3.31549 second user time and 7.28289 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-14 16:53:50
IDJOB=3367623
IDBENCH=82832
IDSOLVER=1845
FILE ID=node133/3367623-1305384830
RUNJOBID= node133-1305384830-10735
PBS_JOBID= 13324369
Free space on /tmp= 73636 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S2019147653-030.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367623-1305384830/watcher-3367623-1305384830 -o /tmp/evaluation-result-3367623-1305384830/solver-3367623-1305384830 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367623-1305384830.cnf

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

MD5SUM BENCH= b15e29d3a1300cd412b2c819b5ccc2fa
RANDOM SEED=1798608750

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      21842528 kB
Buffers:        260524 kB
Cached:        3133432 kB
SwapCached:       8724 kB
Active:        8485928 kB
Inactive:      2341096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21842528 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           21796 kB
Writeback:           0 kB
AnonPages:     7429512 kB
Mapped:          21720 kB
Slab:           194868 kB
PageTables:      24332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19294652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73636 MiB
End job on node133 at 2011-05-14 17:15:32