Trace number 3284183

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 37.4523 37.4566

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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-3284183-1303762357.cnf'
0.00/0.01	c -- header says num vars:          17710
0.00/0.01	c -- header says num clauses:      304026
0.04/0.08	c -- clauses added:            0 learnts,       304026 normals,            0 xors
0.04/0.08	c -- vars added      17710
0.04/0.08	c Parsing time:  0.08 s
0.04/0.08	c  N st     0         0     17710     35671    268354         0    890579         0   no data   no data
0.28/0.36	c asymm  cl-useful: 470/5723/35670 lits-rem:4671 time: 0.28
1.09/1.15	c Flit:   273 Blit:     63 bXBeca:    0 bXProp: 2030 Bins:      0 BRemL:      0 BRemN:      0 P: 23.9M T:  0.77
1.09/1.15	c Cleaning up after failed var search:     0.01 s 
1.09/1.17	c Replacing     2030 vars Replaced    26831 lits Time:     0.01 s 
1.09/1.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.18/1.20	c bin-w-bin subsume rem           49 bins  time:  0.02 s
1.28/1.32	c subs with bin:       96  lits-rem:       594  v-fix:    0  time:  0.12 s
1.28/1.37	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:  14780 time:  0.05 s
1.38/1.42	c Removed useless bin:     586  fixed:     0  props:   5.75M  time:  0.05 s
1.59/1.66	c lits-rem:       252  cl-subs:      915  v-elim:   4926  v-fix:    0  time:  0.24 s
1.59/1.69	c Finding binary XORs  T:     0.03 s  found:      64
1.69/1.70	c Replacing       64 vars Replaced    14000 lits Time:     0.01 s 
1.69/1.73	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.69/1.73	c calculated reachability. Time: 0.01
1.69/1.73	c Calc default polars -  time:   0.00 s pos:    1261 undec:    8081 neg:    8368
1.69/1.73	c =========================================================================================
1.69/1.73	c types(t): F = full restart, N = normal restart
1.69/1.73	c types(t): S = simplification begin/end, E = solution found
1.69/1.73	c restart types(rt): st = static, dy = dynamic
1.69/1.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.69/1.73	c  B st     0         0      9790     25339    203638         0    756423         0   no data   no data
1.99/2.04	c  N dy    23      4064      9784     25339    203850      3726    756414    170296     30.17     33.36
2.38/2.46	c  N dy    57      8178      9784     25339    203887      4834    756414    191510     36.79     38.87
2.68/2.78	c  N dy    66     12348      9784     25339    203948      8761    756414    399816     31.99     34.02
3.19/3.30	c  N dy    83     17930      9784     25339    204002      9434    756414    372270     31.14     32.89
3.88/3.95	c  F st    89     25001      9783     25339    204122     10071    756412    415525     28.39     20.67
3.88/3.98	c  N st    89     25001      9783     25077    204017     10070    753554    415447     28.39     20.67
4.39/4.47	c  N dy    95     30001      9782     25077    204190      7488    753545    185592     28.39   no data
4.39/4.47	c  S st    95     30001      9782     25077    204190      7488    753545    185592     28.39   no data
4.49/4.56	c  S st    95     30501      9780     25077    204383      7784    753537    188670     28.39   no data
4.49/4.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5.88/5.90	c Flit:    11 Blit:      0 bXBeca:    0 bXProp:   53 Bins: 643562 BRemL: 130343 BRemN:      5 P: 28.3M T:  1.32
5.88/5.93	c Replacing       53 vars Replaced    27277 lits Time:     0.03 s 
5.88/5.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.98/6.05	c bin-w-bin subsume rem         8680 bins  time:  0.10 s
6.59/6.70	c subs with bin:     1223  lits-rem:     29750  v-fix:    0  time:  0.65 s
6.68/6.79	c Subs w/ non-existent bins:      0 l-rem:   1525 v-fix:     0 done:   9714 time:  0.09 s
6.78/6.82	c Removed useless bin:     703  fixed:     0  props:   2.02M  time:  0.03 s
6.88/6.96	c lits-rem:       584  cl-subs:      194  v-elim:    615  v-fix:    0  time:  0.14 s
7.08/7.12	c subs with bin:       28  lits-rem:      5052  v-fix:    0  time:  0.14 s
7.08/7.19	c lits-rem:     10861  cl-subs:      327  v-elim:      0  v-fix:    0  time:  0.07 s
7.38/7.47	c asymm  cl-useful: 1304/6077/23111 lits-rem:3547 time: 0.28
7.38/7.49	c calculated reachability. Time: 0.01
7.38/7.49	c  N dy    95     30501      9099     23100    696159      6931    704017   1149834     28.39   no data
7.48/7.53	c Finding binary XORs  T:     0.04 s  found:       1
8.28/8.37	c  N dy   101     40091      9099     23100    696408      8065    704010   1148725     24.17     26.00
8.79/8.86	c  N dy   110     45751      9099     23100    696517     13429    704007   1354110     23.27     12.75
8.79/8.86	c  S st   110     45751      9099     23100    696517     13429    704007   1354110     23.27     12.75
8.89/8.97	c  S st   110     46255      9099     23100    696630     13814    703998   1360057     23.27   no data
8.89/8.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10.09/10.17	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   2107 BRemL: 154450 BRemN:   2035 P: 31.9M T:  1.19
10.19/10.20	c Replacing        4 vars Replaced     2660 lits Time:     0.03 s 
10.19/10.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.19/10.27	c bin-w-bin subsume rem          741 bins  time:  0.06 s
10.69/10.75	c subs with bin:      156  lits-rem:      5779  v-fix:    0  time:  0.48 s
10.79/10.83	c Subs w/ non-existent bins:     32 l-rem:    713 v-fix:     0 done:   9094 time:  0.07 s
10.79/10.86	c Removed useless bin:    8392  fixed:     0  props:   2.27M  time:  0.04 s
10.89/10.99	c lits-rem:       129  cl-subs:      183  v-elim:    293  v-fix:    0  time:  0.13 s
11.19/11.30	c subs with bin:       22  lits-rem:      2471  v-fix:    0  time:  0.29 s
11.39/11.41	c lits-rem:      6709  cl-subs:      875  v-elim:      0  v-fix:    0  time:  0.11 s
11.39/11.43	c vivif2 --  cl tried    22696 cl shrink     1541 lits rem       2286 time: 0.02
11.39/11.46	c vivif2 --  cl tried    11669 cl shrink     2624 lits rem       8572 time: 0.03
11.69/11.73	c asymm  cl-useful: 77/10893/22693 lits-rem:193 time: 0.27
11.69/11.75	c calculated reachability. Time: 0.01
11.69/11.75	c  N dy   110     46255      8801     22656    519741     11655    652103    947250     23.27   no data
12.39/12.48	c  N dy   111     55481      8800     22656    519950     11851    652089    929549     21.25     22.59
13.48/13.54	c  N dy   122     69382      8800     22656    520447     15027    652087    972615     19.39     10.16
13.48/13.54	c  S st   122     69382      8800     22656    520447     15027    652087    972615     19.39     10.16
13.58/13.63	c  S st   122     69883      8800     22656    520574     15393    652073    980061     19.39   no data
13.58/13.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.78/14.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:   2870 BRemL: 189174 BRemN:   1702 P: 29.3M T:  1.23
14.78/14.90	c Replacing        8 vars Replaced     3802 lits Time:     0.02 s 
14.88/14.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.88/14.94	c bin-w-bin subsume rem          916 bins  time:  0.03 s
15.18/15.29	c subs with bin:       79  lits-rem:       227  v-fix:    0  time:  0.35 s
15.29/15.35	c Subs w/ non-existent bins:     36 l-rem:      2 v-fix:     0 done:   8792 time:  0.05 s
15.29/15.38	c Removed useless bin:     131  fixed:     0  props:   2.82M  time:  0.03 s
15.39/15.47	c lits-rem:        43  cl-subs:       47  v-elim:      4  v-fix:    0  time:  0.10 s
15.68/15.79	c subs with bin:       17  lits-rem:      1584  v-fix:    0  time:  0.30 s
15.79/15.88	c lits-rem:      6825  cl-subs:      758  v-elim:      0  v-fix:    0  time:  0.09 s
15.88/15.90	c vivif2 --  cl tried    22534 cl shrink      260 lits rem        487 time: 0.02
15.88/15.93	c vivif2 --  cl tried    14620 cl shrink     3124 lits rem      12388 time: 0.03
16.19/16.22	c asymm  cl-useful: 234/4831/22528 lits-rem:1629 time: 0.29
16.19/16.24	c calculated reachability. Time: 0.01
16.19/16.24	c  N dy   122     69883      8788     22528    331296     14589    643180    567499     19.39   no data
16.58/16.60	c  N dy   128     74361      8786     22528    331429     18796    643178    691646     18.90     20.22
16.98/17.02	c  N dy   132     79399      8786     22528    331515     12737    643168    503315     18.53     20.16
17.59/17.69	c  F st   135     87502      8785     22528    331727     20403    643162    720761     17.72      8.73
17.68/17.73	c  N st   135     87502      8785     22528    330216     20363    643017    717613     17.72      8.73
18.18/18.28	c  N dy   142     93464      8772     22528    330425     13944    643015    507187     17.70     18.85
18.89/18.95	c  N dy   146    101853      8771     22528    330635     21977    643012    775139     17.17     18.11
19.19/19.22	c  S st   148    104825      8770     22528    330738     24745    643011    832507     16.90      7.39
19.29/19.30	c  S st   148    105327      8770     22528    330798     25183    643009    842168     16.90   no data
19.29/19.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.80/20.85	c Flit:     9 Blit:      3 bXBeca:    0 bXProp:    8 Bins:  77591 BRemL: 136749 BRemN:    124 P: 35.5M T:  1.53
20.80/20.88	c Replacing        8 vars Replaced     7616 lits Time:     0.03 s 
20.80/20.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.90/20.92	c bin-w-bin subsume rem          506 bins  time:  0.03 s
21.09/21.18	c subs with bin:      117  lits-rem:       852  v-fix:    0  time:  0.26 s
21.19/21.23	c Subs w/ non-existent bins:      0 l-rem:     11 v-fix:     0 done:   8748 time:  0.05 s
21.19/21.26	c Removed useless bin:     310  fixed:     0  props:   3.11M  time:  0.03 s
21.29/21.37	c lits-rem:       609  cl-subs:       43  v-elim:      5  v-fix:    0  time:  0.11 s
21.79/21.83	c subs with bin:      620  lits-rem:      4854  v-fix:    0  time:  0.45 s
22.00/22.01	c lits-rem:      5915  cl-subs:     1301  v-elim:      0  v-fix:    0  time:  0.17 s
22.00/22.03	c vivif2 --  cl tried    22051 cl shrink      265 lits rem        793 time: 0.02
22.00/22.09	c vivif2 --  cl tried    21011 cl shrink     6462 lits rem      39912 time: 0.06
22.29/22.36	c asymm  cl-useful: 566/3391/22043 lits-rem:1097 time: 0.27
22.29/22.38	c calculated reachability. Time: 0.01
22.29/22.38	c  N dy   148    105327      8743     22040    265443     21004    631498    575252     16.90   no data
22.39/22.42	c Finding binary XORs  T:     0.04 s  found:       0
22.99/23.07	c  N dy   153    112588      8716     22040    265647     15954    631496    408301     16.47     17.49
24.19/24.26	c  N dy   155    126262      8685     22040    265817     15614    631495    378784     15.81     17.07
25.69/25.78	c  N dy   159    143183      8684     22040    266147     16932    631494    396490     15.08     16.06
26.79/26.82	c  N dy   163    154775      8684     22040    266455     27996    631493    707840     14.74     15.79
27.09/27.14	c  S st   165    157990      8684     22040    266583     31054    631493    812770     14.61     10.36
27.19/27.22	c  S st   165    158490      8684     22040    266607     31527    631493    825116     14.61   no data
27.19/27.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.89/28.94	c Flit:    39 Blit:      0 bXBeca:    0 bXProp:   83 Bins: 226012 BRemL:  83070 BRemN:    116 P: 35.4M T:  1.71
28.89/28.98	c Replacing       83 vars Replaced    14180 lits Time:     0.03 s 
28.99/29.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.99/29.04	c bin-w-bin subsume rem         2035 bins  time:  0.04 s
29.29/29.35	c subs with bin:      146  lits-rem:      1523  v-fix:    0  time:  0.31 s
29.39/29.41	c Subs w/ non-existent bins:      0 l-rem:    204 v-fix:     0 done:   8529 time:  0.06 s
29.39/29.43	c Removed useless bin:     953  fixed:     0  props:   2.24M  time:  0.03 s
29.49/29.57	c lits-rem:        74  cl-subs:      167  v-elim:    588  v-fix:    0  time:  0.14 s
30.18/30.29	c subs with bin:      235  lits-rem:     27800  v-fix:    0  time:  0.69 s
30.48/30.56	c lits-rem:      3065  cl-subs:     2039  v-elim:      0  v-fix:    0  time:  0.26 s
30.48/30.57	c vivif2 --  cl tried    19341 cl shrink      818 lits rem       6988 time: 0.02
30.58/30.66	c vivif2 --  cl tried    26051 cl shrink     9706 lits rem      52560 time: 0.08
30.88/30.92	c asymm  cl-useful: 479/3507/19048 lits-rem:818 time: 0.26
30.88/30.94	c calculated reachability. Time: 0.01
30.88/30.94	c  N dy   165    158490      7941     18957    351242     26038    551200    868757     14.61   no data
30.88/30.98	c Finding binary XORs  T:     0.04 s  found:       0
32.08/32.12	c  N dy   167    171544      7937     18957    351390     24206    551198    765457     14.13     14.99
33.18/33.25	c  N dy   174    183286      7923     18957    351502     19275    551197    648123     13.79     14.55
34.58/34.61	c  N dy   181    197743      7921     18957    351575     33424    551197   1004981     13.43     15.35
36.09/36.16	c  N dy   182    213684      7885     18957    351678     30998    551196    888619     13.01     13.70
37.40/37.43	c  E dy   184    225257      7770     18069    340364     19729    540327    595634     12.72      4.36
37.40/37.43	c num threads              : 1          
37.40/37.43	c restarts                 : 184        
37.40/37.43	c dynamic restarts         : 166        
37.40/37.43	c static restarts          : 18         
37.40/37.43	c full restarts            : 2          
37.40/37.43	c total simplify time      : 0.13       
37.40/37.43	c learnts DL2              : 0          
37.40/37.43	c learnts size 2           : 1231757    
37.40/37.43	c learnts size 1           : 2037        (11.50     % of vars)
37.40/37.43	c filedLit time            : 7.78        (20.81     % time)
37.40/37.43	c v-elim SatELite          : 6431        (36.31     % vars)
37.40/37.43	c SatELite time            : 1.90        (5.09      % time)
37.40/37.43	c v-elim xor               : 0           (0.00      % vars)
37.40/37.43	c xor elim time            : 0.05        (0.14      % time)
37.40/37.43	c num binary xor trees     : 642        
37.40/37.43	c binxor trees' crown      : 2250        (3.50      leafs/tree)
37.40/37.43	c bin xor find time        : 0.15       
37.40/37.43	c OTF clause improved      : 5220        (0.02      clauses/conflict)
37.40/37.43	c OTF impr. size diff      : 9496        (1.82       lits/clause)
37.40/37.43	c OTF cl watch-shrink      : 178552      (0.79      clauses/conflict)
37.40/37.43	c OTF cl watch-sh-lit      : 1397484     (7.83       lits/clause)
37.40/37.43	c tried to recurMin cls    : 96540       (42.86      % of conflicts)
37.40/37.43	c updated cache            : 0           (0.00       lits/tried recurMin)
37.40/37.43	c clauses over max glue    : 0           (0.00      % of all clauses)
37.40/37.43	c conflicts                : 225257      (6027.86   / sec)
37.40/37.43	c decisions                : 1350500     (0.74      % random)
37.40/37.43	c bogo-props               : 1261201219  (33749644.17 / sec)
37.40/37.43	c conflict literals        : 7117312     (37.17     % deleted)
37.40/37.43	c Memory used              : 158.07      MB
37.40/37.43	c CPU time                 : 37.37       s
37.40/37.43	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-3284183-1303762357/watcher-3284183-1303762357 -o /tmp/evaluation-result-3284183-1303762357/solver-3284183-1303762357 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3284183-1303762357.cnf 

running on 2 cores: 1,3

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: 0.93 1.52 2.42 4/180 30566
/proc/meminfo: memFree=20772736/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=12724 CPUtime=0 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4194304 104 0 0 0 0 0 0 0 21 0 1 0 487832387 13029376 60 33554432000 4194304 4627331 140737448880272 18446744073709551615 254495768199 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30566/statm: 3181 60 45 106 0 45 0

[startup+0.0523471 s]
/proc/loadavg: 0.93 1.52 2.42 4/180 30566
/proc/meminfo: memFree=20772736/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=36956 CPUtime=0.04 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 2778 0 0 0 4 0 0 0 21 0 1 0 487832387 37842944 2519 33554432000 4194304 4627331 140737448880272 18446744073709551615 254500352709 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 9239 2520 322 106 0 4210 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36956

[startup+0.100337 s]
/proc/loadavg: 0.93 1.52 2.42 4/180 30566
/proc/meminfo: memFree=20772736/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=42468 CPUtime=0.08 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 4489 0 0 0 8 0 0 0 21 0 1 0 487832387 43487232 3960 33554432000 4194304 4627331 140737448880272 18446744073709551615 4299625 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 10617 3960 344 106 0 5588 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42468

[startup+0.300296 s]
/proc/loadavg: 0.93 1.52 2.42 4/180 30566
/proc/meminfo: memFree=20772736/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=42864 CPUtime=0.28 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 4613 0 0 0 28 0 0 0 22 0 1 0 487832387 43892736 4084 33554432000 4194304 4627331 140737448880272 18446744073709551615 4308959 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 10716 4084 344 106 0 5687 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42864

[startup+0.70022 s]
/proc/loadavg: 0.93 1.52 2.42 4/180 30566
/proc/meminfo: memFree=20772736/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=67516 CPUtime=0.69 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 10794 0 0 0 68 1 0 0 23 0 1 0 487832387 69136384 10265 33554432000 4194304 4627331 140737448880272 18446744073709551615 254500352709 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 16879 10266 348 106 0 11850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67516

[startup+1.50106 s]
/proc/loadavg: 0.93 1.52 2.42 5/184 30573
/proc/meminfo: memFree=20613588/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=84052 CPUtime=1.49 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 15067 0 0 0 147 2 0 0 25 0 1 0 487832387 86069248 14538 33554432000 4194304 4627331 140737448880272 18446744073709551615 254500352709 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 21013 14538 364 106 0 15984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84052

[startup+3.10074 s]
/proc/loadavg: 1.18 1.56 2.43 5/184 30573
/proc/meminfo: memFree=20453256/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=90756 CPUtime=3.08 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 18040 0 0 0 306 2 0 0 25 0 1 0 487832387 92934144 15559 33554432000 4194304 4627331 140737448880272 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 22689 15559 374 106 0 17660 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90756

[startup+6.3011 s]
/proc/loadavg: 1.18 1.56 2.43 5/187 30579
/proc/meminfo: memFree=20121764/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=114704 CPUtime=6.28 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 25275 0 0 0 625 3 0 0 25 0 1 0 487832387 117456896 20721 33554432000 4194304 4627331 140737448880272 18446744073709551615 4424613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 28676 20721 379 106 0 23647 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 114704

[startup+12.7008 s]
/proc/loadavg: 1.68 1.66 2.45 5/190 30585
/proc/meminfo: memFree=19273572/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=120512 CPUtime=12.69 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 29034 0 0 0 1265 4 0 0 25 0 1 0 487832387 123404288 22356 33554432000 4194304 4627331 140737448880272 18446744073709551615 4321450 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 30128 22356 379 106 0 25099 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120512

[startup+25.5003 s]
/proc/loadavg: 2.04 1.73 2.47 5/190 30586
/proc/meminfo: memFree=17914472/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=151080 CPUtime=25.49 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 35015 0 0 0 2544 5 0 0 25 0 1 0 487832387 154705920 28328 33554432000 4194304 4627331 140737448880272 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 37770 28328 379 106 0 32741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151080

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

[startup+31.907 s]
/proc/loadavg: 2.34 1.81 2.49 5/190 30586
/proc/meminfo: memFree=17504524/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=161856 CPUtime=31.89 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 37653 0 0 0 3184 5 0 0 25 0 1 0 487832387 165740544 30966 33554432000 4194304 4627331 140737448880272 18446744073709551615 4299573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 40464 30966 379 106 0 35435 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 161856

[startup+35.1004 s]
/proc/loadavg: 2.34 1.81 2.49 5/190 30586
/proc/meminfo: memFree=17499072/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=161856 CPUtime=35.1 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 37710 0 0 0 3504 6 0 0 25 0 1 0 487832387 165740544 31023 33554432000 4194304 4627331 140737448880272 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 40464 31023 379 106 0 35435 0
Current children cumulated CPU time (s) 35.1
Current children cumulated vsize (KiB) 161856

[startup+36.7011 s]
/proc/loadavg: 2.34 1.81 2.49 5/190 30586
/proc/meminfo: memFree=17499196/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=161856 CPUtime=36.69 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 37710 0 0 0 3663 6 0 0 25 0 1 0 487832387 165740544 31023 33554432000 4194304 4627331 140737448880272 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 40464 31023 379 106 0 35435 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 161856

[startup+37.101 s]
/proc/loadavg: 2.34 1.81 2.49 5/190 30586
/proc/meminfo: memFree=17499196/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=161856 CPUtime=37.09 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 37710 0 0 0 3703 6 0 0 25 0 1 0 487832387 165740544 31023 33554432000 4194304 4627331 140737448880272 18446744073709551615 4333020 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 40464 31023 379 106 0 35435 0
Current children cumulated CPU time (s) 37.09
Current children cumulated vsize (KiB) 161856

[startup+37.301 s]
/proc/loadavg: 2.47 1.84 2.49 5/190 30586
/proc/meminfo: memFree=17497092/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=161856 CPUtime=37.3 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 37710 0 0 0 3724 6 0 0 25 0 1 0 487832387 165740544 31023 33554432000 4194304 4627331 140737448880272 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 40464 31023 379 106 0 35435 0
Current children cumulated CPU time (s) 37.3
Current children cumulated vsize (KiB) 161856

[startup+37.4069 s]
/proc/loadavg: 2.47 1.84 2.49 5/190 30586
/proc/meminfo: memFree=17497092/32950928 swapFree=67111528/67111528
[pid=30566] ppid=30564 vsize=161856 CPUtime=37.4 cores=1,3
/proc/30566/stat : 30566 (strangenight2-s) R 30564 30566 29940 0 -1 4202496 37710 0 0 0 3734 6 0 0 25 0 1 0 487832387 165740544 31023 33554432000 4194304 4627331 140737448880272 18446744073709551615 4309373 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30566/statm: 40464 31023 379 106 0 35435 0
Current children cumulated CPU time (s) 37.4
Current children cumulated vsize (KiB) 161856

Child status: 20
Real time (s): 37.4566
CPU time (s): 37.4523
CPU user time (s): 37.3853
CPU system time (s): 0.066989
CPU usage (%): 99.9886
Max. virtual memory (cumulated for all children) (KiB): 161856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3853
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37721
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= 11
involuntary context switches= 65

runsolver used 0.06499 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 22:12:37
IDJOB=3284183
IDBENCH=71718
IDSOLVER=1587
FILE ID=node149/3284183-1303762357
RUNJOBID= node149-1303762357-30544
PBS_JOBID= 13157116
Free space on /tmp= 72164 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284183-1303762357/watcher-3284183-1303762357 -o /tmp/evaluation-result-3284183-1303762357/solver-3284183-1303762357 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3284183-1303762357.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=919781415

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20773396 kB
Buffers:       2160880 kB
Cached:        9409412 kB
SwapCached:          0 kB
Active:        1193660 kB
Inactive:     10452376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20773396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31100 kB
Writeback:           0 kB
AnonPages:       75388 kB
Mapped:          14488 kB
Slab:           467992 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199736 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= 71672 MiB
End job on node149 at 2011-04-25 22:13:15