Trace number 3368107

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)UNSAT 12.2331 12.2328

General information on the benchmark

NameSAT05/crafted/sorge05/QG6/
dead-dnd002.shuffled-as.sat05-2713.cnf
MD5SUM53d311456c8e25005c572fec79acd092
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.0082
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368107-1305395237.cnf'
0.00/0.01	c -- header says num vars:           1339
0.00/0.01	c -- header says num clauses:        7095
0.00/0.01	c -- clauses added:            0 learnts,         7095 normals,            0 xors
0.00/0.01	c -- vars added       1339
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1339      6278       547         0     59036         0   no data   no data
0.09/0.10	c asymm  cl-useful: 441/5646/5646 lits-rem:557 time: 0.02
0.09/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.10	c bin-w-bin subsume rem          511 bins  time:  0.00 s
0.09/0.10	c subs with bin:       27  lits-rem:         4  v-fix:    0  time:  0.00 s
0.09/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1297 time:  0.00 s
0.09/0.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.09/0.10	c lits-rem:      2763  cl-subs:     2184  v-elim:    124  v-fix:    0  time:  0.03 s
0.09/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.10	c calculated reachability. Time: 0.00
0.09/0.10	c Calc default polars -  time:   0.00 s pos:     291 undec:     785 neg:     263
0.09/0.10	c =========================================================================================
0.09/0.10	c types(t): F = full restart, N = normal restart
0.09/0.10	c types(t): S = simplification begin/end, E = solution found
0.09/0.10	c restart types(rt): st = static, dy = dynamic
0.09/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.10	c  B st     0         0      1173      3342       552         0     31412         0   no data   no data
0.09/0.14	c  N dy    19      4214      1173      3342       560      4140     31411     72520      8.33      9.05
0.19/0.24	c  N dy    47      8351      1173      3342       575      5753     31411     77183      8.42      8.97
0.29/0.38	c  N dy    78     12398      1173      3342       590      5551     31411     59658      8.61      9.20
0.49/0.55	c  N dy   109     16473      1173      3342       608      9563     31411    134210      8.76     11.07
0.69/0.71	c  N dy   138     20493      1173      3342       619      7984     31408     87038      8.90      9.54
0.79/0.89	c  N dy   170     24542      1173      3342       630     11976     31407    162221      9.01     11.38
0.89/0.92	c  F st   175     25001      1173      3342       633     12422     31407    170890      9.03   no data
1.10/1.14	c  N dy   181     30000      1173      3342       635     10629     31405    133491      9.03   no data
1.10/1.14	c  S st   181     30000      1173      3342       635     10629     31405    133491      9.03   no data
1.10/1.17	c  S st   181     30501      1173      3342       638     11119     31405    141742      9.03   no data
1.10/1.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.10/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
1.10/1.18	c blocked clauses removed:       17 vars:     43 tried:        1173 T: 0.00 s
1.10/1.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/1.18	c subs with bin:       11  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/1.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1130 time:  0.00 s
1.10/1.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.10/1.18	c lits-rem:        16  cl-subs:       19  v-elim:      5  v-fix:    0  time:  0.00 s
1.19/1.21	c subs with bin:      506  lits-rem:       463  v-fix:    0  time:  0.02 s
1.19/1.28	c lits-rem:       612  cl-subs:      688  v-elim:      0  v-fix:    0  time:  0.07 s
1.29/1.32	c asymm  cl-useful: 20/3291/3291 lits-rem:21 time: 0.04
1.29/1.32	c calculated reachability. Time: 0.00
1.29/1.32	c  N dy   181     30501      1125      3291       637      9924     31038    130227      9.03   no data
1.49/1.56	c  N dy   210     34998      1125      3291       645     14347     31037    213562      9.14      9.67
1.69/1.76	c  N dy   247     39034      1125      3291       651     10566     31037    117221      9.30      9.93
1.79/1.89	c Finding binary XORs  T:     0.00 s  found:       0
1.89/1.99	c  N dy   283     43043      1125      3291       661     14519     31036    202656      9.47     10.66
2.09/2.17	c  S st   292     45752      1125      3291       664     17183     31036    250518      9.42      7.78
2.20/2.22	c  S st   292     46252      1125      3291       667      8870     31036     68133      9.42   no data
2.20/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.20/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
2.20/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.20/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.23	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1125 time:  0.00 s
2.20/2.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.20/2.23	c lits-rem:         6  cl-subs:       12  v-elim:      3  v-fix:    0  time:  0.00 s
2.20/2.24	c subs with bin:      212  lits-rem:        27  v-fix:    0  time:  0.01 s
2.20/2.25	c lits-rem:       123  cl-subs:      226  v-elim:      0  v-fix:    0  time:  0.01 s
2.20/2.25	c vivif2 --  cl tried     3272 cl shrink        0 lits rem          0 time: 0.00
2.20/2.25	c vivif2 --  cl tried     8434 cl shrink        0 lits rem          0 time: 0.00
2.20/2.28	c asymm  cl-useful: 20/3272/3272 lits-rem:22 time: 0.03
2.20/2.28	c calculated reachability. Time: 0.00
2.20/2.28	c  N dy   292     46252      1122      3272       668      8434     30834     65590      9.42   no data
2.49/2.53	c  N dy   294     51520      1122      3272       674     13531     30833    141025      9.16      9.67
2.69/2.79	c  N dy   332     55651      1122      3272       678     17610     30833    229868      9.31      9.96
2.99/3.07	c  N dy   370     59661      1122      3272       686     11779     30833    118278      9.45     10.62
3.30/3.38	c  N dy   399     64460      1122      3272       701     16485     30832    209845      9.47     10.06
3.69/3.73	c  N dy   414     69378      1122      3272       712     21270     30832    295104      9.42      8.13
3.69/3.73	c  S st   414     69378      1122      3272       712     21270     30832    295104      9.42      8.13
3.69/3.78	c  S st   414     69879      1122      3272       713     11010     30832     85456      9.42   no data
3.69/3.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.69/3.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.69/3.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.69/3.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.69/3.78	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1122 time:  0.00 s
3.69/3.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.69/3.79	c lits-rem:        15  cl-subs:       12  v-elim:      4  v-fix:    0  time:  0.00 s
3.79/3.80	c subs with bin:      427  lits-rem:        77  v-fix:    0  time:  0.01 s
3.79/3.81	c lits-rem:       224  cl-subs:      340  v-elim:      0  v-fix:    0  time:  0.01 s
3.79/3.81	c vivif2 --  cl tried     3250 cl shrink        0 lits rem          0 time: 0.00
3.79/3.81	c vivif2 --  cl tried    10247 cl shrink        0 lits rem          0 time: 0.00
3.79/3.85	c asymm  cl-useful: 58/3250/3250 lits-rem:73 time: 0.03
3.79/3.85	c calculated reachability. Time: 0.00
3.79/3.85	c  N dy   414     69879      1118      3248       716     10247     30536     81114      9.42   no data
4.49/4.59	c  N dy   418     80837      1118      3248       728     20839     30536    236730      9.13      9.74
4.49/4.59	c Finding binary XORs  T:     0.00 s  found:       0
4.89/4.95	c  N dy   447     86068      1118      3248       732     14272     30536    131810      9.15     11.55
4.99/5.03	c  F st   457     87500      1118      3248       736     15674     30536    158875      9.16   no data
5.29/5.35	c  N dy   463     92692      1118      3248       745     20767     30535    257808      9.16   no data
5.69/5.79	c  N dy   485     98734      1118      3248       759     13975     30534    113044      9.12      9.61
6.09/6.18	c  S st   521    104821      1118      3248       774     19930     30533    225961      9.15      7.30
6.19/6.22	c  S st   521    105325      1118      3248       776     20421     30533    234676      9.15   no data
6.19/6.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
6.19/6.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.23	c bin-w-bin subsume rem            1 bins  time:  0.00 s
6.19/6.23	c subs with bin:        4  lits-rem:        16  v-fix:    0  time:  0.00 s
6.19/6.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1118 time:  0.00 s
6.19/6.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.19/6.24	c lits-rem:        20  cl-subs:       34  v-elim:     19  v-fix:    0  time:  0.01 s
6.19/6.29	c subs with bin:      713  lits-rem:       623  v-fix:    0  time:  0.04 s
6.39/6.40	c lits-rem:      1208  cl-subs:     1397  v-elim:      0  v-fix:    0  time:  0.11 s
6.39/6.40	c vivif2 --  cl tried     3160 cl shrink        0 lits rem          0 time: 0.00
6.39/6.41	c vivif2 --  cl tried    18353 cl shrink        0 lits rem          0 time: 0.00
6.39/6.47	c asymm  cl-useful: 63/3160/3160 lits-rem:71 time: 0.06
6.39/6.47	c calculated reachability. Time: 0.00
6.39/6.47	c  N dy   521    105325      1099      3160       776     18353     29470    214945      9.15   no data
6.99/7.09	c  N dy   531    112786      1099      3160       789     25585     29468    321156      9.05      9.54
7.39/7.48	c Finding binary XORs  T:     0.00 s  found:       0
7.70/7.79	c  N dy   562    121960      1097      3160       812     20857     29466    213297      8.98      9.56
8.39/8.42	c  N dy   579    130081      1097      3160       832     28734     29463    337508      8.91      9.44
9.00/9.02	c  N dy   597    138951      1097      3160       847     22852     29460    240429      8.87      9.34
9.90/9.93	c  N dy   608    149521      1097      3160       865     17542     29457    138446      8.78      9.26
9.90/9.93	c Finding binary XORs  T:     0.00 s  found:       0
10.49/10.59	c  S st   618    157987      1097      2426       869     24583     20153    242778      8.68   no data
10.59/10.64	c  S st   618    158493      1097      2426       869     25081     20150    250338      8.68   no data
10.59/10.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.59/10.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
10.59/10.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.59/10.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.59/10.65	c subs with bin:        5  lits-rem:        25  v-fix:    0  time:  0.00 s
10.59/10.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1097 time:  0.00 s
10.59/10.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.59/10.66	c lits-rem:       158  cl-subs:       65  v-elim:     11  v-fix:    0  time:  0.01 s
10.69/10.75	c subs with bin:     2616  lits-rem:      1895  v-fix:    0  time:  0.08 s
10.79/10.85	c lits-rem:      2738  cl-subs:     2279  v-elim:      0  v-fix:    0  time:  0.10 s
10.79/10.85	c vivif2 --  cl tried     1939 cl shrink        0 lits rem          0 time: 0.00
10.79/10.85	c vivif2 --  cl tried    20589 cl shrink        0 lits rem          0 time: 0.00
10.89/10.91	c asymm  cl-useful: 43/1939/1939 lits-rem:50 time: 0.05
10.89/10.91	c calculated reachability. Time: 0.00
10.89/10.91	c  N dy   618    158493      1086      1938       872     20589     14816    206465      8.68   no data
11.69/11.79	c  N dy   629    168750      1085      1938       896     30479     14816    350085      8.60      9.23
12.19/12.23	c  E dy   630    174117      1016      1938       945     19758     14816    158660      8.51      3.68
12.19/12.23	c num threads              : 1          
12.19/12.23	c restarts                 : 630        
12.19/12.23	c dynamic restarts         : 612        
12.19/12.23	c static restarts          : 18         
12.19/12.23	c full restarts            : 2          
12.19/12.23	c total simplify time      : 0.01       
12.19/12.23	c learnts DL2              : 0          
12.19/12.23	c learnts size 2           : 1600       
12.19/12.23	c learnts size 1           : 254         (18.97     % of vars)
12.19/12.23	c filedLit time            : 0.05        (0.39      % time)
12.19/12.23	c v-elim SatELite          : 209         (15.61     % vars)
12.19/12.23	c SatELite time            : 0.33        (2.68      % time)
12.19/12.23	c v-elim xor               : 0           (0.00      % vars)
12.19/12.23	c xor elim time            : 0.00        (0.02      % time)
12.19/12.23	c num binary xor trees     : 0          
12.19/12.23	c binxor trees' crown      : 0           (nan       leafs/tree)
12.19/12.23	c bin xor find time        : 0.00       
12.19/12.23	c OTF clause improved      : 4212        (0.02      clauses/conflict)
12.19/12.23	c OTF impr. size diff      : 4734        (1.12       lits/clause)
12.19/12.23	c OTF cl watch-shrink      : 107843      (0.62      clauses/conflict)
12.19/12.23	c OTF cl watch-sh-lit      : 300261      (2.78       lits/clause)
12.19/12.23	c tried to recurMin cls    : 51744       (29.72      % of conflicts)
12.19/12.23	c updated cache            : 0           (0.00       lits/tried recurMin)
12.19/12.23	c clauses over max glue    : 0           (0.00      % of all clauses)
12.19/12.23	c conflicts                : 174117      (14265.87  / sec)
12.19/12.23	c decisions                : 346785      (5.47      % random)
12.19/12.23	c bogo-props               : 1280099761  (104881987.55 / sec)
12.19/12.23	c conflict literals        : 2923415     (36.11     % deleted)
12.19/12.23	c Memory used              : 42.45       MB
12.19/12.23	c CPU time                 : 12.21       s
12.19/12.23	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3368107-1305395237/watcher-3368107-1305395237 -o /tmp/evaluation-result-3368107-1305395237/solver-3368107-1305395237 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368107-1305395237.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: 1.01 1.30 2.23 4/307 1276
/proc/meminfo: memFree=13116700/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=30172 CPUtime=0 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 643 0 0 0 0 0 0 0 25 0 1 0 651123394 30896128 583 33554432000 4194304 4580011 140736731212768 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 7543 584 324 95 0 2525 0

[startup+0.019593 s]
/proc/loadavg: 1.01 1.30 2.23 4/307 1276
/proc/meminfo: memFree=13116700/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=30436 CPUtime=0.01 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 803 0 0 0 1 0 0 0 25 0 1 0 651123394 31166464 743 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294410 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 7609 743 339 95 0 2591 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30436

[startup+0.100638 s]
/proc/loadavg: 1.01 1.30 2.23 4/307 1276
/proc/meminfo: memFree=13116700/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=32216 CPUtime=0.09 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 1404 0 0 0 9 0 0 0 25 0 1 0 651123394 32989184 1255 33554432000 4194304 4580011 140736731212768 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 8054 1255 363 95 0 3036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32216

[startup+0.30054 s]
/proc/loadavg: 1.01 1.30 2.23 4/307 1276
/proc/meminfo: memFree=13116700/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=32880 CPUtime=0.29 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 1681 0 0 0 29 0 0 0 25 0 1 0 651123394 33669120 1346 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 8220 1346 363 95 0 3202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32880

[startup+0.700524 s]
/proc/loadavg: 1.01 1.30 2.23 4/307 1276
/proc/meminfo: memFree=13116700/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=33328 CPUtime=0.69 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 2149 0 0 0 69 0 0 0 25 0 1 0 651123394 34127872 1398 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 8332 1398 363 95 0 3314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33328

[startup+1.50037 s]
/proc/loadavg: 1.01 1.30 2.23 5/308 1305
/proc/meminfo: memFree=13101080/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=37944 CPUtime=1.49 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 3685 0 0 0 149 0 0 0 25 0 1 0 651123394 38854656 2670 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 9486 2670 367 95 0 4468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37944

[startup+3.10111 s]
/proc/loadavg: 1.01 1.30 2.23 5/308 1305
/proc/meminfo: memFree=13071568/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=38092 CPUtime=3.09 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 4654 0 0 0 309 0 0 0 25 0 1 0 651123394 39006208 2596 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 9523 2596 367 95 0 4505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38092

[startup+6.30045 s]
/proc/loadavg: 1.41 1.38 2.25 5/308 1305
/proc/meminfo: memFree=13067372/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=41200 CPUtime=6.29 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 6753 0 0 0 629 0 0 0 25 0 1 0 651123394 42188800 3466 33554432000 4194304 4580011 140736731212768 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 10300 3466 367 95 0 5282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41200

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

[startup+9.50085 s]
/proc/loadavg: 1.41 1.38 2.25 5/308 1305
/proc/meminfo: memFree=13059104/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=41272 CPUtime=9.49 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 7804 0 0 0 947 2 0 0 25 0 1 0 651123394 42262528 3573 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 10318 3573 367 95 0 5300 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 41272

[startup+11.1005 s]
/proc/loadavg: 1.61 1.42 2.26 5/308 1305
/proc/meminfo: memFree=13042364/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=43484 CPUtime=11.09 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 8740 0 0 0 1107 2 0 0 25 0 1 0 651123394 44527616 4026 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 10871 4026 367 95 0 5853 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 43484

[startup+11.9003 s]
/proc/loadavg: 1.61 1.42 2.26 5/308 1305
/proc/meminfo: memFree=13042364/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=43484 CPUtime=11.89 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 8880 0 0 0 1187 2 0 0 25 0 1 0 651123394 44527616 4166 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 10871 4166 367 95 0 5853 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 43484

[startup+12.1113 s]
/proc/loadavg: 1.61 1.42 2.26 5/308 1305
/proc/meminfo: memFree=13036916/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=43464 CPUtime=12.1 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 9092 0 0 0 1208 2 0 0 25 0 1 0 651123394 44507136 3825 33554432000 4194304 4580011 140736731212768 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 10866 3825 367 95 0 5848 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 43464

[startup+12.2003 s]
/proc/loadavg: 1.61 1.42 2.26 5/308 1305
/proc/meminfo: memFree=13036916/32950928 swapFree=67083212/67111528
[pid=1276] ppid=1274 vsize=43464 CPUtime=12.19 cores=0,2
/proc/1276/stat : 1276 (strangenight2-s) R 1274 1276 32651 0 -1 4202496 9108 0 0 0 1217 2 0 0 25 0 1 0 651123394 44507136 3841 33554432000 4194304 4580011 140736731212768 18446744073709551615 4316523 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 10866 3841 367 95 0 5848 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 43464

Child status: 20
Real time (s): 12.2328
CPU time (s): 12.2331
CPU user time (s): 12.2051
CPU system time (s): 0.027995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 43484

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

runsolver used 0.031995 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 19:47:17
IDJOB=3368107
IDBENCH=85959
IDSOLVER=1845
FILE ID=node127/3368107-1305395237
RUNJOBID= node127-1305395236-1180
PBS_JOBID= 13324406
Free space on /tmp= 73460 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG6/dead-dnd002.shuffled-as.sat05-2713.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368107-1305395237/watcher-3368107-1305395237 -o /tmp/evaluation-result-3368107-1305395237/solver-3368107-1305395237 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368107-1305395237.cnf

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

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=976053544

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13116980 kB
Buffers:        284872 kB
Cached:        3360836 kB
SwapCached:       1620 kB
Active:       16751824 kB
Inactive:      2745124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13116980 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           24204 kB
Writeback:           0 kB
AnonPages:    15848968 kB
Mapped:          26896 kB
Slab:           226420 kB
PageTables:      47104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44423028 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= 73452 MiB
End job on node127 at 2011-05-14 19:47:30