Trace number 3266072

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-stUNSAT 12.7671 12.7693

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3266072-1303579063.cnf'
0.00/0.00	c -- header says num vars:           1339
0.00/0.00	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.02/0.03	c asymm  cl-useful: 441/5646/5646 lits-rem:557 time: 0.02
0.02/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.02/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.02/0.04	c bin-w-bin subsume rem          511 bins  time:  0.00 s
0.02/0.04	c subs with bin:       27  lits-rem:         4  v-fix:    0  time:  0.00 s
0.02/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1297 time:  0.00 s
0.02/0.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.02/0.07	c lits-rem:      2763  cl-subs:     2184  v-elim:    124  v-fix:    0  time:  0.03 s
0.02/0.07	c Finding binary XORs  T:     0.00 s  found:       0
0.02/0.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.02/0.07	c calculated reachability. Time: 0.00
0.02/0.07	c Calc default polars -  time:   0.00 s pos:     291 undec:     785 neg:     263
0.02/0.07	c =========================================================================================
0.02/0.07	c types(t): F = full restart, N = normal restart
0.02/0.07	c types(t): S = simplification begin/end, E = solution found
0.02/0.07	c restart types(rt): st = static, dy = dynamic
0.02/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.02/0.07	c  B st     0         0      1173      3342       552         0     31412         0   no data   no data
0.09/0.15	c  N dy    19      4214      1173      3342       560      4140     31411     72520      8.33      9.05
0.19/0.27	c  N dy    47      8351      1173      3342       575      5753     31411     77183      8.42      8.97
0.39/0.41	c  N dy    78     12398      1173      3342       590      5551     31411     59658      8.61      9.20
0.49/0.58	c  N dy   109     16473      1173      3342       608      9563     31411    134210      8.76     11.07
0.69/0.75	c  N dy   138     20493      1173      3342       619      7984     31408     87038      8.90      9.54
0.89/0.94	c  N dy   170     24542      1173      3342       630     11976     31407    162221      9.01     11.38
0.89/0.96	c  F st   175     25001      1173      3342       633     12422     31407    170890      9.03   no data
1.19/1.20	c  N dy   181     30000      1173      3342       635     10629     31405    133491      9.03   no data
1.19/1.20	c  S st   181     30000      1173      3342       635     10629     31405    133491      9.03   no data
1.19/1.23	c  S st   181     30501      1173      3342       638     11119     31405    141742      9.03   no data
1.19/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
1.19/1.24	c blocked clauses removed:       17 vars:     43 tried:        1173 T: 0.00 s
1.19/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.24	c subs with bin:       11  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1130 time:  0.00 s
1.19/1.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.19/1.25	c lits-rem:        16  cl-subs:       19  v-elim:      5  v-fix:    0  time:  0.01 s
1.19/1.28	c subs with bin:      506  lits-rem:       463  v-fix:    0  time:  0.02 s
1.29/1.35	c lits-rem:       612  cl-subs:      688  v-elim:      0  v-fix:    0  time:  0.08 s
1.29/1.40	c asymm  cl-useful: 20/3291/3291 lits-rem:21 time: 0.04
1.39/1.40	c calculated reachability. Time: 0.00
1.39/1.40	c  N dy   181     30501      1125      3291       637      9924     31038    130227      9.03   no data
1.59/1.64	c  N dy   210     34998      1125      3291       645     14347     31037    213562      9.14      9.67
1.79/1.86	c  N dy   247     39034      1125      3291       651     10566     31037    117221      9.30      9.93
1.89/1.99	c Finding binary XORs  T:     0.00 s  found:       0
2.09/2.10	c  N dy   283     43043      1125      3291       661     14519     31036    202656      9.47     10.66
2.19/2.28	c  S st   292     45752      1125      3291       664     17183     31036    250518      9.42      7.78
2.29/2.33	c  S st   292     46252      1125      3291       667      8870     31036     68133      9.42   no data
2.29/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
2.29/2.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.34	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1125 time:  0.00 s
2.29/2.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.29/2.34	c lits-rem:         6  cl-subs:       12  v-elim:      3  v-fix:    0  time:  0.00 s
2.29/2.35	c subs with bin:      212  lits-rem:        27  v-fix:    0  time:  0.01 s
2.29/2.36	c lits-rem:       123  cl-subs:      226  v-elim:      0  v-fix:    0  time:  0.01 s
2.29/2.36	c vivif2 --  cl tried     3272 cl shrink        0 lits rem          0 time: 0.00
2.29/2.36	c vivif2 --  cl tried     8434 cl shrink        0 lits rem          0 time: 0.00
2.29/2.39	c asymm  cl-useful: 20/3272/3272 lits-rem:22 time: 0.03
2.29/2.39	c calculated reachability. Time: 0.00
2.29/2.39	c  N dy   292     46252      1122      3272       668      8434     30834     65590      9.42   no data
2.59/2.65	c  N dy   294     51520      1122      3272       674     13531     30833    141025      9.16      9.67
2.89/2.92	c  N dy   332     55651      1122      3272       678     17610     30833    229868      9.31      9.96
3.19/3.20	c  N dy   370     59661      1122      3272       686     11779     30833    118278      9.45     10.62
3.49/3.51	c  N dy   399     64460      1122      3272       701     16485     30832    209845      9.47     10.06
3.79/3.86	c  N dy   414     69378      1122      3272       712     21270     30832    295104      9.42      8.13
3.79/3.86	c  S st   414     69378      1122      3272       712     21270     30832    295104      9.42      8.13
3.89/3.92	c  S st   414     69879      1122      3272       713     11010     30832     85456      9.42   no data
3.89/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.89/3.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.89/3.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.89/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.89/3.93	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
3.89/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1122 time:  0.00 s
3.89/3.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.89/3.93	c lits-rem:        15  cl-subs:       12  v-elim:      4  v-fix:    0  time:  0.00 s
3.89/3.94	c subs with bin:      427  lits-rem:        77  v-fix:    0  time:  0.01 s
3.89/3.95	c lits-rem:       224  cl-subs:      340  v-elim:      0  v-fix:    0  time:  0.01 s
3.89/3.95	c vivif2 --  cl tried     3250 cl shrink        0 lits rem          0 time: 0.00
3.89/3.96	c vivif2 --  cl tried    10247 cl shrink        0 lits rem          0 time: 0.00
3.89/3.99	c asymm  cl-useful: 58/3250/3250 lits-rem:73 time: 0.03
3.89/3.99	c calculated reachability. Time: 0.00
3.89/3.99	c  N dy   414     69879      1118      3248       716     10247     30536     81114      9.42   no data
4.69/4.79	c  N dy   418     80837      1118      3248       728     20839     30536    236730      9.13      9.74
4.79/4.80	c Finding binary XORs  T:     0.00 s  found:       0
5.09/5.18	c  N dy   447     86068      1118      3248       732     14272     30536    131810      9.15     11.55
5.19/5.26	c  F st   457     87500      1118      3248       736     15674     30536    158875      9.16   no data
5.59/5.61	c  N dy   463     92692      1118      3248       745     20767     30535    257808      9.16   no data
5.99/6.08	c  N dy   485     98734      1118      3248       759     13975     30534    113044      9.12      9.61
6.39/6.48	c  S st   521    104821      1118      3248       774     19930     30533    225961      9.15      7.30
6.49/6.53	c  S st   521    105325      1118      3248       776     20421     30533    234676      9.15   no data
6.49/6.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.49/6.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
6.49/6.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.49/6.54	c bin-w-bin subsume rem            1 bins  time:  0.00 s
6.49/6.54	c subs with bin:        4  lits-rem:        16  v-fix:    0  time:  0.00 s
6.49/6.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1118 time:  0.00 s
6.49/6.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.49/6.55	c lits-rem:        20  cl-subs:       34  v-elim:     19  v-fix:    0  time:  0.01 s
6.49/6.60	c subs with bin:      713  lits-rem:       623  v-fix:    0  time:  0.04 s
6.69/6.72	c lits-rem:      1208  cl-subs:     1397  v-elim:      0  v-fix:    0  time:  0.11 s
6.69/6.72	c vivif2 --  cl tried     3160 cl shrink        0 lits rem          0 time: 0.00
6.69/6.72	c vivif2 --  cl tried    18353 cl shrink        0 lits rem          0 time: 0.00
6.69/6.78	c asymm  cl-useful: 63/3160/3160 lits-rem:71 time: 0.06
6.69/6.78	c calculated reachability. Time: 0.00
6.69/6.78	c  N dy   521    105325      1099      3160       776     18353     29470    214945      9.15   no data
7.39/7.40	c  N dy   531    112786      1099      3160       789     25585     29468    321156      9.05      9.54
7.79/7.81	c Finding binary XORs  T:     0.00 s  found:       0
8.09/8.13	c  N dy   562    121960      1097      3160       812     20857     29466    213297      8.98      9.56
8.70/8.78	c  N dy   579    130081      1097      3160       832     28734     29463    337508      8.91      9.44
9.39/9.42	c  N dy   597    138951      1097      3160       847     22852     29460    240429      8.87      9.34
10.29/10.34	c  N dy   608    149521      1097      3160       865     17542     29457    138446      8.78      9.26
10.29/10.35	c Finding binary XORs  T:     0.00 s  found:       0
11.00/11.02	c  S st   618    157987      1097      2426       869     24583     20153    242778      8.68   no data
11.00/11.07	c  S st   618    158493      1097      2426       869     25081     20150    250338      8.68   no data
11.00/11.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.00/11.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
11.00/11.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.00/11.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.00/11.09	c subs with bin:        5  lits-rem:        25  v-fix:    0  time:  0.00 s
11.00/11.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1097 time:  0.00 s
11.00/11.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.00/11.09	c lits-rem:       158  cl-subs:       65  v-elim:     11  v-fix:    0  time:  0.01 s
11.09/11.18	c subs with bin:     2616  lits-rem:      1895  v-fix:    0  time:  0.08 s
11.19/11.29	c lits-rem:      2738  cl-subs:     2279  v-elim:      0  v-fix:    0  time:  0.11 s
11.19/11.29	c vivif2 --  cl tried     1939 cl shrink        0 lits rem          0 time: 0.00
11.19/11.29	c vivif2 --  cl tried    20589 cl shrink        0 lits rem          0 time: 0.00
11.29/11.34	c asymm  cl-useful: 43/1939/1939 lits-rem:50 time: 0.05
11.29/11.34	c calculated reachability. Time: 0.00
11.29/11.34	c  N dy   618    158493      1086      1938       872     20589     14816    206465      8.68   no data
12.19/12.29	c  N dy   629    168750      1085      1938       896     30479     14816    350085      8.60      9.23
12.69/12.76	c  E dy   630    174117      1016      1938       945     19758     14816    158660      8.51      3.68
12.69/12.76	c num threads              : 1          
12.69/12.76	c restarts                 : 630        
12.69/12.76	c dynamic restarts         : 612        
12.69/12.76	c static restarts          : 18         
12.69/12.76	c full restarts            : 2          
12.69/12.76	c total simplify time      : 0.00       
12.69/12.76	c learnts DL2              : 0          
12.69/12.76	c learnts size 2           : 1600       
12.69/12.76	c learnts size 1           : 254         (18.97     % of vars)
12.69/12.76	c filedLit time            : 0.05        (0.38      % time)
12.69/12.76	c v-elim SatELite          : 209         (15.61     % vars)
12.69/12.76	c SatELite time            : 0.35        (2.76      % time)
12.69/12.76	c v-elim xor               : 0           (0.00      % vars)
12.69/12.76	c xor elim time            : 0.00        (0.02      % time)
12.69/12.76	c num binary xor trees     : 0          
12.69/12.76	c binxor trees' crown      : 0           (nan       leafs/tree)
12.69/12.76	c bin xor find time        : 0.00       
12.69/12.76	c OTF clause improved      : 4212        (0.02      clauses/conflict)
12.69/12.76	c OTF impr. size diff      : 4734        (1.12       lits/clause)
12.69/12.76	c OTF cl watch-shrink      : 107843      (0.62      clauses/conflict)
12.69/12.76	c OTF cl watch-sh-lit      : 300261      (2.78       lits/clause)
12.69/12.76	c tried to recurMin cls    : 51744       (29.72      % of conflicts)
12.69/12.76	c updated cache            : 0           (0.00       lits/tried recurMin)
12.69/12.76	c clauses over max glue    : 0           (0.00      % of all clauses)
12.69/12.76	c conflicts                : 174117      (13657.24  / sec)
12.69/12.76	c decisions                : 346785      (5.47      % random)
12.69/12.76	c bogo-props               : 1280099761  (100407375.96 / sec)
12.69/12.76	c conflict literals        : 2923415     (36.11     % deleted)
12.69/12.76	c Memory used              : 42.49       MB
12.69/12.76	c CPU time                 : 12.75       s
12.69/12.76	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: 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-3266072-1303579063/watcher-3266072-1303579063 -o /tmp/evaluation-result-3266072-1303579063/solver-3266072-1303579063 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3266072-1303579063.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.98 3.99 3.80 5/189 20874
/proc/meminfo: memFree=18325020/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=30216 CPUtime=0 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 469504771 30941184 590 33554432000 4194304 4627331 140737040695648 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 7554 590 323 106 0 2525 0

[startup+0.02895 s]
/proc/loadavg: 3.98 3.99 3.80 5/189 20874
/proc/meminfo: memFree=18325020/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=30480 CPUtime=0.02 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 819 0 0 0 2 0 0 0 25 0 1 0 469504771 31211520 759 33554432000 4194304 4627331 140737040695648 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 7620 759 342 106 0 2591 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30480

[startup+0.100944 s]
/proc/loadavg: 3.98 3.99 3.80 5/189 20874
/proc/meminfo: memFree=18325020/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=32260 CPUtime=0.09 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 1404 0 0 0 9 0 0 0 25 0 1 0 469504771 33034240 1255 33554432000 4194304 4627331 140737040695648 18446744073709551615 4309193 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 8065 1255 371 106 0 3036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32260

[startup+0.300904 s]
/proc/loadavg: 3.98 3.99 3.80 5/189 20874
/proc/meminfo: memFree=18325020/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=32924 CPUtime=0.29 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 1665 0 0 0 29 0 0 0 25 0 1 0 469504771 33714176 1330 33554432000 4194304 4627331 140737040695648 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 8231 1330 372 106 0 3202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32924

[startup+0.700875 s]
/proc/loadavg: 3.98 3.99 3.80 5/189 20874
/proc/meminfo: memFree=18325020/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=33372 CPUtime=0.69 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 2136 0 0 0 69 0 0 0 25 0 1 0 469504771 34172928 1385 33554432000 4194304 4627331 140737040695648 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 8343 1385 372 106 0 3314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33372

[startup+1.50075 s]
/proc/loadavg: 3.98 3.99 3.80 5/190 20875
/proc/meminfo: memFree=18319148/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=37988 CPUtime=1.49 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 3664 0 0 0 149 0 0 0 25 0 1 0 469504771 38899712 2649 33554432000 4194304 4627331 140737040695648 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 9497 2649 378 106 0 4468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37988

[startup+3.10046 s]
/proc/loadavg: 3.98 3.99 3.80 5/190 20875
/proc/meminfo: memFree=18313444/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=38136 CPUtime=3.09 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 4609 0 0 0 309 0 0 0 25 0 1 0 469504771 39051264 2551 33554432000 4194304 4627331 140737040695648 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 9534 2551 378 106 0 4505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38136

[startup+6.30092 s]
/proc/loadavg: 3.98 3.99 3.80 5/190 20875
/proc/meminfo: memFree=18310960/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=38256 CPUtime=6.29 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 5960 0 0 0 629 0 0 0 25 0 1 0 469504771 39174144 2673 33554432000 4194304 4627331 140737040695648 18446744073709551615 4332972 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 9564 2673 378 106 0 4535 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38256

[startup+12.7008 s]
/proc/loadavg: 3.98 3.99 3.81 5/190 20875
/proc/meminfo: memFree=18306136/32951124 swapFree=67111528/67111528
[pid=20874] ppid=20872 vsize=43508 CPUtime=12.69 cores=0,2
/proc/20874/stat : 20874 (strangenight2-s) R 20872 20874 20549 0 -1 4202496 9114 0 0 0 1268 1 0 0 25 0 1 0 469504771 44552192 3847 33554432000 4194304 4627331 140737040695648 18446744073709551615 4327547 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20874/statm: 10877 3847 378 106 0 5848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43508

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

Child status: 20
Real time (s): 12.7693
CPU time (s): 12.7671
CPU user time (s): 12.7501
CPU system time (s): 0.016997
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 43528

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

runsolver used 0.032994 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-23 19:17:43
IDJOB=3266072
IDBENCH=85959
IDSOLVER=1587
FILE ID=node130/3266072-1303579063
RUNJOBID= node130-1303577757-20567
PBS_JOBID= 13150334
Free space on /tmp= 71828 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3266072-1303579063/watcher-3266072-1303579063 -o /tmp/evaluation-result-3266072-1303579063/solver-3266072-1303579063 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3266072-1303579063.cnf

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

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=628297605

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18325432 kB
Buffers:       2091608 kB
Cached:       11783888 kB
SwapCached:          0 kB
Active:        6503816 kB
Inactive:      7575732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18325432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12016 kB
Writeback:          24 kB
AnonPages:      203704 kB
Mapped:          16436 kB
Slab:           481316 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   417948 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= 71824 MiB
End job on node130 at 2011-04-23 19:17:56