Trace number 3368192

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)SAT 39.8329 39.8362

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099983
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
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-3368192-1305389859.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:         336
0.00/0.00	c -- clauses added:            0 learnts,          336 normals,            0 xors
0.00/0.00	c -- vars added        140
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       140        56       280         0       840         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/56/56 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:    140 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      63 undec:       0 neg:      77
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       140        56       280         0       840         0   no data   no data
0.10/0.10	c Decided on static restart strategy
0.10/0.13	c  N st     8      4920       140        56       280      4762       840    117374   no data   no data
0.39/0.40	c  N st    10     11303       140        56       280      4416       840     92742   no data   no data
0.69/0.73	c  N st    11     17048       140        56       280      9998       840    227415   no data   no data
1.20/1.23	c  F st    12     25000       140        56       280     12221       840    272191   no data   no data
1.20/1.23	c  N st    12     25000       140        56       280     12221       840    272191   no data   no data
1.49/1.55	c Decided on static restart strategy
1.49/1.55	c  N st    18     30000       140        56       280     10525       840    214371   no data   no data
1.49/1.55	c  S st    18     30000       140        56       280     10525       840    214371   no data   no data
1.59/1.60	c  S st    18     30502       140        56       280     11023       840    225411   no data   no data
1.59/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.61	c blocked clauses removed:        0 vars:      0 tried:         140 T: 0.00 s
1.59/1.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1.59/1.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.59/1.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1.69/1.70	c lits-rem:       336  cl-subs:      283  v-elim:      0  v-fix:    0  time:  0.06 s
1.69/1.70	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
1.69/1.70	c calculated reachability. Time: 0.00
1.69/1.70	c  N st    18     30502       140        56       280     10740       840    219396   no data   no data
2.09/2.15	c  N st    20     37612       140        56       280      9968       840    194371   no data   no data
2.59/2.63	c  N st    21     44011       140        56       280     16196       840    343352   no data   no data
2.69/2.77	c  S st    22     45753       140        56       280      9193       840    159472   no data   no data
2.79/2.82	c  S st    22     46255       140        56       280      9688       840    170875   no data   no data
2.79/2.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
2.79/2.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.79/2.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.79/2.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.79/2.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2.79/2.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.79/2.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.79/2.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2.79/2.85	c lits-rem:        23  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.01 s
2.79/2.85	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
2.79/2.86	c vivif2 --  cl tried     9651 cl shrink        0 lits rem          0 time: 0.00
2.79/2.86	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
2.79/2.86	c calculated reachability. Time: 0.00
2.79/2.86	c  N st    22     46255       140        56       280      9651       840    170066   no data   no data
3.89/3.98	c  N st    23     60654       140        56       280     13896       840    266500   no data   no data
4.69/4.78	c  N st    24     69383       140        56       280     11733       840    201366   no data   no data
4.69/4.78	c  S st    24     69383       140        56       280     11733       840    201366   no data   no data
4.79/4.84	c  S st    24     69887       140        56       280     12233       840    212785   no data   no data
4.79/4.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/4.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.79/4.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.79/4.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/4.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/4.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4.79/4.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/4.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.79/4.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4.79/4.89	c lits-rem:        52  cl-subs:       78  v-elim:      0  v-fix:    0  time:  0.02 s
4.79/4.89	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
4.79/4.89	c vivif2 --  cl tried    12155 cl shrink        0 lits rem          0 time: 0.00
4.89/4.90	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
4.89/4.90	c calculated reachability. Time: 0.00
4.89/4.90	c  N st    24     69887       140        56       280     12155       840    211255   no data   no data
6.39/6.47	c  F st    25     87502       140        56       280     17655       840    348882   no data   no data
6.39/6.47	c  N st    25     87502       140        56       280     17655       840    348882   no data   no data
6.99/7.03	c Decided on static restart strategy
7.29/7.35	c  N st    32     95541       140        56       280     12837       840    205989   no data   no data
8.19/8.25	c  N st    34    104831       140        56       280     21873       840    427574   no data   no data
8.19/8.25	c  S st    34    104831       140        56       280     21873       840    427574   no data   no data
8.29/8.35	c  S st    34    105333       140        56       280     22370       840    439132   no data   no data
8.29/8.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.29/8.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
8.29/8.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.29/8.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.29/8.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
8.29/8.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.29/8.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/8.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
8.58/8.62	c lits-rem:       183  cl-subs:      641  v-elim:      0  v-fix:    0  time:  0.20 s
8.58/8.62	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
8.58/8.63	c vivif2 --  cl tried    21729 cl shrink        0 lits rem          0 time: 0.01
8.58/8.63	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
8.58/8.63	c calculated reachability. Time: 0.00
8.58/8.63	c  N st    34    105333       140        56       280     21729       840    425721   no data   no data
9.79/9.82	c  N st    35    114931       140        56       280     17433       840    307716   no data   no data
11.29/11.36	c  N st    36    129328       140        56       280     16836       840    278719   no data   no data
13.79/13.81	c  N st    37    150924       140        56       280     22293       840    398181   no data   no data
14.79/14.83	c  S st    38    157999       140        56       280     29213       840    572178   no data   no data
14.89/14.97	c  S st    38    158502       140        56       280     29712       840    583736   no data   no data
14.89/14.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.99/15.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
14.99/15.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.99/15.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.99/15.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.99/15.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
14.99/15.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.99/15.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
14.99/15.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
15.40/15.42	c lits-rem:       330  cl-subs:      738  v-elim:      0  v-fix:    0  time:  0.33 s
15.40/15.42	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
15.40/15.43	c vivif2 --  cl tried    28974 cl shrink        0 lits rem          0 time: 0.01
15.40/15.44	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
15.40/15.44	c calculated reachability. Time: 0.00
15.40/15.44	c  N st    38    158502       140        56       280     28974       840    570040   no data   no data
22.10/22.19	c  N st    39    207091       140        56       280     23668       840    408609   no data   no data
26.59/26.64	c  N st    40    237753       140        56       280     34040       840    637001   no data   no data
26.59/26.64	c  S st    40    237753       140        56       280     34040       840    637001   no data   no data
26.69/26.79	c  S st    40    238257       140        56       280     34537       840    648065   no data   no data
26.69/26.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.79/26.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
26.79/26.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.79/26.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.79/26.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.79/26.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
26.79/26.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.79/26.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.79/26.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
27.29/27.34	c lits-rem:       353  cl-subs:      846  v-elim:      0  v-fix:    0  time:  0.45 s
27.29/27.34	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
27.29/27.35	c vivif2 --  cl tried    33691 cl shrink        0 lits rem          0 time: 0.01
27.29/27.36	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
27.29/27.36	c calculated reachability. Time: 0.00
27.29/27.36	c  N st    40    238257       140        56       280     33691       840    630904   no data   no data
37.59/37.67	c  F st    41    306250       140        56       280     35598       840    665895   no data   no data
37.59/37.67	c  N st    41    306250       140        56       280     35598       840    665895   no data   no data
38.60/38.67	c Decided on static restart strategy
39.79/39.83	c  E st    49    317560         0        56       280     46617       840    926232   no data   no data
39.79/39.83	c Verified 56 clauses.
39.79/39.83	c Verified 56 clauses.
39.79/39.83	c num threads              : 1          
39.79/39.83	c restarts                 : 49         
39.79/39.83	c dynamic restarts         : 0          
39.79/39.83	c static restarts          : 49         
39.79/39.83	c full restarts            : 3          
39.79/39.83	c total simplify time      : 0.00       
39.79/39.83	c learnts DL2              : 0          
39.79/39.83	c learnts size 2           : 280        
39.79/39.83	c learnts size 1           : 0           (0.00      % of vars)
39.79/39.83	c filedLit time            : 0.08        (0.21      % time)
39.79/39.83	c v-elim SatELite          : 0           (0.00      % vars)
39.79/39.83	c SatELite time            : 1.06        (2.66      % time)
39.79/39.83	c v-elim xor               : 0           (0.00      % vars)
39.79/39.83	c xor elim time            : 0.01        (0.02      % time)
39.79/39.83	c num binary xor trees     : 0          
39.79/39.83	c binxor trees' crown      : 0           (nan       leafs/tree)
39.79/39.83	c bin xor find time        : 0.00       
39.79/39.83	c OTF clause improved      : 8704        (0.03      clauses/conflict)
39.79/39.83	c OTF impr. size diff      : 8995        (1.03       lits/clause)
39.79/39.83	c OTF cl watch-shrink      : 116299      (0.37      clauses/conflict)
39.79/39.83	c OTF cl watch-sh-lit      : 179987      (1.55       lits/clause)
39.79/39.83	c tried to recurMin cls    : 28037       (8.83       % of conflicts)
39.79/39.83	c updated cache            : 0           (0.00       lits/tried recurMin)
39.79/39.83	c clauses over max glue    : 0           (0.00      % of all clauses)
39.79/39.83	c conflicts                : 317560      (7979.91   / sec)
39.79/39.83	c decisions                : 353971      (0.82      % random)
39.79/39.83	c bogo-props               : 5224511629  (131285794.53 / sec)
39.79/39.83	c conflict literals        : 7953774     (17.99     % deleted)
39.79/39.83	c Memory used              : 55.06       MB
39.79/39.83	c CPU time                 : 39.79       s
39.79/39.83	s SATISFIABLE
39.79/39.83	v -1 -2 -3 -4 5 -6 7 -8 9 -10 11 -12 13 -14 -15 -16 17 -18 -19 -20 -21 -22 -23 24 -25 -26 -27 28 -29 30 31 32 33 -34 -35 -36 37 -38 39 40 41 42 43 44 45 -46 47 -48 49 -50 51 -52 -53 -54 55 -56 -57 -58 -59 60 -61 -62 -63 64 65 -66 67 -68 69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79 80 81 -82 -83 84 85 -86 -87 88 -89 -90 91 -92 93 94 95 96 97 -98 99 100 -101 102 103 -104 -105 -106 107 -108 -109 -110 -111 112 -113 114 -115 -116 -117 -118 -119 120 -121 -122 123 124 125 126 -127 128 -129 -130 131 -132 -133 -134 135 -136 137 138 139 -140 0

Verifier Data

OK

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17284
/proc/meminfo: memFree=25109708/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=29592 CPUtime=0 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 507 0 0 0 0 0 0 0 25 0 1 0 631401249 30302208 448 33554432000 4194304 4580011 140733847147472 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 7398 448 363 95 0 2380 0

[startup+0.104719 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17284
/proc/meminfo: memFree=25109708/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=29880 CPUtime=0.1 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 678 0 0 0 10 0 0 0 25 0 1 0 631401249 30597120 619 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 7470 619 364 95 0 2452 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29880

[startup+0.200705 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17284
/proc/meminfo: memFree=25109708/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=30268 CPUtime=0.19 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 832 0 0 0 19 0 0 0 25 0 1 0 631401249 30994432 641 33554432000 4194304 4580011 140733847147472 18446744073709551615 4322562 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 7567 641 364 95 0 2549 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30268

[startup+0.300687 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17284
/proc/meminfo: memFree=25109708/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=30532 CPUtime=0.29 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 941 0 0 0 29 0 0 0 25 0 1 0 631401249 31264768 750 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 7633 750 364 95 0 2615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30532

[startup+0.700613 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17284
/proc/meminfo: memFree=25109708/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=31036 CPUtime=0.69 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 1304 0 0 0 69 0 0 0 25 0 1 0 631401249 31780864 891 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294563 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 7759 891 364 95 0 2741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31036

[startup+1.50048 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17285
/proc/meminfo: memFree=25098416/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=31716 CPUtime=1.49 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 2002 0 0 0 149 0 0 0 25 0 1 0 631401249 32477184 983 33554432000 4194304 4580011 140733847147472 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 7929 983 365 95 0 2911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31716

[startup+3.10019 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17285
/proc/meminfo: memFree=25066944/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=38140 CPUtime=3.09 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 4395 0 0 0 309 0 0 0 18 0 1 0 631401249 39055360 2575 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 9535 2575 367 95 0 4517 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38140

[startup+6.30062 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17285
/proc/meminfo: memFree=25062440/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=39336 CPUtime=6.29 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 6200 0 0 0 629 0 0 0 25 0 1 0 631401249 40280064 2830 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 9834 2830 367 95 0 4816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39336

[startup+12.7005 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17286
/proc/meminfo: memFree=25027260/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=46056 CPUtime=12.69 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 9937 0 0 0 1268 1 0 0 25 0 1 0 631401249 47161344 4651 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 11514 4651 367 95 0 6496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46056

[startup+25.5002 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17313
/proc/meminfo: memFree=24995116/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=50732 CPUtime=25.49 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 14906 0 0 0 2547 2 0 0 25 0 1 0 631401249 51949568 5560 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 12683 5560 367 95 0 7665 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50732

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

[startup+25.6002 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17313
/proc/meminfo: memFree=24995116/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=50732 CPUtime=25.59 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 14926 0 0 0 2557 2 0 0 25 0 1 0 631401249 51949568 5580 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 12683 5580 367 95 0 7665 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 50732

[startup+32.0111 s]
/proc/loadavg: 4.08 4.04 4.01 5/292 17313
/proc/meminfo: memFree=24961504/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=56240 CPUtime=32 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 17521 0 0 0 3197 3 0 0 25 0 1 0 631401249 57589760 7250 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 14060 7250 367 95 0 9042 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 56240

[startup+35.2005 s]
/proc/loadavg: 4.07 4.03 4.00 5/292 17313
/proc/meminfo: memFree=24963300/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=56312 CPUtime=35.2 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 18456 0 0 0 3517 3 0 0 25 0 1 0 631401249 57663488 7226 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 14078 7226 367 95 0 9060 0
Current children cumulated CPU time (s) 35.2
Current children cumulated vsize (KiB) 56312

[startup+38.4009 s]
/proc/loadavg: 4.07 4.03 4.00 5/292 17313
/proc/meminfo: memFree=24962172/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=56376 CPUtime=38.39 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 19387 0 0 0 3836 3 0 0 25 0 1 0 631401249 57729024 7147 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 14094 7147 367 95 0 9076 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 56376

[startup+39.2008 s]
/proc/loadavg: 4.07 4.03 4.00 5/292 17313
/proc/meminfo: memFree=24960808/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=56376 CPUtime=39.19 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 19494 0 0 0 3916 3 0 0 25 0 1 0 631401249 57729024 7254 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 14094 7254 367 95 0 9076 0
Current children cumulated CPU time (s) 39.19
Current children cumulated vsize (KiB) 56376

[startup+39.6007 s]
/proc/loadavg: 4.07 4.03 4.00 5/292 17313
/proc/meminfo: memFree=24960320/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=56376 CPUtime=39.59 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 19546 0 0 0 3956 3 0 0 25 0 1 0 631401249 57729024 7306 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 14094 7306 367 95 0 9076 0
Current children cumulated CPU time (s) 39.59
Current children cumulated vsize (KiB) 56376

[startup+39.8007 s]
/proc/loadavg: 4.07 4.03 4.00 5/292 17313
/proc/meminfo: memFree=24960320/32951124 swapFree=67057896/67111528
[pid=17284] ppid=17282 vsize=56376 CPUtime=39.79 cores=5,7
/proc/17284/stat : 17284 (strangenight2-s) R 17282 17284 17069 0 -1 4202496 19573 0 0 0 3976 3 0 0 25 0 1 0 631401249 57729024 7333 33554432000 4194304 4580011 140733847147472 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17284/statm: 14094 7333 367 95 0 9076 0
Current children cumulated CPU time (s) 39.79
Current children cumulated vsize (KiB) 56376

Child status: 10
Real time (s): 39.8362
CPU time (s): 39.8329
CPU user time (s): 39.7949
CPU system time (s): 0.037994
CPU usage (%): 99.9919
Max. virtual memory (cumulated for all children) (KiB): 56376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.795
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19593
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= 8
involuntary context switches= 100

runsolver used 0.100984 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 18:17:39
IDJOB=3368192
IDBENCH=83155
IDSOLVER=1845
FILE ID=node140/3368192-1305389859
RUNJOBID= node140-1305388557-17090
PBS_JOBID= 13324405
Free space on /tmp= 73472 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s18527668-sat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368192-1305389859/watcher-3368192-1305389859 -o /tmp/evaluation-result-3368192-1305389859/solver-3368192-1305389859 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368192-1305389859.cnf

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=2093998867

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      25110112 kB
Buffers:        290280 kB
Cached:        3706844 kB
SwapCached:       8056 kB
Active:        4872120 kB
Inactive:      2659052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25110112 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           21756 kB
Writeback:           0 kB
AnonPages:     3530616 kB
Mapped:          24320 kB
Slab:           224652 kB
PageTables:      22484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45658848 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= 73464 MiB
End job on node140 at 2011-05-14 18:18:19