Trace number 3401011

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 58.6391 58.7397

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.7682
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

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-3401011-1306280306.cnf'
0.00/0.00	c -- header says num vars:          96526
0.00/0.00	c -- header says num clauses:      325263
0.09/0.12	c -- clauses added:            0 learnts,       325263 normals,            0 xors
0.09/0.12	c -- vars added      96526
0.09/0.12	c Parsing time:  0.11 s
0.09/0.12	c  N st     0         0     96526    185013    136241         0    838160         0   no data   no data
0.49/0.52	c asymm  cl-useful: 2393/40083/185013 lits-rem:3788 time: 0.40
4.49/4.53	c Flit:   680 Blit:   3823 bXBeca:    0 bXProp: 14655 Bins:      0 BRemL:      0 BRemN:      0 P: 91.8M T:  3.98
4.49/4.55	c Cleaning up after failed var search:     0.01 s 
4.59/4.60	c Replacing    14655 vars Replaced   282554 lits Time:     0.04 s 
4.59/4.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.59/4.66	c bin-w-bin subsume rem         5299 bins  time:  0.01 s
4.59/4.69	c subs with bin:    13138  lits-rem:     10274  v-fix:    0  time:  0.04 s
4.79/4.80	c Subs w/ non-existent bins:   1884 l-rem:   1295 v-fix:     2 done:  74044 time:  0.10 s
4.89/4.90	c Removed useless bin:    3763  fixed:     0  props:  18.24M  time:  0.09 s
5.09/5.17	c lits-rem:        30  cl-subs:     7847  v-elim:  24681  v-fix:    0  time:  0.26 s
5.29/5.32	c Finding binary XORs  T:     0.15 s  found:     775
5.29/5.34	c Replacing      775 vars Replaced    11763 lits Time:     0.02 s 
5.41/5.42	c Finding non-binary XORs:     0.06 s (found:   21181, avg size: 3.0)
5.41/5.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   3760 locsubst:   162 time:   0.02
5.41/5.44	c calculated reachability. Time: 0.01
5.41/5.45	c Calc default polars -  time:   0.01 s pos:    9659 undec:   53373 neg:   33494
5.41/5.45	c =========================================================================================
5.41/5.45	c types(t): F = full restart, N = normal restart
5.41/5.45	c types(t): S = simplification begin/end, E = solution found
5.41/5.45	c restart types(rt): st = static, dy = dynamic
5.41/5.45	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.41/5.45	c  B st     0         0     44826     68997     44967         0    371259         0   no data   no data
5.79/5.83	c Decided on static restart strategy
6.40/6.40	c Replacing      545 vars Replaced     5798 lits Time:     0.02 s 
6.40/6.45	c  N st     8      4912     43533     64916     45260      3945    356154     30777   no data   no data
7.49/7.58	c  N st    10     11295     43105     64916     45702      9718    356152     87396   no data   no data
8.29/8.34	c Finding binary XORs  T:     0.10 s  found:     442
8.29/8.36	c Replacing      770 vars Replaced    16017 lits Time:     0.02 s 
8.71/8.75	c  N st    11     17038     42295     63435     44356     14849    347163    155592   no data   no data
10.79/10.88	c  F st    12     25000     41944     63435     44785     14693    347162    138705   no data   no data
10.79/10.90	c Replacing      257 vars Replaced     2179 lits Time:     0.01 s 
11.09/11.11	c  N st    12     25000     41686     62444     44300     14550    342166    137664   no data   no data
12.29/12.39	c Decided on static restart strategy
12.29/12.39	c  N st    18     30000     41470     62444     44566     19159    342166    190983   no data   no data
12.29/12.39	c  S st    18     30000     41470     62444     44566     19159    342166    190983   no data   no data
12.49/12.57	c  S st    18     30500     41433     62444     44727     19418    342166    192602   no data   no data
12.49/12.59	c x-sub:    45 x-cut:      0 vfix:      0 v-elim:     55 locsubst:    26 time:   0.02
20.47/20.53	c Flit:   601 Blit:   1646 bXBeca:    0 bXProp: 2385 Bins: 118221 BRemL:  18517 BRemN:     48 P: 200.0M T:  7.88
20.47/20.54	c Cleaning up after failed var search:     0.01 s 
20.47/20.57	c Replacing     2749 vars Replaced   122106 lits Time:     0.03 s 
20.47/20.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.57/20.66	c bin-w-bin subsume rem        10219 bins  time:  0.07 s
20.57/20.69	c subs with bin:     4110  lits-rem:      5133  v-fix:    0  time:  0.02 s
20.67/20.79	c Subs w/ non-existent bins:   1137 l-rem:    457 v-fix:     0 done:  35878 time:  0.10 s
20.77/20.83	c Removed useless bin:     751  fixed:     0  props:   1.38M  time:  0.02 s
20.77/20.90	c lits-rem:       993  cl-subs:     1910  v-elim:   3282  v-fix:    0  time:  0.07 s
20.87/20.94	c subs with bin:      954  lits-rem:      6400  v-fix:    0  time:  0.03 s
20.87/20.99	c lits-rem:      1183  cl-subs:      995  v-elim:      0  v-fix:    0  time:  0.04 s
21.15/21.23	c asymm  cl-useful: 0/2597/48232 lits-rem:0 time: 0.23
21.15/21.29	c calculated reachability. Time: 0.06
21.15/21.29	c  N st    18     30500     32596     48232     83143     15273    263351    244026   no data   no data
21.55/21.60	c Finding binary XORs  T:     0.31 s  found:    1083
21.55/21.62	c Replacing     1083 vars Replaced    18863 lits Time:     0.02 s 
22.73/22.80	c  N st    20     37612     31450     47845     83174     22059    261632    354172   no data   no data
23.61/23.76	c Replacing      709 vars Replaced    11495 lits Time:     0.02 s 
24.11/24.22	c Replacing      302 vars Replaced     3326 lits Time:     0.01 s 
24.29/24.44	c  N st    21     44011     29237     43754     60729     12216    241563    165309   no data   no data
24.69/24.85	c  S st    22     45750     29213     43754     60816     13813    241562    184565   no data   no data
24.89/25.02	c  S st    22     46254     29178     43754     60917     14165    241562    186746   no data   no data
24.89/25.04	c x-sub:    28 x-cut:      0 vfix:      0 v-elim:    109 locsubst:   816 time:   0.02
29.51/29.64	c Flit:   203 Blit:    551 bXBeca:   15 bXProp: 1214 Bins: 112408 BRemL:  16931 BRemN:    138 P: 69.9M T:  4.60
29.51/29.65	c Cleaning up after failed var search:     0.01 s 
29.51/29.68	c Replacing     1792 vars Replaced   213208 lits Time:     0.02 s 
29.51/29.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.61/29.74	c bin-w-bin subsume rem        15681 bins  time:  0.04 s
29.61/29.76	c subs with bin:      959  lits-rem:       588  v-fix:    0  time:  0.02 s
29.69/29.82	c Subs w/ non-existent bins:    113 l-rem:     86 v-fix:     0 done:  26067 time:  0.06 s
29.69/29.83	c Removed useless bin:     256  fixed:     0  props:   0.94M  time:  0.01 s
29.69/29.86	c lits-rem:       420  cl-subs:     1539  v-elim:    415  v-fix:    0  time:  0.03 s
29.69/29.90	c subs with bin:      372  lits-rem:      2803  v-fix:    0  time:  0.02 s
29.79/29.93	c lits-rem:       644  cl-subs:      444  v-elim:      0  v-fix:    0  time:  0.03 s
29.79/29.96	c vivif2 --  cl tried    37627 cl shrink      973 lits rem       1075 time: 0.03
29.79/29.98	c vivif2 --  cl tried    12533 cl shrink     3088 lits rem       6642 time: 0.02
30.09/30.27	c asymm  cl-useful: 418/9150/37117 lits-rem:445 time: 0.29
30.19/30.30	c calculated reachability. Time: 0.02
30.19/30.30	c  N st    22     46254     25652     37112    128864     12453    205559    310060   no data   no data
30.39/30.54	c Finding binary XORs  T:     0.24 s  found:     448
30.39/30.55	c Replacing      448 vars Replaced     8607 lits Time:     0.02 s 
32.81/33.01	c  N st    23     60651     25106     37101    129015     26300    205319    567753   no data   no data
34.39/34.51	c  N st    24     69382     25104     37101    129056     21839    205319    467227   no data   no data
34.39/34.51	c  S st    24     69382     25104     37101    129056     21839    205319    467227   no data   no data
34.59/34.70	c  S st    24     69884     25104     37101    129129     22247    205319    470060   no data   no data
34.59/34.72	c x-sub:   225 x-cut:      0 vfix:      0 v-elim:    164 locsubst:  1117 time:   0.02
39.19/39.31	c Flit:   152 Blit:    181 bXBeca:    1 bXProp:  307 Bins:  54972 BRemL:  22242 BRemN:     30 P: 68.1M T:  4.59
39.19/39.32	c Cleaning up after failed var search:     0.01 s 
39.19/39.35	c Replacing      719 vars Replaced    38193 lits Time:     0.02 s 
39.19/39.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.19/39.38	c bin-w-bin subsume rem         5156 bins  time:  0.02 s
39.29/39.40	c subs with bin:      288  lits-rem:        63  v-fix:    0  time:  0.02 s
39.29/39.45	c Subs w/ non-existent bins:     64 l-rem:     41 v-fix:     1 done:  23740 time:  0.06 s
39.29/39.47	c Removed useless bin:     307  fixed:     2  props:   0.83M  time:  0.01 s
39.29/39.50	c lits-rem:       212  cl-subs:      563  v-elim:    300  v-fix:    0  time:  0.03 s
39.40/39.52	c Replacing        2 vars Replaced       56 lits Time:     0.02 s 
39.40/39.56	c subs with bin:      210  lits-rem:      2089  v-fix:    0  time:  0.03 s
39.51/39.64	c lits-rem:      1466  cl-subs:     1013  v-elim:      0  v-fix:    0  time:  0.07 s
39.51/39.66	c vivif2 --  cl tried    34682 cl shrink      177 lits rem        188 time: 0.03
39.51/39.69	c vivif2 --  cl tried    20484 cl shrink     3671 lits rem       8546 time: 0.03
39.79/39.95	c asymm  cl-useful: 228/4371/34569 lits-rem:684 time: 0.26
39.79/39.98	c calculated reachability. Time: 0.02
39.79/39.98	c  N st    24     69884     23436     34341    131925     20454    189066    446677   no data   no data
40.09/40.23	c Finding binary XORs  T:     0.24 s  found:     113
43.00/43.19	c  F st    25     87501     23419     34341    132089     37506    189065    830452   no data   no data
43.10/43.22	c Replacing      130 vars Replaced    21181 lits Time:     0.02 s 
43.20/43.31	c  N st    25     87501     23280     34285    122792     37432    188647    811400   no data   no data
44.40/44.51	c  N dy    32     93204     23277     34285    122814     25981    188647    535071      7.04      7.48
45.80/45.91	c  N dy    67     99244     23266     34285    122856     31806    188647    654000      7.22      7.65
47.11/47.23	c  S st   102    104826     23236     34285    122896     37180    188647    740284      7.43   no data
47.30/47.43	c  S st   102    105326     23236     34285    122973     37590    188646    744164      7.43   no data
47.30/47.45	c x-sub:   228 x-cut:      0 vfix:      0 v-elim:     57 locsubst:   424 time:   0.02
52.50/52.65	c Flit:   165 Blit:    187 bXBeca:    4 bXProp:  382 Bins:  13993 BRemL:  21848 BRemN:      3 P: 82.0M T:  5.20
52.50/52.67	c Cleaning up after failed var search:     0.01 s 
52.50/52.69	c Replacing      547 vars Replaced    22184 lits Time:     0.02 s 
52.50/52.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.61/52.72	c bin-w-bin subsume rem         3894 bins  time:  0.01 s
52.61/52.74	c subs with bin:      350  lits-rem:        75  v-fix:    0  time:  0.02 s
52.61/52.80	c Subs w/ non-existent bins:     94 l-rem:     58 v-fix:     0 done:  22122 time:  0.07 s
52.71/52.82	c Removed useless bin:      55  fixed:     0  props:   0.68M  time:  0.01 s
52.71/52.84	c lits-rem:        45  cl-subs:      146  v-elim:     82  v-fix:    0  time:  0.03 s
52.79/52.94	c subs with bin:      975  lits-rem:     10501  v-fix:    0  time:  0.08 s
53.09/53.20	c lits-rem:      7500  cl-subs:     2550  v-elim:      0  v-fix:    0  time:  0.25 s
53.09/53.23	c vivif2 --  cl tried    32175 cl shrink      113 lits rem        119 time: 0.03
53.09/53.30	c vivif2 --  cl tried    31970 cl shrink     8719 lits rem      21731 time: 0.06
53.39/53.55	c asymm  cl-useful: 105/1736/32108 lits-rem:315 time: 0.25
53.39/53.58	c calculated reachability. Time: 0.02
53.39/53.58	c  N dy   102    105326     22040     32003     99827     31922    177225    580582      7.43   no data
53.70/53.83	c Finding binary XORs  T:     0.25 s  found:     120
55.19/55.33	c  N dy   145    112121     21980     32003     99866     38437    177225    697778      7.53      8.00
55.59/55.77	c Replacing      389 vars Replaced    38145 lits Time:     0.03 s 
56.79/56.98	c  N dy   170    119400     21312     30540     95936     16654    171198    287651      7.39      7.90
58.21/58.35	c  N dy   215    127295     21305     30540     95958     24204    171198    420270      7.48      7.90
58.59/58.72	c  E dy   221    129083     21258     30540     95986     25824    171197    445401      7.43      3.24
58.59/58.72	c num threads              : 1          
58.59/58.72	c restarts                 : 221        
58.59/58.72	c dynamic restarts         : 190        
58.59/58.72	c static restarts          : 31         
58.59/58.72	c full restarts            : 2          
58.59/58.72	c total simplify time      : 1.38       
58.59/58.72	c learnts DL2              : 0          
58.59/58.72	c learnts size 2           : 476347     
58.59/58.72	c learnts size 1           : 21355       (22.12     % of vars)
58.59/58.72	c filedLit time            : 26.31       (44.99     % time)
58.59/58.72	c v-elim SatELite          : 28760       (29.80     % vars)
58.59/58.72	c SatELite time            : 1.04        (1.77      % time)
58.59/58.72	c v-elim xor               : 4145        (4.29      % vars)
58.59/58.72	c xor elim time            : 0.09        (0.16      % time)
58.59/58.72	c num binary xor trees     : 9334       
58.59/58.72	c binxor trees' crown      : 25872       (2.77      leafs/tree)
58.59/58.72	c bin xor find time        : 1.30       
58.59/58.72	c OTF clause improved      : 3752        (0.03      clauses/conflict)
58.59/58.72	c OTF impr. size diff      : 5012        (1.34       lits/clause)
58.59/58.72	c OTF cl watch-shrink      : 69698       (0.54      clauses/conflict)
58.59/58.72	c OTF cl watch-sh-lit      : 156793      (2.25       lits/clause)
58.59/58.72	c tried to recurMin cls    : 36789       (28.50      % of conflicts)
58.59/58.72	c updated cache            : 0           (0.00       lits/tried recurMin)
58.59/58.72	c clauses over max glue    : 0           (0.00      % of all clauses)
58.59/58.72	c conflicts                : 129083      (2207.03   / sec)
58.59/58.72	c decisions                : 561606      (3.84      % random)
58.59/58.72	c bogo-props               : 2034351200  (34782899.51 / sec)
58.59/58.72	c conflict literals        : 2076853     (49.08     % deleted)
58.59/58.72	c Memory used              : 422.79      MB
58.59/58.72	c CPU time                 : 58.49       s
58.59/58.72	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-3401011-1306280306/watcher-3401011-1306280306 -o /tmp/evaluation-result-3401011-1306280306/solver-3401011-1306280306 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401011-1306280306.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.91 0.93 0.36 2/527 15791
/proc/meminfo: memFree=12486440/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=36176 CPUtime=0 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 3810 0 0 0 0 0 0 0 24 0 1 0 818261248 37044224 3229 33554432000 4194304 4580011 140733346205568 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 9044 3240 322 95 0 4026 0

[startup+0.0462119 s]
/proc/loadavg: 1.91 0.93 0.36 2/527 15791
/proc/meminfo: memFree=12486440/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=63956 CPUtime=0.04 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 10331 0 0 0 3 1 0 0 24 0 1 0 818261248 65490944 8129 33554432000 4194304 4580011 140733346205568 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 15989 8130 325 95 0 10971 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 63956

[startup+0.101225 s]
/proc/loadavg: 1.91 0.93 0.36 2/527 15791
/proc/meminfo: memFree=12486440/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=68084 CPUtime=0.09 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 12041 0 0 0 8 1 0 0 24 0 1 0 818261248 69718016 9839 33554432000 4194304 4580011 140733346205568 18446744073709551615 216734839493 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 17021 9841 325 95 0 12003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68084

[startup+0.301185 s]
/proc/loadavg: 1.91 0.93 0.36 2/527 15791
/proc/meminfo: memFree=12486440/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=71612 CPUtime=0.29 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 13177 0 0 0 28 1 0 0 25 0 1 0 818261248 73330688 10975 33554432000 4194304 4580011 140733346205568 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 17903 10975 340 95 0 12885 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71612

[startup+0.701092 s]
/proc/loadavg: 1.91 0.93 0.36 2/527 15791
/proc/meminfo: memFree=12486440/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=82568 CPUtime=0.69 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 15779 0 0 0 67 2 0 0 25 0 1 0 818261248 84549632 13577 33554432000 4194304 4580011 140733346205568 18446744073709551615 4231584 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 20642 13578 342 95 0 15624 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82568

[startup+1.50095 s]
/proc/loadavg: 1.91 0.93 0.36 3/528 15792
/proc/meminfo: memFree=12417732/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=125160 CPUtime=1.49 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 25114 0 0 0 146 3 0 0 25 0 1 0 818261248 128163840 22912 33554432000 4194304 4580011 140733346205568 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 31290 22912 342 95 0 26272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125160

[startup+3.10069 s]
/proc/loadavg: 1.91 0.93 0.36 3/528 15792
/proc/meminfo: memFree=12366520/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=178640 CPUtime=3.09 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 36747 0 0 0 305 4 0 0 25 0 1 0 818261248 182927360 34545 33554432000 4194304 4580011 140733346205568 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 44660 34545 342 95 0 39642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178640

[startup+6.30113 s]
/proc/loadavg: 1.92 0.95 0.37 3/528 15792
/proc/meminfo: memFree=12283460/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=235604 CPUtime=6.3 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 51924 0 0 0 623 7 0 0 25 0 1 0 818261248 241258496 48199 33554432000 4194304 4580011 140733346205568 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 58901 48199 365 95 0 53883 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 235604

[startup+12.701 s]
/proc/loadavg: 1.93 0.97 0.38 3/528 15793
/proc/meminfo: memFree=12262488/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=240552 CPUtime=12.69 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 53724 0 0 0 1262 7 0 0 25 0 1 0 818261248 246325248 47919 33554432000 4194304 4580011 140733346205568 18446744073709551615 4294951 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 60138 47919 367 95 0 55120 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 240552

[startup+25.5008 s]
/proc/loadavg: 1.94 1.02 0.40 3/528 15795
/proc/meminfo: memFree=12144908/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=397936 CPUtime=25.39 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 89400 0 0 0 2528 11 0 0 25 0 1 0 818261248 407486464 82553 33554432000 4194304 4580011 140733346205568 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 99484 82553 367 95 0 94466 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 397936

[startup+51.1003 s]
/proc/loadavg: 2.02 1.11 0.45 3/528 15796
/proc/meminfo: memFree=12106340/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=429572 CPUtime=50.99 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 98534 0 0 0 5086 13 0 0 25 0 1 0 818261248 439881728 90642 33554432000 4194304 4580011 140733346205568 18446744073709551615 4238279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 107393 90642 367 95 0 102375 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 429572

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

[startup+54.3007 s]
/proc/loadavg: 2.02 1.13 0.46 3/528 15796
/proc/meminfo: memFree=12098652/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=436456 CPUtime=54.19 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 100404 0 0 0 5406 13 0 0 25 0 1 0 818261248 446930944 92512 33554432000 4194304 4580011 140733346205568 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 109114 92512 367 95 0 104096 0
Current children cumulated CPU time (s) 54.19
Current children cumulated vsize (KiB) 436456

[startup+55.9004 s]
/proc/loadavg: 2.02 1.13 0.46 3/528 15796
/proc/meminfo: memFree=12097660/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=436456 CPUtime=55.79 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 100538 0 0 0 5566 13 0 0 25 0 1 0 818261248 446930944 92646 33554432000 4194304 4580011 140733346205568 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 109114 92646 367 95 0 104096 0
Current children cumulated CPU time (s) 55.79
Current children cumulated vsize (KiB) 436456

[startup+57.5011 s]
/proc/loadavg: 2.02 1.13 0.46 3/528 15797
/proc/meminfo: memFree=12102200/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=432928 CPUtime=57.39 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 100626 0 0 0 5726 13 0 0 25 0 1 0 818261248 443318272 91333 33554432000 4194304 4580011 140733346205568 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 108232 91333 367 95 0 103214 0
Current children cumulated CPU time (s) 57.39
Current children cumulated vsize (KiB) 432928

[startup+58.32 s]
/proc/loadavg: 2.02 1.14 0.47 3/528 15797
/proc/meminfo: memFree=12101456/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=432928 CPUtime=58.21 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 100656 0 0 0 5808 13 0 0 25 0 1 0 818261248 443318272 91363 33554432000 4194304 4580011 140733346205568 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 108232 91363 367 95 0 103214 0
Current children cumulated CPU time (s) 58.21
Current children cumulated vsize (KiB) 432928

[startup+58.7009 s]
/proc/loadavg: 2.02 1.14 0.47 3/528 15797
/proc/meminfo: memFree=12101456/32951124 swapFree=65586216/67111528
[pid=15791] ppid=15789 vsize=432928 CPUtime=58.59 cores=0,2,4,6
/proc/15791/stat : 15791 (strangenight2-s) R 15789 15791 15667 0 -1 4202496 100656 0 0 0 5846 13 0 0 25 0 1 0 818261248 443318272 91363 33554432000 4194304 4580011 140733346205568 18446744073709551615 4295498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15791/statm: 108232 91363 367 95 0 103214 0
Current children cumulated CPU time (s) 58.59
Current children cumulated vsize (KiB) 432928

Child status: 20
Real time (s): 58.7397
CPU time (s): 58.6391
CPU user time (s): 58.4871
CPU system time (s): 0.151976
CPU usage (%): 99.8288
Max. virtual memory (cumulated for all children) (KiB): 436456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.4871
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100670
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= 14
involuntary context switches= 170

runsolver used 0.32395 second user time and 0.709892 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-25 01:38:26
IDJOB=3401011
IDBENCH=82357
IDSOLVER=1887
FILE ID=node119/3401011-1306280306
RUNJOBID= node119-1306280117-15685
PBS_JOBID= 13457867
Free space on /tmp= 73236 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401011-1306280306/watcher-3401011-1306280306 -o /tmp/evaluation-result-3401011-1306280306/solver-3401011-1306280306 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401011-1306280306.cnf

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=2008582484

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:      12486720 kB
Buffers:        185972 kB
Cached:        2654820 kB
SwapCached:       4316 kB
Active:       11028152 kB
Inactive:      9113752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12486720 kB
SwapTotal:    67111528 kB
SwapFree:     65586216 kB
Dirty:           32420 kB
Writeback:           0 kB
AnonPages:    17299672 kB
Mapped:          42064 kB
Slab:           172912 kB
PageTables:      81772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 165086044 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:39:25