Trace number 3261582

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 TechDemo-Alpha-stSAT 40.2899 40.3016

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-19-sat.cnf
MD5SUM75220eaba7baf977fa730e58b8e41195
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of clauses955
Sum of the clauses size3610
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261582-1303540998.cnf'
0.00/0.00	c -- header says num vars:            190
0.00/0.00	c -- header says num clauses:         955
0.00/0.00	c -- clauses added:            0 learnts,          955 normals,            0 xors
0.00/0.00	c -- vars added        190
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       190       100       855         0      3610         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    190 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  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 Removed useless bin:       0  fixed:     0  bprops:   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 learnt bin added due to v-elim: 0
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:       0 undec:       0 neg:     190
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   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       190       100       855         0      3610         0   no data   no data  --
0.06/0.08	c Decided on static restart strategy
0.19/0.21	c  N dy    21      4098       190       100       855      3982      3610    255237     61.89     23.19  --
0.49/0.50	c  N dy    51      8151       190       100       855      5528      3610    305542     60.69     23.78  --
0.79/0.87	c  N dy    81     12275       190       100       855      5404      3610    271207     61.74     23.48  --
1.19/1.29	c  N dy   110     16281       190       100       855      9304      3610    520470     63.80     23.33  --
1.69/1.79	c  N dy   139     20318       190       100       855      7752      3610    405849     66.76     23.33  --
2.29/2.35	c  N dy   168     24368       190       100       855     11714      3610    657954     60.17     23.21  --
2.89/2.96	c  N dy   198     28455       190       100       855      9055      3610    474951     62.04     23.17  --
3.20/3.20	c  S st   210     30000       190       100       855     10580      3610    567708     59.73     23.22  --
3.20/3.23	c  S st   210     30503       190       100       855     11080      3610    600255     59.73     23.22  --
3.20/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.20/3.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.30/3.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.9M T:  0.14
3.30/3.38	c Calc non-exist non-lernt bins v-fix:     0 done:    190 time:  0.00 s
3.30/3.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.30/3.38	c Subs w/ non-existent bins:      0 time:  0.00 s
3.30/3.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.69/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.37 s
3.69/3.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.59/6.69	c lits-rem:        39  cl-subs:     1146  v-elim:      0  v-fix:    0  time:  2.93 s
6.59/6.69	c learnt bin added due to v-elim: 0
6.59/6.69	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
6.59/6.69	c vivif2 --  cl tried     9934 cl shrink        0 lits rem          0 time: 0.00
6.69/6.77	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.07
6.69/6.77	c calculated reachability. Time: 0.00
6.69/6.77	c  N dy   210     30503       190       100       855      9934      3610    546753     59.73     23.22  --
6.69/6.77	c  F st   210     30503       190       100       855      9934      3610    546753     59.73     23.22  --
6.79/6.88	c Decided on static restart strategy
6.99/7.02	c  N dy   230     34536       190       100       855     13852      3610    805573     60.52     23.35  --
7.29/7.30	c  N dy   259     38537       190       100       855     10046      3610    516572     63.24     23.30  --
7.59/7.67	c  N dy   289     42669       190       100       855     14071      3610    772959     64.11     23.37  --
7.99/8.09	c  S st   312     45756       190       100       855     17090      3610    950333     57.82     23.41  --
8.09/8.15	c  S st   312     46261       190       100       855      8851      3610    409472     57.82     23.41  --
8.09/8.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.09/8.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.19/8.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.9M T:  0.14
8.19/8.30	c Calc non-exist non-lernt bins v-fix:     0 done:    190 time:  0.00 s
8.19/8.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.29/8.30	c Subs w/ non-existent bins:      0 time:  0.00 s
8.29/8.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.49/8.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
8.49/8.53	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.19/9.22	c lits-rem:         3  cl-subs:      263  v-elim:      0  v-fix:    0  time:  0.68 s
9.19/9.22	c learnt bin added due to v-elim: 0
9.19/9.22	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
9.19/9.22	c vivif2 --  cl tried     8588 cl shrink        0 lits rem          0 time: 0.00
9.29/9.30	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.08
9.29/9.30	c calculated reachability. Time: 0.00
9.29/9.30	c  N dy   312     46261       190       100       855      8588      3610    399283     57.82     23.41  --
9.59/9.61	c  N dy   342     50371       190       100       855     12621      3610    663053     65.56     23.42  --
9.99/10.06	c  N dy   372     54464       190       100       855     16615      3610    925558     66.75     23.41  --
10.59/10.68	c  N dy   402     58595       190       100       855     10908      3610    526831     65.76     23.46  --
11.09/11.12	c  N dy   431     62622       190       100       855     14851      3610    781859     65.86     23.43  --
11.69/11.77	c  N dy   461     66747       190       100       855     18899      3610   1046814     61.50     23.50  --
12.29/12.33	c  S st   481     69392       190       100       855     21485      3610   1214995     64.85     23.52  --
12.29/12.39	c  S st   481     69893       190       100       855     11232      3610    535439     64.85     23.52  --
12.29/12.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.29/12.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.59/12.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.9M T:  0.27
12.59/12.66	c Calc non-exist non-lernt bins v-fix:     0 done:    190 time:  0.00 s
12.59/12.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.59/12.67	c Subs w/ non-existent bins:      0 time:  0.00 s
12.59/12.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.99/13.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
12.99/13.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.40/15.47	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
19.29/19.32	c Added 2 vars  tried: 80000 time: 3.85
19.29/19.36	c ORs :      2 avg-s:  0.0 cl-sh:  6497 l-rem:   6497 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.88
19.29/19.36	c lits-rem:        11  cl-subs:      367  v-elim:      0  v-fix:    0  time:  6.36 s
19.29/19.36	c learnt bin added due to v-elim: 0
19.29/19.36	c vivif2 --  cl tried      102 cl shrink        0 lits rem          0 time: 0.00
19.29/19.36	c vivif2 --  cl tried    10865 cl shrink        0 lits rem          0 time: 0.00
19.39/19.40	c asymm  cl-useful: 0/102/102 lits-rem:0 time: 0.04
19.39/19.41	c calculated reachability. Time: 0.00
19.39/19.41	c  N dy   481     69893       192       102       859     10865      3604    514549     64.85     23.52  --
19.39/19.41	c  F st   481     69893       192       102       859     10865      3604    514549     64.85     23.52  --
19.49/19.54	c Decided on static restart strategy
19.70/19.77	c  N dy   505     74466       192       102       859     15274      3604    810820     73.98     23.57  --
20.39/20.45	c  N dy   539     79283       192       102       859     19856      3604   1124459     63.92     23.67  --
21.19/21.24	c  N dy   575     84407       192       102       859     13172      3604    641984     65.70     23.78  --
21.79/21.86	c  N dy   614     89915       192       102       859     18501      3604    999712     70.71     23.81  --
22.89/22.91	c  N dy   656     95755       192       102       859     24157      3604   1366438     67.77     23.86  --
23.69/23.73	c  N dy   700    101973       192       102       859     17617      3604    909394     62.93     23.94  --
24.20/24.21	c  S st   721    104842       192       102       859     20333      3604   1082722     67.65     23.97  --
24.20/24.26	c  S st   721    105348       192       102       859     20831      3604   1113982     67.65     23.97  --
24.20/24.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.20/24.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.99/25.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 31.2M T:  0.73
24.99/25.00	c Calc non-exist non-lernt bins v-fix:     0 done:    192 time:  0.00 s
24.99/25.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.99/25.01	c Subs w/ non-existent bins:      0 time:  0.01 s
24.99/25.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.69/25.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.72 s
25.69/25.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
29.49/29.50	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
36.09/36.16	c Added 2 vars  tried: 80000 time: 6.66
36.30/36.34	c ORs :      2 avg-s:  0.0 cl-sh: 15443 l-rem:  15443 b-add:      4 v-rep:   0 cl-rem: 2 avg s: 25.5 T:    6.84
36.30/36.35	c lits-rem:        59  cl-subs:     2960  v-elim:      2  v-fix:    0  time: 10.61 s
36.30/36.35	c learnt bin added due to v-elim: 0
36.30/36.35	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
36.30/36.36	c vivif2 --  cl tried    17869 cl shrink        0 lits rem          0 time: 0.01
36.30/36.39	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.04
36.30/36.39	c calculated reachability. Time: 0.00
36.30/36.39	c  N dy   721    105348       192       120       843     17869      3606    922699     67.65     23.97  --
36.89/36.95	c  N dy   770    112157       192       120       843     24534      3606   1351885     64.99     23.97  --
37.49/37.58	c  N dy   822    119335       192       120       843     18049      3606    895996     63.69     23.92  --
38.40/38.46	c  N dy   878    127081       192       120       843     25630      3606   1373298     63.81     23.86  --
39.39/39.49	c  N dy   937    135217       192       120       843     19011      3606    903694     61.48     23.82  --
40.19/40.28	c  E dy   985    141865         0       120       843     25521      3606   1311431     60.59     23.76  --
40.19/40.28	c Verified 120 clauses.
40.19/40.28	c Solution needs extension. Extending.
40.19/40.29	c Verified 120 clauses.
40.19/40.29	c num threads              : 1          
40.19/40.29	c restarts                 : 985        
40.19/40.29	c dynamic restarts         : 967        
40.19/40.29	c static restarts          : 18         
40.19/40.29	c full restarts            : 2          
40.19/40.29	c total simplify time      : 0.00       
40.19/40.29	c learnts DL2              : 0          
40.19/40.29	c learnts size 2           : 863        
40.19/40.29	c learnts size 1           : 0           (0.00      % of vars)
40.19/40.29	c filedLit time            : 1.29        (3.20      % time)
40.19/40.29	c v-elim SatELite          : 2           (1.03      % vars)
40.19/40.29	c SatELite time            : 20.55       (51.05     % time)
40.19/40.29	c v-elim xor               : 0           (0.00      % vars)
40.19/40.29	c xor elim time            : 0.00        (0.01      % time)
40.19/40.29	c num binary xor trees     : 0          
40.19/40.29	c binxor trees' crown      : 0           (nan       leafs/tree)
40.19/40.29	c bin xor find time        : 0.00       
40.19/40.29	c OTF clause subsumed      : 3663        (0.03      clauses/conflict)
40.19/40.29	c OTF subs. size diff      : 3739        (1.02       lits/clause)
40.19/40.29	c OTF cl watch-shrink      : 54947       (0.39      clauses/conflict)
40.19/40.29	c OTF cl watch-sh-lit      : 103811      (1.89       lits/clause)
40.19/40.29	c tried to recurMin cls    : 141865      (100.00     % of conflicts)
40.19/40.29	c updated cache            : 8           (0.00       lits/tried recurMin)
40.19/40.29	c OTF Gate-Rem cl          : 3           (0.00      clauses/conflict)
40.19/40.29	c OTF Gate-rem lits        : 3           (1.00      lits/confl)
40.19/40.29	c clauses over max glue    : 0           (0.00      % of all clauses)
40.19/40.29	c conflicts                : 141865      (3523.64   / sec)
40.19/40.29	c decisions                : 198571      (0.60      % random)
40.19/40.29	c bogo-props               : 925786248   (22994685.44 / sec)
40.19/40.29	c props                    : 3844418     (95487.68  / sec)
40.19/40.29	c conflict literals        : 9154764     (8.46      % deleted)
40.19/40.29	c Memory used              : 143.29      MB
40.19/40.30	c CPU time                 : 40.26       s
40.19/40.30	s SATISFIABLE
40.19/40.30	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 -141 -142 -143 -144 -145 -146 -147 -148 149 -150 -151 152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 163 -164 -165 -166 -167 -168 -169 -170 171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 182 -183 -184 -185 -186 -187 -188 -189 -190 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3261582-1303540998/watcher-3261582-1303540998 -o /tmp/evaluation-result-3261582-1303540998/solver-3261582-1303540998 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3261582-1303540998.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: 3.90 3.93 3.00 4/189 28862
/proc/meminfo: memFree=16538252/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=127228 CPUtime=0 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 569 0 0 0 0 0 0 0 18 0 1 0 465700284 130281472 503 33554432000 4194304 4797429 140736420635056 18446744073709551615 244446641816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 31807 504 404 148 0 26736 0

[startup+0.0672521 s]
/proc/loadavg: 3.90 3.93 3.00 4/189 28862
/proc/meminfo: memFree=16538252/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=127360 CPUtime=0.06 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 733 0 0 0 6 0 0 0 18 0 1 0 465700284 130416640 667 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424670 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 31840 667 404 148 0 26769 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 127360

[startup+0.100239 s]
/proc/loadavg: 3.90 3.93 3.00 4/189 28862
/proc/meminfo: memFree=16538252/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=127492 CPUtime=0.09 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 795 0 0 0 9 0 0 0 18 0 1 0 465700284 130551808 729 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 31873 729 406 148 0 26802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127492

[startup+0.300217 s]
/proc/loadavg: 3.90 3.93 3.00 4/189 28862
/proc/meminfo: memFree=16538252/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=128756 CPUtime=0.29 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 1246 0 0 0 29 0 0 0 18 0 1 0 465700284 131846144 861 33554432000 4194304 4797429 140736420635056 18446744073709551615 4351897 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 32189 861 406 148 0 27118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128756

[startup+0.701146 s]
/proc/loadavg: 3.90 3.93 3.00 4/189 28862
/proc/meminfo: memFree=16538252/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=129024 CPUtime=0.69 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 1652 0 0 0 69 0 0 0 18 0 1 0 465700284 132120576 1262 33554432000 4194304 4797429 140736420635056 18446744073709551615 4425064 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 32256 1262 406 148 0 27185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129024

[startup+1.50095 s]
/proc/loadavg: 3.90 3.93 3.00 5/190 28863
/proc/meminfo: memFree=16530308/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=130140 CPUtime=1.49 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 2487 0 0 0 149 0 0 0 20 0 1 0 465700284 133263360 1601 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 32535 1601 406 148 0 27464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130140

[startup+3.10066 s]
/proc/loadavg: 3.90 3.93 3.00 5/190 28863
/proc/meminfo: memFree=16522204/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=131840 CPUtime=3.09 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 4091 0 0 0 309 0 0 0 25 0 1 0 465700284 135004160 1784 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 32960 1784 406 148 0 27889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131840

[startup+6.30111 s]
/proc/loadavg: 3.91 3.93 3.00 5/190 28864
/proc/meminfo: memFree=16502364/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=135500 CPUtime=6.29 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 5077 0 0 0 629 0 0 0 25 0 1 0 465700284 138752000 2769 33554432000 4194304 4797429 140736420635056 18446744073709551615 4524576 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 33875 2769 410 148 0 28804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135500

[startup+12.7009 s]
/proc/loadavg: 3.91 3.93 3.01 5/190 28864
/proc/meminfo: memFree=16487776/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=139140 CPUtime=12.69 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 10014 0 0 0 1268 1 0 0 25 0 1 0 465700284 142479360 3325 33554432000 4194304 4797429 140736420635056 18446744073709551615 4519880 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 34785 3325 411 148 0 29714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139140

[startup+25.5005 s]
/proc/loadavg: 4.01 3.95 3.03 5/190 28864
/proc/meminfo: memFree=16477108/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=144976 CPUtime=25.49 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 14776 0 0 0 2547 2 0 0 25 0 1 0 465700284 148455424 5190 33554432000 4194304 4797429 140736420635056 18446744073709551615 4520392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 36244 5190 415 148 0 31173 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144976

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

[startup+31.9074 s]
/proc/loadavg: 4.00 3.95 3.03 5/190 28864
/proc/meminfo: memFree=16474864/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=145648 CPUtime=31.9 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 14932 0 0 0 3188 2 0 0 25 0 1 0 465700284 149143552 5346 33554432000 4194304 4797429 140736420635056 18446744073709551615 4535277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 36412 5346 415 148 0 31341 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (KiB) 145648

[startup+35.1008 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 28865
/proc/meminfo: memFree=16460604/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=146544 CPUtime=35.1 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 15072 0 0 0 3508 2 0 0 25 0 1 0 465700284 150061056 5486 33554432000 4194304 4797429 140736420635056 18446744073709551615 4495525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 36636 5486 415 148 0 31565 0
Current children cumulated CPU time (s) 35.1
Current children cumulated vsize (KiB) 146544

[startup+38.3012 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 28865
/proc/meminfo: memFree=16461996/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=146724 CPUtime=38.29 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 17025 0 0 0 3827 2 0 0 25 0 1 0 465700284 150245376 5692 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 36681 5692 415 148 0 31610 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 146724

[startup+39.101 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 28865
/proc/meminfo: memFree=16455176/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=146728 CPUtime=39.09 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 18036 0 0 0 3907 2 0 0 25 0 1 0 465700284 150249472 5071 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 36682 5071 415 148 0 31611 0
Current children cumulated CPU time (s) 39.09
Current children cumulated vsize (KiB) 146728

[startup+39.9009 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 28865
/proc/meminfo: memFree=16457036/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=146728 CPUtime=39.89 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202496 18533 0 0 0 3987 2 0 0 25 0 1 0 465700284 150249472 5561 33554432000 4194304 4797429 140736420635056 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28862/statm: 36682 5561 415 148 0 31611 0
Current children cumulated CPU time (s) 39.89
Current children cumulated vsize (KiB) 146728

[startup+40.3008 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 28865
/proc/meminfo: memFree=16457036/32951124 swapFree=67111528/67111528
[pid=28862] ppid=28860 vsize=0 CPUtime=40.28 cores=4,6
/proc/28862/stat : 28862 (techdemo) R 28860 28862 28630 0 -1 4202500 18732 0 0 0 4026 2 0 0 25 0 1 0 465700284 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28862/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.28
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 40.3016
CPU time (s): 40.2899
CPU user time (s): 40.2609
CPU system time (s): 0.028995
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 245752

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

runsolver used 0.071989 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-23 08:43:18
IDJOB=3261582
IDBENCH=83235
IDSOLVER=1585
FILE ID=node105/3261582-1303540998
RUNJOBID= node105-1303539689-28649
PBS_JOBID= 13143133
Free space on /tmp= 71732 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-19-sat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261582-1303540998/watcher-3261582-1303540998 -o /tmp/evaluation-result-3261582-1303540998/solver-3261582-1303540998 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3261582-1303540998.cnf

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

MD5SUM BENCH= 75220eaba7baf977fa730e58b8e41195
RANDOM SEED=1040687801

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16538532 kB
Buffers:       2267924 kB
Cached:       13421588 kB
SwapCached:          0 kB
Active:        8398076 kB
Inactive:      7449044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16538532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24352 kB
Writeback:           0 kB
AnonPages:      156620 kB
Mapped:          16572 kB
Slab:           501144 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   664520 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= 71728 MiB
End job on node105 at 2011-04-23 08:43:59