Trace number 3422010

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 11.7022 11.7028

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 benchmark11.7022
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-3422010-1306631603.cnf'
0.00/0.00	c -- header says num vars:           1339
0.00/0.00	c -- header says num clauses:        7095
0.00/0.00	c -- clauses added:            0 learnts,         7095 normals,            0 xors
0.00/0.00	c -- vars added       1339
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0      1339      6278       547         0     59036         0   no data   no data
0.00/0.03	c asymm  cl-useful: 441/5646/5646 lits-rem:557 time: 0.02
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem          511 bins  time:  0.00 s
0.00/0.03	c subs with bin:       27  lits-rem:         4  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1297 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.06	c lits-rem:      2763  cl-subs:     2184  v-elim:    124  v-fix:    0  time:  0.03 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:     291 undec:     785 neg:     263
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	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.37	c  N dy    78     12398      1173      3342       590      5551     31411     59658      8.61      9.20
0.49/0.52	c  N dy   109     16473      1173      3342       608      9563     31411    134210      8.76     11.07
0.59/0.68	c  N dy   138     20493      1173      3342       619      7984     31408     87038      8.90      9.54
0.79/0.86	c  N dy   170     24542      1173      3342       630     11976     31407    162221      9.01     11.38
0.79/0.88	c  F st   175     25001      1173      3342       633     12422     31407    170890      9.03   no data
1.00/1.10	c  N dy   181     30000      1173      3342       635     10629     31405    133491      9.03   no data
1.00/1.10	c  S st   181     30000      1173      3342       635     10629     31405    133491      9.03   no data
1.11/1.13	c  S st   181     30501      1173      3342       638     11119     31405    141742      9.03   no data
1.11/1.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.11/1.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
1.11/1.14	c blocked clauses removed:       17 vars:     43 tried:        1173 T: 0.00 s
1.11/1.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.11/1.14	c subs with bin:       11  lits-rem:         0  v-fix:    0  time:  0.00 s
1.11/1.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1130 time:  0.00 s
1.11/1.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.11/1.14	c lits-rem:        16  cl-subs:       19  v-elim:      5  v-fix:    0  time:  0.00 s
1.11/1.17	c subs with bin:      506  lits-rem:       463  v-fix:    0  time:  0.02 s
1.19/1.24	c lits-rem:       612  cl-subs:      688  v-elim:      0  v-fix:    0  time:  0.07 s
1.19/1.28	c asymm  cl-useful: 20/3291/3291 lits-rem:21 time: 0.04
1.19/1.28	c calculated reachability. Time: 0.00
1.19/1.28	c  N dy   181     30501      1125      3291       637      9924     31038    130227      9.03   no data
1.49/1.50	c  N dy   210     34998      1125      3291       645     14347     31037    213562      9.14      9.67
1.69/1.70	c  N dy   247     39034      1125      3291       651     10566     31037    117221      9.30      9.93
1.79/1.82	c Finding binary XORs  T:     0.00 s  found:       0
1.89/1.92	c  N dy   283     43043      1125      3291       661     14519     31036    202656      9.47     10.66
1.99/2.09	c  S st   292     45752      1125      3291       664     17183     31036    250518      9.42      7.78
2.10/2.13	c  S st   292     46252      1125      3291       667      8870     31036     68133      9.42   no data
2.10/2.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.10/2.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
2.10/2.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.10/2.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.10/2.14	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
2.10/2.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1125 time:  0.00 s
2.10/2.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.10/2.14	c lits-rem:         6  cl-subs:       12  v-elim:      3  v-fix:    0  time:  0.00 s
2.10/2.15	c subs with bin:      212  lits-rem:        27  v-fix:    0  time:  0.00 s
2.10/2.16	c lits-rem:       123  cl-subs:      226  v-elim:      0  v-fix:    0  time:  0.01 s
2.10/2.16	c vivif2 --  cl tried     3272 cl shrink        0 lits rem          0 time: 0.00
2.10/2.16	c vivif2 --  cl tried     8434 cl shrink        0 lits rem          0 time: 0.00
2.10/2.19	c asymm  cl-useful: 20/3272/3272 lits-rem:22 time: 0.03
2.10/2.19	c calculated reachability. Time: 0.00
2.10/2.19	c  N dy   292     46252      1122      3272       668      8434     30834     65590      9.42   no data
2.39/2.42	c  N dy   294     51520      1122      3272       674     13531     30833    141025      9.16      9.67
2.59/2.67	c  N dy   332     55651      1122      3272       678     17610     30833    229868      9.31      9.96
2.89/2.92	c  N dy   370     59661      1122      3272       686     11779     30833    118278      9.45     10.62
3.09/3.20	c  N dy   399     64460      1122      3272       701     16485     30832    209845      9.47     10.06
3.49/3.53	c  N dy   414     69378      1122      3272       712     21270     30832    295104      9.42      8.13
3.49/3.53	c  S st   414     69378      1122      3272       712     21270     30832    295104      9.42      8.13
3.49/3.58	c  S st   414     69879      1122      3272       713     11010     30832     85456      9.42   no data
3.49/3.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.49/3.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.59	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1122 time:  0.00 s
3.49/3.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.49/3.59	c lits-rem:        15  cl-subs:       12  v-elim:      4  v-fix:    0  time:  0.00 s
3.59/3.60	c subs with bin:      427  lits-rem:        77  v-fix:    0  time:  0.01 s
3.59/3.61	c lits-rem:       224  cl-subs:      340  v-elim:      0  v-fix:    0  time:  0.01 s
3.59/3.61	c vivif2 --  cl tried     3250 cl shrink        0 lits rem          0 time: 0.00
3.59/3.61	c vivif2 --  cl tried    10247 cl shrink        0 lits rem          0 time: 0.00
3.59/3.64	c asymm  cl-useful: 58/3250/3250 lits-rem:73 time: 0.03
3.59/3.64	c calculated reachability. Time: 0.00
3.59/3.64	c  N dy   414     69879      1118      3248       716     10247     30536     81114      9.42   no data
4.30/4.38	c  N dy   418     80837      1118      3248       728     20839     30536    236730      9.13      9.74
4.30/4.38	c Finding binary XORs  T:     0.00 s  found:       0
4.69/4.74	c  N dy   447     86068      1118      3248       732     14272     30536    131810      9.15     11.55
4.79/4.82	c  F st   457     87500      1118      3248       736     15674     30536    158875      9.16   no data
5.09/5.14	c  N dy   463     92692      1118      3248       745     20767     30535    257808      9.16   no data
5.51/5.58	c  N dy   485     98734      1118      3248       759     13975     30534    113044      9.12      9.61
5.89/5.94	c  S st   521    104821      1118      3248       774     19930     30533    225961      9.15      7.30
5.89/5.99	c  S st   521    105325      1118      3248       776     20421     30533    234676      9.15   no data
5.89/5.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.99/6.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
5.99/6.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.99/6.00	c bin-w-bin subsume rem            1 bins  time:  0.00 s
5.99/6.00	c subs with bin:        4  lits-rem:        16  v-fix:    0  time:  0.00 s
5.99/6.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1118 time:  0.00 s
5.99/6.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.99/6.00	c lits-rem:        20  cl-subs:       34  v-elim:     19  v-fix:    0  time:  0.01 s
5.99/6.05	c subs with bin:      713  lits-rem:       623  v-fix:    0  time:  0.04 s
6.09/6.15	c lits-rem:      1208  cl-subs:     1397  v-elim:      0  v-fix:    0  time:  0.10 s
6.09/6.15	c vivif2 --  cl tried     3160 cl shrink        0 lits rem          0 time: 0.00
6.09/6.16	c vivif2 --  cl tried    18353 cl shrink        0 lits rem          0 time: 0.00
6.19/6.21	c asymm  cl-useful: 63/3160/3160 lits-rem:71 time: 0.05
6.19/6.21	c calculated reachability. Time: 0.00
6.19/6.21	c  N dy   521    105325      1099      3160       776     18353     29470    214945      9.15   no data
6.69/6.78	c  N dy   531    112786      1099      3160       789     25585     29468    321156      9.05      9.54
7.09/7.15	c Finding binary XORs  T:     0.00 s  found:       0
7.39/7.45	c  N dy   562    121960      1097      3160       812     20857     29466    213297      8.98      9.56
7.99/8.03	c  N dy   579    130081      1097      3160       832     28734     29463    337508      8.91      9.44
8.59/8.63	c  N dy   597    138951      1097      3160       847     22852     29460    240429      8.87      9.34
9.39/9.47	c  N dy   608    149521      1097      3160       865     17542     29457    138446      8.78      9.26
9.39/9.47	c Finding binary XORs  T:     0.00 s  found:       0
9.99/10.09	c  S st   618    157987      1097      2426       869     24583     20153    242778      8.68   no data
10.09/10.13	c  S st   618    158493      1097      2426       869     25081     20150    250338      8.68   no data
10.09/10.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.09/10.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
10.09/10.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.09/10.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.09/10.15	c subs with bin:        5  lits-rem:        25  v-fix:    0  time:  0.00 s
10.09/10.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1097 time:  0.00 s
10.09/10.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.09/10.15	c lits-rem:       158  cl-subs:       65  v-elim:     11  v-fix:    0  time:  0.01 s
10.19/10.23	c subs with bin:     2616  lits-rem:      1895  v-fix:    0  time:  0.07 s
10.29/10.32	c lits-rem:      2738  cl-subs:     2279  v-elim:      0  v-fix:    0  time:  0.09 s
10.29/10.32	c vivif2 --  cl tried     1939 cl shrink        0 lits rem          0 time: 0.00
10.29/10.33	c vivif2 --  cl tried    20589 cl shrink        0 lits rem          0 time: 0.00
10.29/10.37	c asymm  cl-useful: 43/1939/1939 lits-rem:50 time: 0.05
10.29/10.38	c calculated reachability. Time: 0.00
10.29/10.38	c  N dy   618    158493      1086      1938       872     20589     14816    206465      8.68   no data
11.19/11.26	c  N dy   629    168750      1085      1938       896     30479     14816    350085      8.60      9.23
11.69/11.70	c  E dy   630    174117      1016      1938       945     19758     14816    158660      8.51      3.68
11.69/11.70	c num threads              : 1          
11.69/11.70	c restarts                 : 630        
11.69/11.70	c dynamic restarts         : 612        
11.69/11.70	c static restarts          : 18         
11.69/11.70	c full restarts            : 2          
11.69/11.70	c total simplify time      : 0.00       
11.69/11.70	c learnts DL2              : 0          
11.69/11.70	c learnts size 2           : 1600       
11.69/11.70	c learnts size 1           : 254         (18.97     % of vars)
11.69/11.70	c filedLit time            : 0.05        (0.40      % time)
11.69/11.70	c v-elim SatELite          : 209         (15.61     % vars)
11.69/11.70	c SatELite time            : 0.31        (2.68      % time)
11.69/11.70	c v-elim xor               : 0           (0.00      % vars)
11.69/11.70	c xor elim time            : 0.00        (0.03      % time)
11.69/11.70	c num binary xor trees     : 0          
11.69/11.70	c binxor trees' crown      : 0           (nan       leafs/tree)
11.69/11.70	c bin xor find time        : 0.00       
11.69/11.70	c OTF clause improved      : 4212        (0.02      clauses/conflict)
11.69/11.70	c OTF impr. size diff      : 4734        (1.12       lits/clause)
11.69/11.70	c OTF cl watch-shrink      : 107843      (0.62      clauses/conflict)
11.69/11.70	c OTF cl watch-sh-lit      : 300261      (2.78       lits/clause)
11.69/11.70	c tried to recurMin cls    : 51744       (29.72      % of conflicts)
11.69/11.70	c updated cache            : 0           (0.00       lits/tried recurMin)
11.69/11.70	c clauses over max glue    : 0           (0.00      % of all clauses)
11.69/11.70	c conflicts                : 174117      (14886.60  / sec)
11.69/11.70	c decisions                : 346785      (5.47      % random)
11.69/11.70	c bogo-props               : 1280099761  (109445585.97 / sec)
11.69/11.70	c conflict literals        : 2923415     (36.11     % deleted)
11.69/11.70	c Memory used              : 42.45       MB
11.69/11.70	c CPU time                 : 11.70       s
11.69/11.70	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-3422010-1306631603/watcher-3422010-1306631603 -o /tmp/evaluation-result-3422010-1306631603/solver-3422010-1306631603 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3422010-1306631603.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.27 1.64 2/524 11170
/proc/meminfo: memFree=13074592/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=30304 CPUtime=0 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 743 0 0 0 0 0 0 0 25 0 1 0 774758059 31031296 683 33554432000 4194304 4580011 140737017275744 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 7576 683 324 95 0 2558 0

[startup+0.099773 s]
/proc/loadavg: 1.01 1.27 1.64 2/524 11170
/proc/meminfo: memFree=13074592/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=32212 CPUtime=0.09 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 1404 0 0 0 9 0 0 0 18 0 1 0 774758059 32985088 1255 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 8053 1256 363 95 0 3035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32212

[startup+0.100774 s]
/proc/loadavg: 1.01 1.27 1.64 2/524 11170
/proc/meminfo: memFree=13074592/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=32212 CPUtime=0.09 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 1406 0 0 0 9 0 0 0 18 0 1 0 774758059 32985088 1257 33554432000 4194304 4580011 140737017275744 18446744073709551615 4322485 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 8053 1257 363 95 0 3035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32212

[startup+0.300753 s]
/proc/loadavg: 1.01 1.27 1.64 2/524 11170
/proc/meminfo: memFree=13074592/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=32876 CPUtime=0.29 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 1682 0 0 0 29 0 0 0 18 0 1 0 774758059 33665024 1347 33554432000 4194304 4580011 140737017275744 18446744073709551615 4301503 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 8219 1347 363 95 0 3201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32876

[startup+0.700662 s]
/proc/loadavg: 1.01 1.27 1.64 2/524 11170
/proc/meminfo: memFree=13074592/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=33324 CPUtime=0.69 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 2163 0 0 0 69 0 0 0 18 0 1 0 774758059 34123776 1412 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 8331 1412 363 95 0 3313 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33324

[startup+1.50052 s]
/proc/loadavg: 1.01 1.27 1.64 2/520 11242
/proc/meminfo: memFree=13081124/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=37940 CPUtime=1.49 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 3706 0 0 0 149 0 0 0 19 0 1 0 774758059 38850560 2691 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 9485 2691 367 95 0 4467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37940

[startup+3.10023 s]
/proc/loadavg: 1.16 1.30 1.65 3/525 11252
/proc/meminfo: memFree=13063648/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=38088 CPUtime=3.09 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 4711 0 0 0 309 0 0 0 25 0 1 0 774758059 39002112 2653 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 9522 2653 367 95 0 4504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38088

[startup+6.30065 s]
/proc/loadavg: 1.16 1.30 1.65 3/525 11252
/proc/meminfo: memFree=13059432/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=41196 CPUtime=6.29 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 6776 0 0 0 629 0 0 0 25 0 1 0 774758059 42184704 3489 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 10299 3489 367 95 0 5281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41196

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

[startup+9.50108 s]
/proc/loadavg: 1.23 1.31 1.65 3/525 11252
/proc/meminfo: memFree=13054736/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=41304 CPUtime=9.49 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 8086 0 0 0 949 0 0 0 25 0 1 0 774758059 42295296 3372 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 10326 3372 367 95 0 5308 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 41304

[startup+11.1008 s]
/proc/loadavg: 1.23 1.31 1.65 3/525 11280
/proc/meminfo: memFree=13060868/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=43480 CPUtime=11.09 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 8833 0 0 0 1109 0 0 0 25 0 1 0 774758059 44523520 4119 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 10870 4119 367 95 0 5852 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 43480

[startup+11.5007 s]
/proc/loadavg: 1.23 1.31 1.65 3/525 11280
/proc/meminfo: memFree=13060868/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=43460 CPUtime=11.49 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 9077 0 0 0 1149 0 0 0 25 0 1 0 774758059 44503040 3810 33554432000 4194304 4580011 140737017275744 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 10865 3810 367 95 0 5847 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 43460

[startup+11.7007 s]
/proc/loadavg: 1.23 1.31 1.65 3/525 11280
/proc/meminfo: memFree=13060868/32951124 swapFree=59247644/67111528
[pid=11170] ppid=11168 vsize=43460 CPUtime=11.69 cores=1,3,5,7
/proc/11170/stat : 11170 (strangenight2-s) R 11168 11170 10139 0 -1 4202496 9111 0 0 0 1169 0 0 0 25 0 1 0 774758059 44503040 3844 33554432000 4194304 4580011 140737017275744 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11170/statm: 10865 3844 367 95 0 5847 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 43460

Child status: 20
Real time (s): 11.7028
CPU time (s): 11.7022
CPU user time (s): 11.6962
CPU system time (s): 0.005999
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 43480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6962
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9122
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 18

runsolver used 0.058991 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 03:13:23
IDJOB=3422010
IDBENCH=85959
IDSOLVER=1887
FILE ID=node137/3422010-1306631603
RUNJOBID= node137-1306631603-11124
PBS_JOBID= 13471596
Free space on /tmp= 73116 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-3422010-1306631603/watcher-3422010-1306631603 -o /tmp/evaluation-result-3422010-1306631603/solver-3422010-1306631603 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3422010-1306631603.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=211727133

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13074872 kB
Buffers:        373972 kB
Cached:        8868168 kB
SwapCached:      17768 kB
Active:       11143344 kB
Inactive:      8434248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13074872 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:           12532 kB
Writeback:           0 kB
AnonPages:    10327828 kB
Mapped:          29808 kB
Slab:           154876 kB
PageTables:      74728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162550792 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= 73108 MiB
End job on node137 at 2011-05-29 03:13:35