Trace number 3401000

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 34.0698 34.111

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 benchmark11.3553
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.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-3401000-1306280231.cnf'
0.00/0.00	c -- header says num vars:          17710
0.00/0.00	c -- header says num clauses:      304026
0.00/0.07	c -- clauses added:            0 learnts,       304026 normals,            0 xors
0.00/0.07	c -- vars added      17710
0.00/0.07	c Parsing time:  0.07 s
0.00/0.07	c  N st     0         0     17710     35671    268354         0    890579         0   no data   no data
0.29/0.31	c asymm  cl-useful: 470/5723/35670 lits-rem:4671 time: 0.23
0.89/0.95	c Flit:   273 Blit:     63 bXBeca:    0 bXProp: 2030 Bins:      0 BRemL:      0 BRemN:      0 P: 23.9M T:  0.63
0.89/0.96	c Cleaning up after failed var search:     0.01 s 
0.89/0.97	c Replacing     2030 vars Replaced    26831 lits Time:     0.01 s 
0.89/0.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.89/1.00	c bin-w-bin subsume rem           49 bins  time:  0.01 s
1.00/1.11	c subs with bin:       96  lits-rem:       594  v-fix:    0  time:  0.11 s
1.10/1.16	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:  14780 time:  0.05 s
1.18/1.20	c Removed useless bin:     586  fixed:     0  props:   5.75M  time:  0.04 s
1.39/1.44	c lits-rem:       252  cl-subs:      915  v-elim:   4926  v-fix:    0  time:  0.23 s
1.39/1.47	c Finding binary XORs  T:     0.03 s  found:      64
1.39/1.48	c Replacing       64 vars Replaced    14000 lits Time:     0.01 s 
1.49/1.50	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.49/1.50	c calculated reachability. Time: 0.01
1.49/1.51	c Calc default polars -  time:   0.00 s pos:    1261 undec:    8081 neg:    8368
1.49/1.51	c =========================================================================================
1.49/1.51	c types(t): F = full restart, N = normal restart
1.49/1.51	c types(t): S = simplification begin/end, E = solution found
1.49/1.51	c restart types(rt): st = static, dy = dynamic
1.49/1.51	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.49/1.51	c  B st     0         0      9790     25339    203638         0    756423         0   no data   no data
1.69/1.79	c  N dy    23      4064      9784     25339    203850      3726    756414    170296     30.17     33.36
2.10/2.19	c  N dy    57      8178      9784     25339    203887      4834    756414    191510     36.79     38.87
2.39/2.49	c  N dy    66     12348      9784     25339    203948      8761    756414    399816     31.99     34.02
2.89/2.97	c  N dy    83     17930      9784     25339    204002      9434    756414    372270     31.14     32.89
3.49/3.57	c  F st    89     25001      9783     25339    204122     10071    756412    415525     28.39     20.67
3.59/3.61	c  N st    89     25001      9783     25077    204017     10070    753554    415447     28.39     20.67
3.99/4.06	c  N dy    95     30001      9782     25077    204190      7488    753545    185592     28.39   no data
3.99/4.06	c  S st    95     30001      9782     25077    204190      7488    753545    185592     28.39   no data
4.09/4.15	c  S st    95     30501      9780     25077    204383      7784    753537    188670     28.39   no data
4.09/4.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.28	c Flit:    11 Blit:      0 bXBeca:    0 bXProp:   53 Bins: 643562 BRemL: 130343 BRemN:      5 P: 28.3M T:  1.12
5.29/5.31	c Replacing       53 vars Replaced    27277 lits Time:     0.03 s 
5.29/5.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.29/5.40	c bin-w-bin subsume rem         8680 bins  time:  0.08 s
5.99/6.00	c subs with bin:     1223  lits-rem:     29750  v-fix:    0  time:  0.60 s
5.99/6.07	c Subs w/ non-existent bins:      0 l-rem:   1525 v-fix:     0 done:   9714 time:  0.06 s
6.09/6.10	c Removed useless bin:     703  fixed:     0  props:   2.02M  time:  0.03 s
6.19/6.23	c lits-rem:       584  cl-subs:      194  v-elim:    615  v-fix:    0  time:  0.14 s
6.29/6.38	c subs with bin:       28  lits-rem:      5052  v-fix:    0  time:  0.13 s
6.39/6.45	c lits-rem:     10861  cl-subs:      327  v-elim:      0  v-fix:    0  time:  0.06 s
6.61/6.69	c asymm  cl-useful: 1304/6077/23111 lits-rem:3547 time: 0.24
6.69/6.71	c calculated reachability. Time: 0.01
6.69/6.71	c  N dy    95     30501      9099     23100    696159      6931    704017   1149834     28.39   no data
6.69/6.75	c Finding binary XORs  T:     0.04 s  found:       1
7.49/7.53	c  N dy   101     40091      9099     23100    696408      8065    704010   1148725     24.17     26.00
7.89/7.99	c  N dy   110     45751      9099     23100    696517     13429    704007   1354110     23.27     12.75
7.89/7.99	c  S st   110     45751      9099     23100    696517     13429    704007   1354110     23.27     12.75
7.99/8.09	c  S st   110     46255      9099     23100    696630     13814    703998   1360057     23.27   no data
8.09/8.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.09/9.14	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   2107 BRemL: 154450 BRemN:   2035 P: 31.9M T:  1.04
9.09/9.17	c Replacing        4 vars Replaced     2660 lits Time:     0.03 s 
9.09/9.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/9.22	c bin-w-bin subsume rem          741 bins  time:  0.04 s
9.59/9.67	c subs with bin:      156  lits-rem:      5779  v-fix:    0  time:  0.45 s
9.69/9.73	c Subs w/ non-existent bins:     32 l-rem:    713 v-fix:     0 done:   9094 time:  0.06 s
9.69/9.76	c Removed useless bin:    8392  fixed:     0  props:   2.27M  time:  0.03 s
9.80/9.89	c lits-rem:       129  cl-subs:      183  v-elim:    293  v-fix:    0  time:  0.12 s
10.09/10.17	c subs with bin:       22  lits-rem:      2471  v-fix:    0  time:  0.27 s
10.19/10.28	c lits-rem:      6709  cl-subs:      875  v-elim:      0  v-fix:    0  time:  0.10 s
10.29/10.30	c vivif2 --  cl tried    22696 cl shrink     1541 lits rem       2286 time: 0.02
10.29/10.33	c vivif2 --  cl tried    11669 cl shrink     2624 lits rem       8572 time: 0.03
10.49/10.56	c asymm  cl-useful: 77/10893/22693 lits-rem:193 time: 0.24
10.49/10.58	c calculated reachability. Time: 0.01
10.49/10.58	c  N dy   110     46255      8801     22656    519741     11655    652103    947250     23.27   no data
11.19/11.26	c  N dy   111     55481      8800     22656    519950     11851    652089    929549     21.25     22.59
12.19/12.24	c  N dy   122     69382      8800     22656    520447     15027    652087    972615     19.39     10.16
12.19/12.24	c  S st   122     69382      8800     22656    520447     15027    652087    972615     19.39     10.16
12.29/12.33	c  S st   122     69883      8800     22656    520574     15393    652073    980061     19.39   no data
12.29/12.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13.39/13.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:   2870 BRemL: 189174 BRemN:   1702 P: 29.3M T:  1.05
13.39/13.42	c Replacing        8 vars Replaced     3802 lits Time:     0.02 s 
13.39/13.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.39/13.45	c bin-w-bin subsume rem          916 bins  time:  0.03 s
13.69/13.78	c subs with bin:       79  lits-rem:       227  v-fix:    0  time:  0.33 s
13.79/13.83	c Subs w/ non-existent bins:     36 l-rem:      2 v-fix:     0 done:   8792 time:  0.04 s
13.79/13.85	c Removed useless bin:     131  fixed:     0  props:   2.82M  time:  0.03 s
13.89/13.95	c lits-rem:        43  cl-subs:       47  v-elim:      4  v-fix:    0  time:  0.09 s
14.20/14.24	c subs with bin:       17  lits-rem:      1584  v-fix:    0  time:  0.28 s
14.31/14.33	c lits-rem:      6825  cl-subs:      758  v-elim:      0  v-fix:    0  time:  0.08 s
14.31/14.35	c vivif2 --  cl tried    22534 cl shrink      260 lits rem        487 time: 0.02
14.31/14.38	c vivif2 --  cl tried    14620 cl shrink     3124 lits rem      12388 time: 0.03
14.59/14.63	c asymm  cl-useful: 234/4831/22528 lits-rem:1629 time: 0.25
14.59/14.65	c calculated reachability. Time: 0.01
14.59/14.65	c  N dy   122     69883      8788     22528    331296     14589    643180    567499     19.39   no data
14.89/14.98	c  N dy   128     74361      8786     22528    331429     18796    643178    691646     18.90     20.22
15.30/15.38	c  N dy   132     79399      8786     22528    331515     12737    643168    503315     18.53     20.16
15.98/16.01	c  F st   135     87502      8785     22528    331727     20403    643162    720761     17.72      8.73
15.98/16.04	c  N st   135     87502      8785     22528    330216     20363    643017    717613     17.72      8.73
16.51/16.53	c  N dy   142     93464      8772     22528    330425     13944    643015    507187     17.70     18.85
17.09/17.14	c  N dy   146    101853      8771     22528    330635     21977    643012    775139     17.17     18.11
17.29/17.39	c  S st   148    104825      8770     22528    330738     24745    643011    832507     16.90      7.39
17.39/17.46	c  S st   148    105327      8770     22528    330798     25183    643009    842168     16.90   no data
17.39/17.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.79/18.80	c Flit:     9 Blit:      3 bXBeca:    0 bXProp:    8 Bins:  77591 BRemL: 136749 BRemN:    124 P: 35.5M T:  1.33
18.79/18.83	c Replacing        8 vars Replaced     7616 lits Time:     0.03 s 
18.79/18.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.79/18.86	c bin-w-bin subsume rem          506 bins  time:  0.02 s
19.09/19.11	c subs with bin:      117  lits-rem:       852  v-fix:    0  time:  0.24 s
19.09/19.15	c Subs w/ non-existent bins:      0 l-rem:     11 v-fix:     0 done:   8748 time:  0.04 s
19.09/19.18	c Removed useless bin:     310  fixed:     0  props:   3.11M  time:  0.03 s
19.19/19.28	c lits-rem:       609  cl-subs:       43  v-elim:      5  v-fix:    0  time:  0.10 s
19.59/19.71	c subs with bin:      620  lits-rem:      4854  v-fix:    0  time:  0.42 s
19.81/19.88	c lits-rem:      5915  cl-subs:     1301  v-elim:      0  v-fix:    0  time:  0.16 s
19.89/19.90	c vivif2 --  cl tried    22051 cl shrink      265 lits rem        793 time: 0.02
19.89/19.96	c vivif2 --  cl tried    21011 cl shrink     6462 lits rem      39912 time: 0.06
20.19/20.20	c asymm  cl-useful: 566/3391/22043 lits-rem:1097 time: 0.24
20.19/20.22	c calculated reachability. Time: 0.01
20.19/20.22	c  N dy   148    105327      8743     22040    265443     21004    631498    575252     16.90   no data
20.19/20.26	c Finding binary XORs  T:     0.04 s  found:       0
20.80/20.86	c  N dy   153    112588      8716     22040    265647     15954    631496    408301     16.47     17.49
21.90/21.97	c  N dy   155    126262      8685     22040    265817     15614    631495    378784     15.81     17.07
23.29/23.37	c  N dy   159    143183      8684     22040    266147     16932    631494    396490     15.08     16.06
24.29/24.33	c  N dy   163    154775      8684     22040    266455     27996    631493    707840     14.74     15.79
24.59/24.63	c  S st   165    157990      8684     22040    266583     31054    631493    812770     14.61     10.36
24.69/24.70	c  S st   165    158490      8684     22040    266607     31527    631493    825116     14.61   no data
24.69/24.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.09/26.17	c Flit:    39 Blit:      0 bXBeca:    0 bXProp:   83 Bins: 226012 BRemL:  83070 BRemN:    116 P: 35.4M T:  1.46
26.19/26.21	c Replacing       83 vars Replaced    14180 lits Time:     0.02 s 
26.19/26.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.19/26.26	c bin-w-bin subsume rem         2035 bins  time:  0.03 s
26.48/26.55	c subs with bin:      146  lits-rem:      1523  v-fix:    0  time:  0.29 s
26.48/26.59	c Subs w/ non-existent bins:      0 l-rem:    204 v-fix:     0 done:   8529 time:  0.05 s
26.58/26.62	c Removed useless bin:     953  fixed:     0  props:   2.24M  time:  0.02 s
26.68/26.75	c lits-rem:        74  cl-subs:      167  v-elim:    588  v-fix:    0  time:  0.13 s
27.29/27.41	c subs with bin:      235  lits-rem:     27800  v-fix:    0  time:  0.64 s
27.59/27.67	c lits-rem:      3065  cl-subs:     2039  v-elim:      0  v-fix:    0  time:  0.25 s
27.59/27.68	c vivif2 --  cl tried    19341 cl shrink      818 lits rem       6988 time: 0.02
27.69/27.76	c vivif2 --  cl tried    26051 cl shrink     9706 lits rem      52560 time: 0.08
27.99/28.00	c asymm  cl-useful: 479/3507/19048 lits-rem:818 time: 0.24
27.99/28.02	c calculated reachability. Time: 0.01
27.99/28.02	c  N dy   165    158490      7941     18957    351242     26038    551200    868757     14.61   no data
27.99/28.06	c Finding binary XORs  T:     0.04 s  found:       0
29.09/29.11	c  N dy   167    171544      7937     18957    351390     24206    551198    765457     14.13     14.99
30.09/30.16	c  N dy   174    183286      7923     18957    351502     19275    551197    648123     13.79     14.55
31.39/31.43	c  N dy   181    197743      7921     18957    351575     33424    551197   1004981     13.43     15.35
32.79/32.89	c  N dy   182    213684      7885     18957    351678     30998    551196    888619     13.01     13.70
33.97/34.10	c  E dy   184    225257      7770     18069    340364     19729    540327    595634     12.72      4.36
33.97/34.10	c num threads              : 1          
33.97/34.10	c restarts                 : 184        
33.97/34.10	c dynamic restarts         : 166        
33.97/34.10	c static restarts          : 18         
33.97/34.10	c full restarts            : 2          
33.97/34.10	c total simplify time      : 0.13       
33.97/34.10	c learnts DL2              : 0          
33.97/34.10	c learnts size 2           : 1231757    
33.97/34.10	c learnts size 1           : 2037        (11.50     % of vars)
33.97/34.10	c filedLit time            : 6.66        (19.59     % time)
33.97/34.10	c v-elim SatELite          : 6431        (36.31     % vars)
33.97/34.10	c SatELite time            : 1.69        (4.96      % time)
33.97/34.10	c v-elim xor               : 0           (0.00      % vars)
33.97/34.10	c xor elim time            : 0.04        (0.13      % time)
33.97/34.10	c num binary xor trees     : 642        
33.97/34.10	c binxor trees' crown      : 2250        (3.50      leafs/tree)
33.97/34.10	c bin xor find time        : 0.15       
33.97/34.10	c OTF clause improved      : 5220        (0.02      clauses/conflict)
33.97/34.10	c OTF impr. size diff      : 9496        (1.82       lits/clause)
33.97/34.10	c OTF cl watch-shrink      : 178552      (0.79      clauses/conflict)
33.97/34.10	c OTF cl watch-sh-lit      : 1397484     (7.83       lits/clause)
33.97/34.10	c tried to recurMin cls    : 96540       (42.86      % of conflicts)
33.97/34.10	c updated cache            : 0           (0.00       lits/tried recurMin)
33.97/34.10	c clauses over max glue    : 0           (0.00      % of all clauses)
33.97/34.10	c conflicts                : 225257      (6625.43   / sec)
33.97/34.10	c decisions                : 1350500     (0.74      % random)
33.97/34.10	c bogo-props               : 1261201219  (37095428.93 / sec)
33.97/34.10	c conflict literals        : 7117312     (37.17     % deleted)
33.97/34.10	c Memory used              : 158.06      MB
33.97/34.10	c CPU time                 : 34.00       s
33.97/34.10	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-3401000-1306280231/watcher-3401000-1306280231 -o /tmp/evaluation-result-3401000-1306280231/solver-3401000-1306280231 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401000-1306280231.cnf 

running on 4 cores: 0,2,4,6

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.70 0.63 0.23 4/527 15735
/proc/meminfo: memFree=12533064/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=32216 CPUtime=0 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 1377 0 0 0 0 0 0 0 25 0 1 0 818253782 32989184 1252 33554432000 4194304 4580011 140735039494544 18446744073709551615 4489177 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 8054 1253 323 95 0 3036 0

[startup+0.085453 s]
/proc/loadavg: 1.70 0.63 0.23 4/527 15735
/proc/meminfo: memFree=12533064/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=42292 CPUtime=0.07 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 4468 0 0 0 7 0 0 0 25 0 1 0 818253782 43307008 3939 33554432000 4194304 4580011 140735039494544 18446744073709551615 4292920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 10573 3939 340 95 0 5555 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 42292

[startup+0.100443 s]
/proc/loadavg: 1.70 0.63 0.23 4/527 15735
/proc/meminfo: memFree=12533064/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=42424 CPUtime=0.09 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 4494 0 0 0 9 0 0 0 25 0 1 0 818253782 43442176 3965 33554432000 4194304 4580011 140735039494544 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 10606 3965 340 95 0 5588 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42424

[startup+0.300405 s]
/proc/loadavg: 1.70 0.63 0.23 4/527 15735
/proc/meminfo: memFree=12533064/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=42820 CPUtime=0.29 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 4624 0 0 0 29 0 0 0 25 0 1 0 818253782 43847680 4095 33554432000 4194304 4580011 140735039494544 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 10705 4095 340 95 0 5687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42820

[startup+0.700323 s]
/proc/loadavg: 1.70 0.63 0.23 4/527 15735
/proc/meminfo: memFree=12533064/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=72756 CPUtime=0.69 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 12105 0 0 0 68 1 0 0 25 0 1 0 818253782 74502144 11576 33554432000 4194304 4580011 140735039494544 18446744073709551615 4292909 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 18189 11576 342 95 0 13171 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72756

[startup+1.50119 s]
/proc/loadavg: 1.70 0.63 0.23 3/528 15736
/proc/meminfo: memFree=12479860/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=88044 CPUtime=1.49 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 16181 0 0 0 147 2 0 0 25 0 1 0 818253782 90157056 15624 33554432000 4194304 4580011 140735039494544 18446744073709551615 4290686 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 22011 15624 361 95 0 16993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88044

[startup+3.10087 s]
/proc/loadavg: 1.73 0.66 0.24 3/528 15736
/proc/meminfo: memFree=12470304/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=90712 CPUtime=3.09 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 18234 0 0 0 307 2 0 0 25 0 1 0 818253782 92889088 15753 33554432000 4194304 4580011 140735039494544 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 22678 15753 365 95 0 17660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90712

[startup+6.30035 s]
/proc/loadavg: 1.73 0.66 0.24 3/528 15736
/proc/meminfo: memFree=12456388/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=116240 CPUtime=6.29 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 25653 0 0 0 626 3 0 0 25 0 1 0 818253782 119029760 21099 33554432000 4194304 4580011 140735039494544 18446744073709551615 4413562 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 29060 21099 368 95 0 24042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116240

[startup+12.7002 s]
/proc/loadavg: 1.77 0.70 0.26 3/528 15737
/proc/meminfo: memFree=12444628/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=131396 CPUtime=12.69 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 29917 0 0 0 1265 4 0 0 25 0 1 0 818253782 134549504 23239 33554432000 4194304 4580011 140735039494544 18446744073709551615 4235114 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 32849 23239 368 95 0 27831 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131396

[startup+25.501 s]
/proc/loadavg: 1.80 0.74 0.27 3/528 15737
/proc/meminfo: memFree=12374188/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=151300 CPUtime=25.49 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 35533 0 0 0 2544 5 0 0 25 0 1 0 818253782 154931200 28846 33554432000 4194304 4580011 140735039494544 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 37825 28846 368 95 0 32807 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151300

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

[startup+28.7004 s]
/proc/loadavg: 1.82 0.76 0.28 3/528 15737
/proc/meminfo: memFree=12368596/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=151300 CPUtime=28.69 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 36360 0 0 0 2863 6 0 0 25 0 1 0 818253782 154931200 29673 33554432000 4194304 4580011 140735039494544 18446744073709551615 4319389 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 37825 29673 368 95 0 32807 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 151300

[startup+31.9198 s]
/proc/loadavg: 1.82 0.76 0.28 3/528 15737
/proc/meminfo: memFree=12368220/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=151300 CPUtime=31.91 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 36367 0 0 0 3185 6 0 0 25 0 1 0 818253782 154931200 29680 33554432000 4194304 4580011 140735039494544 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 37825 29680 368 95 0 32807 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (KiB) 151300

[startup+32.7007 s]
/proc/loadavg: 1.82 0.76 0.28 3/528 15737
/proc/meminfo: memFree=12368220/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=151300 CPUtime=32.69 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 36367 0 0 0 3263 6 0 0 25 0 1 0 818253782 154931200 29680 33554432000 4194304 4580011 140735039494544 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15735/statm: 37825 29680 368 95 0 32807 0
Current children cumulated CPU time (s) 32.69
Current children cumulated vsize (KiB) 151300

[startup+33.5005 s]
/proc/loadavg: 1.83 0.78 0.29 3/528 15737
/proc/meminfo: memFree=12367476/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=151300 CPUtime=33.47 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 36367 0 0 0 3341 6 0 0 25 0 1 0 818253782 154931200 29680 33554432000 4194304 4580011 140735039494544 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/15735/statm: 37825 29680 368 95 0 32807 0
Current children cumulated CPU time (s) 33.47
Current children cumulated vsize (KiB) 151300

[startup+33.9004 s]
/proc/loadavg: 1.83 0.78 0.29 3/528 15737
/proc/meminfo: memFree=12367476/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=161848 CPUtime=33.87 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 36934 0 0 0 3381 6 0 0 25 0 1 0 818253782 165732352 30247 33554432000 4194304 4580011 140735039494544 18446744073709551615 4315874 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/15735/statm: 40462 30247 368 95 0 35444 0
Current children cumulated CPU time (s) 33.87
Current children cumulated vsize (KiB) 161848

[startup+34.0004 s]
/proc/loadavg: 1.83 0.78 0.29 3/528 15737
/proc/meminfo: memFree=12365808/32951124 swapFree=65586216/67111528
[pid=15735] ppid=15733 vsize=161848 CPUtime=33.97 cores=0,2,4,6
/proc/15735/stat : 15735 (strangenight2-s) R 15733 15735 15667 0 -1 4202496 36958 0 0 0 3391 6 0 0 25 0 1 0 818253782 165732352 30271 33554432000 4194304 4580011 140735039494544 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/15735/statm: 40462 30271 368 95 0 35444 0
Current children cumulated CPU time (s) 33.97
Current children cumulated vsize (KiB) 161848

Child status: 20
Real time (s): 34.111
CPU time (s): 34.0698
CPU user time (s): 33.9988
CPU system time (s): 0.070989
CPU usage (%): 99.8793
Max. virtual memory (cumulated for all children) (KiB): 161848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9988
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36983
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= 12
involuntary context switches= 86

runsolver used 0.201969 second user time and 0.414936 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-25 01:37:11
IDJOB=3401000
IDBENCH=71718
IDSOLVER=1887
FILE ID=node119/3401000-1306280231
RUNJOBID= node119-1306280117-15685
PBS_JOBID= 13457867
Free space on /tmp= 73236 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3401000-1306280231/watcher-3401000-1306280231 -o /tmp/evaluation-result-3401000-1306280231/solver-3401000-1306280231 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401000-1306280231.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1634715117

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12533220 kB
Buffers:        185776 kB
Cached:        2652092 kB
SwapCached:       4316 kB
Active:       10985060 kB
Inactive:      9110856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12533220 kB
SwapTotal:    67111528 kB
SwapFree:     65586216 kB
Dirty:           40492 kB
Writeback:           0 kB
AnonPages:    17256484 kB
Mapped:          42048 kB
Slab:           172996 kB
PageTables:      81604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 165022024 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= 73232 MiB
End job on node119 at 2011-05-25 01:37:45