Trace number 3261758

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 22.6206 22.6319

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-9-17-sat.cnf
MD5SUM4c14c75b1475700b62c822dfa7b5d924
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002998
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of clauses693
Sum of the clauses size2601
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2612
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 581

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-3261758-1303541018.cnf'
0.00/0.00	c -- header says num vars:            153
0.00/0.00	c -- header says num clauses:         693
0.00/0.00	c -- clauses added:            0 learnts,          693 normals,            0 xors
0.00/0.00	c -- vars added        153
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       153        81       612         0      2601         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/81/81 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:    153 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:     153
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       153        81       612         0      2601         0   no data   no data  --
0.01/0.07	c Decided on static restart strategy
0.19/0.23	c  N dy    21      4149       153        81       612      3944      2601    253032     67.55     22.26  --
0.59/0.61	c  N dy    50      8274       153        81       612      5462      2601    343900     65.28     22.75  --
1.10/1.11	c  N dy    78     12326       153        81       612      5252      2601    322691     64.91     22.58  --
1.59/1.65	c  N dy   106     16434       153        81       612      9065      2601    580358     67.34     22.55  --
2.09/2.13	c  N dy   135     20499       153        81       612      7635      2601    465784     66.50     22.35  --
2.69/2.71	c  N dy   163     24524       153        81       612     11425      2601    708755     62.15     22.38  --
3.19/3.26	c  N dy   192     28625       153        81       612      8897      2601    527449     64.53     22.69  --
3.49/3.50	c  S st   202     30002       153        81       612     10196      2601    610978     65.19     22.84  --
3.49/3.52	c  S st   202     30504       153        81       612     10691      2601    637608     65.19     22.84  --
3.49/3.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.59/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.11
3.59/3.64	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
3.59/3.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.59/3.64	c Subs w/ non-existent bins:      0 time:  0.00 s
3.59/3.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
3.99/4.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.29/6.31	c lits-rem:       554  cl-subs:     1218  v-elim:      0  v-fix:    0  time:  2.25 s
6.29/6.31	c learnt bin added due to v-elim: 0
6.29/6.31	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
6.29/6.32	c vivif2 --  cl tried     9473 cl shrink        0 lits rem          0 time: 0.00
6.29/6.33	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
6.29/6.33	c calculated reachability. Time: 0.00
6.29/6.33	c  N dy   202     30504       153        81       612      9473      2601    569281     65.19     22.84  --
6.29/6.33	c  F st   202     30504       153        81       612      9473      2601    569281     65.19     22.84  --
6.39/6.44	c Decided on static restart strategy
6.49/6.60	c  N dy   221     34508       153        81       612     13082      2601    821595     73.78     22.88  --
6.89/6.97	c  N dy   249     38624       153        81       612      9463      2601    577469     71.66     23.06  --
7.39/7.40	c  N dy   276     42690       153        81       612     13027      2601    834534     72.53     23.14  --
7.89/7.97	c  S st   297     45758       153        81       612     15720      2601   1022438     70.04     23.34  --
7.99/8.05	c  S st   297     46262       153        81       612      8130      2601    479967     70.04     23.34  --
7.99/8.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.99/8.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.11
8.09/8.16	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
8.09/8.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.16	c Subs w/ non-existent bins:      0 time:  0.00 s
8.09/8.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/8.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.33 s
8.39/8.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.09/9.17	c lits-rem:       192  cl-subs:      222  v-elim:      0  v-fix:    0  time:  0.68 s
9.09/9.17	c learnt bin added due to v-elim: 0
9.09/9.17	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
9.09/9.18	c vivif2 --  cl tried     7908 cl shrink        0 lits rem          0 time: 0.00
9.19/9.22	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.04
9.19/9.22	c calculated reachability. Time: 0.00
9.19/9.22	c  N dy   297     46262       153        81       612      7908      2601    465838     70.04     23.34  --
9.39/9.47	c  N dy   326     50296       153        81       612     11771      2601    717162     74.75     23.26  --
9.99/10.01	c  N dy   354     54347       153        81       612     15550      2601    996823     76.69     23.25  --
10.49/10.59	c  N dy   383     58454       153        81       612     10222      2601    588459     61.50     23.18  --
10.89/11.00	c  N dy   411     62522       153        81       612     14089      2601    839103     60.92     23.15  --
11.59/11.61	c  N dy   440     66641       153        81       612     18046      2601   1084725     63.67     23.03  --
12.19/12.27	c  S st   460     69395       153        81       612     20652      2601   1244718     63.66     22.98  --
12.29/12.33	c  S st   460     69902       153        81       612     10803      2601    598525     63.66     22.98  --
12.29/12.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.29/12.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.49/12.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.1M T:  0.22
12.49/12.54	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
12.49/12.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.49/12.55	c Subs w/ non-existent bins:      0 time:  0.00 s
12.49/12.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
12.89/12.98	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.30/15.32	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
20.09/20.16	c Added 2 vars  tried: 68080 time: 4.83
20.19/20.26	c ORs :      2 avg-s:  0.0 cl-sh: 11491 l-rem:  11491 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    4.93
20.19/20.26	c lits-rem:        46  cl-subs:      388  v-elim:      0  v-fix:    0  time:  7.28 s
20.19/20.26	c learnt bin added due to v-elim: 0
20.19/20.26	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
20.19/20.27	c vivif2 --  cl tried    10415 cl shrink        0 lits rem          0 time: 0.00
20.19/20.29	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.02
20.19/20.29	c calculated reachability. Time: 0.00
20.19/20.29	c  N dy   460     69902       155        83       616     10415      2597    569613     63.66     22.98  --
20.19/20.29	c  F st   460     69902       155        83       616     10415      2597    569613     63.66     22.98  --
20.29/20.39	c Decided on static restart strategy
20.49/20.54	c  N dy   484     74458       155        83       616     14832      2597    813463     50.39     22.88  --
20.99/21.07	c  N dy   519     79262       155        83       616     19526      2597   1072250     56.49     22.72  --
21.69/21.71	c  N dy   556     84353       155        83       616     13012      2597    649793     53.43     22.58  --
22.19/22.28	c  N dy   596     89830       155        83       616     18352      2597    939049     53.35     22.51  --
22.59/22.61	c  E dy   614     92260         0        83       616     20724      2597   1065389     52.09     22.45  --
22.59/22.63	c Verified 83 clauses.
22.59/22.63	c Verified 83 clauses.
22.59/22.63	c num threads              : 1          
22.59/22.63	c restarts                 : 614        
22.59/22.63	c dynamic restarts         : 596        
22.59/22.63	c static restarts          : 18         
22.59/22.63	c full restarts            : 2          
22.59/22.63	c total simplify time      : 0.00       
22.59/22.63	c learnts DL2              : 0          
22.59/22.63	c learnts size 2           : 616        
22.59/22.63	c learnts size 1           : 0           (0.00      % of vars)
22.59/22.63	c filedLit time            : 0.44        (1.95      % time)
22.59/22.63	c v-elim SatELite          : 0           (0.00      % vars)
22.59/22.63	c SatELite time            : 10.20       (45.14     % time)
22.59/22.63	c v-elim xor               : 0           (0.00      % vars)
22.59/22.63	c xor elim time            : 0.00        (0.02      % time)
22.59/22.63	c num binary xor trees     : 0          
22.59/22.63	c binxor trees' crown      : 0           (nan       leafs/tree)
22.59/22.63	c bin xor find time        : 0.00       
22.59/22.63	c OTF clause subsumed      : 5146        (0.06      clauses/conflict)
22.59/22.63	c OTF subs. size diff      : 5273        (1.02       lits/clause)
22.59/22.63	c OTF cl watch-shrink      : 36413       (0.39      clauses/conflict)
22.59/22.63	c OTF cl watch-sh-lit      : 76768       (2.11       lits/clause)
22.59/22.63	c tried to recurMin cls    : 92260       (100.00     % of conflicts)
22.59/22.63	c updated cache            : 4           (0.00       lits/tried recurMin)
22.59/22.63	c OTF Gate-Rem cl          : 0           (0.00      clauses/conflict)
22.59/22.63	c OTF Gate-rem lits        : 0           (nan       lits/confl)
22.59/22.63	c clauses over max glue    : 0           (0.00      % of all clauses)
22.59/22.63	c conflicts                : 92260       (4084.55   / sec)
22.59/22.63	c decisions                : 124470      (0.73      % random)
22.59/22.63	c bogo-props               : 559000102   (24748133.64 / sec)
22.59/22.63	c props                    : 2197040     (97267.67  / sec)
22.59/22.63	c conflict literals        : 5879512     (8.57      % deleted)
22.59/22.63	c Memory used              : 139.00      MB
22.59/22.63	c CPU time                 : 22.59       s
22.59/22.63	s SATISFIABLE
22.59/22.63	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 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-3261758-1303541018/watcher-3261758-1303541018 -o /tmp/evaluation-result-3261758-1303541018/solver-3261758-1303541018 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3261758-1303541018.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.82 3.92 3.00 5/189 30026
/proc/meminfo: memFree=15435744/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=127228 CPUtime=0 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 563 0 0 0 0 0 0 0 25 0 1 0 465704416 130281472 499 33554432000 4194304 4797429 140736008189664 18446744073709551615 216634212030 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 31807 499 404 148 0 26736 0

[startup+0.020461 s]
/proc/loadavg: 3.82 3.92 3.00 5/189 30026
/proc/meminfo: memFree=15435744/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=127228 CPUtime=0.01 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 604 0 0 0 1 0 0 0 25 0 1 0 465704416 130281472 540 33554432000 4194304 4797429 140736008189664 18446744073709551615 4379220 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 31807 540 404 148 0 26736 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 127228

[startup+0.100445 s]
/proc/loadavg: 3.82 3.92 3.00 5/189 30026
/proc/meminfo: memFree=15435744/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=127496 CPUtime=0.09 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 795 0 0 0 9 0 0 0 25 0 1 0 465704416 130555904 729 33554432000 4194304 4797429 140736008189664 18446744073709551615 4391326 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 31874 729 406 148 0 26803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127496

[startup+0.300438 s]
/proc/loadavg: 3.82 3.92 3.00 5/189 30026
/proc/meminfo: memFree=15435744/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=128320 CPUtime=0.29 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 1154 0 0 0 29 0 0 0 25 0 1 0 465704416 131399680 1086 33554432000 4194304 4797429 140736008189664 18446744073709551615 4389741 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 32080 1086 406 148 0 27009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128320

[startup+0.700367 s]
/proc/loadavg: 3.82 3.92 3.00 5/189 30026
/proc/meminfo: memFree=15435744/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=129888 CPUtime=0.69 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 1748 0 0 0 69 0 0 0 25 0 1 0 465704416 133005312 1362 33554432000 4194304 4797429 140736008189664 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 32472 1362 406 148 0 27401 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129888

[startup+1.5002 s]
/proc/loadavg: 3.82 3.92 3.00 5/190 30027
/proc/meminfo: memFree=15431148/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=131632 CPUtime=1.49 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 2691 0 0 0 149 0 0 0 25 0 1 0 465704416 134791168 1774 33554432000 4194304 4797429 140736008189664 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 32908 1774 406 148 0 27837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131632

[startup+3.10095 s]
/proc/loadavg: 3.82 3.92 3.00 5/190 30027
/proc/meminfo: memFree=15428792/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=134068 CPUtime=3.09 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 4515 0 0 0 309 0 0 0 25 0 1 0 465704416 137285632 2108 33554432000 4194304 4797429 140736008189664 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 33517 2108 406 148 0 28446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134068

[startup+6.30038 s]
/proc/loadavg: 3.83 3.92 3.01 5/190 30028
/proc/meminfo: memFree=15421460/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=137900 CPUtime=6.29 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 5644 0 0 0 629 0 0 0 25 0 1 0 465704416 141209600 3235 33554432000 4194304 4797429 140736008189664 18446744073709551615 4524576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 34475 3235 410 148 0 29404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137900

[startup+12.7003 s]
/proc/loadavg: 3.85 3.92 3.01 5/190 30028
/proc/meminfo: memFree=15404008/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=141164 CPUtime=12.69 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 10747 0 0 0 1267 2 0 0 25 0 1 0 465704416 144551936 3750 33554432000 4194304 4797429 140736008189664 18446744073709551615 4520291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35291 3750 411 148 0 30220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 141164

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

[startup+19.1011 s]
/proc/loadavg: 3.87 3.92 3.02 5/190 30028
/proc/meminfo: memFree=15405108/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=141776 CPUtime=19.09 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 10877 0 0 0 1907 2 0 0 25 0 1 0 465704416 145178624 3880 33554432000 4194304 4797429 140736008189664 18446744073709551615 4495559 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35444 3880 414 148 0 30373 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 141776

[startup+20.7008 s]
/proc/loadavg: 3.87 3.92 3.02 5/190 30028
/proc/meminfo: memFree=15404612/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=142288 CPUtime=20.69 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 11300 0 0 0 2067 2 0 0 25 0 1 0 465704416 145702912 4300 33554432000 4194304 4797429 140736008189664 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35572 4300 415 148 0 30501 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 142288

[startup+21.5007 s]
/proc/loadavg: 3.87 3.92 3.02 5/190 30028
/proc/meminfo: memFree=15402748/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=142288 CPUtime=21.49 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 11642 0 0 0 2146 3 0 0 25 0 1 0 465704416 145702912 4638 33554432000 4194304 4797429 140736008189664 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35572 4638 415 148 0 30501 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 142288

[startup+22.3006 s]
/proc/loadavg: 3.87 3.92 3.02 5/190 30028
/proc/meminfo: memFree=15403492/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=142332 CPUtime=22.29 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 12643 0 0 0 2226 3 0 0 25 0 1 0 465704416 145747968 4323 33554432000 4194304 4797429 140736008189664 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35583 4323 415 148 0 30512 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 142332

[startup+22.5005 s]
/proc/loadavg: 3.87 3.92 3.02 5/190 30028
/proc/meminfo: memFree=15403492/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=142332 CPUtime=22.49 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 12731 0 0 0 2246 3 0 0 25 0 1 0 465704416 145747968 4410 33554432000 4194304 4797429 140736008189664 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35583 4410 415 148 0 30512 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 142332

[startup+22.6005 s]
/proc/loadavg: 3.87 3.92 3.02 5/190 30028
/proc/meminfo: memFree=15403492/32951124 swapFree=67111528/67111528
[pid=30026] ppid=30024 vsize=142332 CPUtime=22.59 cores=0,2
/proc/30026/stat : 30026 (techdemo) R 30024 30026 29739 0 -1 4202496 12758 0 0 0 2256 3 0 0 25 0 1 0 465704416 145747968 4437 33554432000 4194304 4797429 140736008189664 18446744073709551615 4425021 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30026/statm: 35583 4437 415 148 0 30512 0
Current children cumulated CPU time (s) 22.59
Current children cumulated vsize (KiB) 142332

Child status: 10
Real time (s): 22.6319
CPU time (s): 22.6206
CPU user time (s): 22.5876
CPU system time (s): 0.032994
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 249224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5876
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12779
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= 6
involuntary context switches= 34

runsolver used 0.040993 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-23 08:43:38
IDJOB=3261758
IDBENCH=83242
IDSOLVER=1585
FILE ID=node103/3261758-1303541018
RUNJOBID= node103-1303539689-29757
PBS_JOBID= 13143135
Free space on /tmp= 71072 MiB

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

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

MD5SUM BENCH= 4c14c75b1475700b62c822dfa7b5d924
RANDOM SEED=1076346655

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      15435900 kB
Buffers:       2146064 kB
Cached:       14575152 kB
SwapCached:          0 kB
Active:       10421060 kB
Inactive:      6519608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15435900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23972 kB
Writeback:           0 kB
AnonPages:      218920 kB
Mapped:          16536 kB
Slab:           511548 kB
PageTables:       5728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   712700 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= 71064 MiB
End job on node103 at 2011-04-23 08:44:01