Trace number 3400981

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 86.0949 86.0974

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.1652
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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-3400981-1306280119.cnf'
0.00/0.00	c -- header says num vars:         162696
0.00/0.00	c -- header says num clauses:      821000
0.19/0.27	c -- clauses added:            0 learnts,       821000 normals,            0 xors
0.19/0.27	c -- vars added     162696
0.19/0.27	c Parsing time:  0.25 s
0.19/0.27	c  N st     0         0    162696    194789    617205         0   1943577         0   no data   no data
0.49/0.57	c asymm  cl-useful: 12/1989/165696 lits-rem:48 time: 0.29
9.39/9.49	c Flit:  1787 Blit:   1646 bXBeca:    0 bXProp: 1290 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  8.83
9.49/9.52	c Cleaning up after failed var search:     0.03 s 
9.49/9.56	c Replacing     1290 vars Replaced    36327 lits Time:     0.04 s 
9.59/9.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.59/9.65	c bin-w-bin subsume rem        22617 bins  time:  0.03 s
9.69/9.72	c subs with bin:     3222  lits-rem:     30227  v-fix:    0  time:  0.07 s
13.68/13.77	c Subs w/ non-existent bins:    237 l-rem:      0 v-fix:     0 done:  20323 time:  4.05 s
13.78/13.88	c Removed useless bin:     253  fixed:     0  props:  20.00M  time:  0.11 s
14.31/14.38	c lits-rem:       768  cl-subs:     2783  v-elim:  39415  v-fix:    0  time:  0.50 s
14.99/15.00	c Finding binary XORs  T:     0.62 s  found:     874
14.99/15.03	c Replacing      874 vars Replaced    14229 lits Time:     0.03 s 
15.09/15.17	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
15.09/15.17	c calculated reachability. Time: 0.07
15.09/15.19	c Calc default polars -  time:   0.02 s pos:   15604 undec:   85092 neg:   62000
15.09/15.19	c =========================================================================================
15.09/15.19	c types(t): F = full restart, N = normal restart
15.09/15.19	c types(t): S = simplification begin/end, E = solution found
15.09/15.19	c restart types(rt): st = static, dy = dynamic
15.09/15.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.09/15.19	c  B st     0         0     77957    193156    281279         0   1307073         0   no data   no data
16.99/17.03	c  N dy    16      4005     61771    154138    214224      3415    999822    227890      7.70      8.46
18.09/18.13	c Finding binary XORs  T:     0.47 s  found:     408
19.49/19.59	c  N dy    38      8324     59252    148653    204342      7002    954855    449413      8.96      9.53
22.59/22.68	c  N dy    65     12399     56485    137687    193568     10333    889061    834835      9.45     12.83
25.31/25.39	c Finding binary XORs  T:     0.49 s  found:     499
25.39/25.45	c Replacing      907 vars Replaced    33793 lits Time:     0.06 s 
26.49/26.59	c  N dy    87     16499     54412    135567    188370     13485    869561   1338958      9.56     10.09
30.70/30.72	c  N dy   103     20581     53795    133625    183497      8684    846893    419286      9.39     10.00
35.11/35.12	c  F st   112     25002     53699    133625    183545     12988    846893   1040463      9.16      9.03
35.21/35.25	c  N st   112     25002     53699    132997    183239     12942    844209   1032971      9.16      9.03
40.39/40.46	c  N dy   118     30000     53350    132997    183279     17777    844209   1515989      9.16   no data
40.39/40.46	c  S st   118     30000     53350    132997    183279     17777    844209   1515989      9.16   no data
40.99/41.09	c  S st   118     30500     53349    132997    183329     18131    844209   1551257      9.16   no data
41.09/41.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
53.19/53.29	c Flit:  1605 Blit:   4977 bXBeca:    0 bXProp: 2161 Bins:  88736 BRemL:  13503 BRemN:     16 P: 200.0M T: 12.08
53.29/53.33	c Cleaning up after failed var search:     0.04 s 
53.29/53.39	c Replacing     2161 vars Replaced   143859 lits Time:     0.07 s 
53.39/53.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.39/53.44	c bin-w-bin subsume rem         6244 bins  time:  0.02 s
53.39/53.49	c subs with bin:     2311  lits-rem:      2037  v-fix:    0  time:  0.04 s
55.39/55.40	c Subs w/ non-existent bins:   2251 l-rem:    343 v-fix:   505 done:  40120 time:  1.91 s
55.59/55.61	c Removed useless bin:    7377  fixed:   513  props:  20.00M  time:  0.22 s
55.79/55.86	c lits-rem:       118  cl-subs:    11452  v-elim:   4869  v-fix:    0  time:  0.25 s
55.89/55.92	c subs with bin:      112  lits-rem:       303  v-fix:    0  time:  0.03 s
55.89/55.96	c lits-rem:       102  cl-subs:      476  v-elim:      0  v-fix:    0  time:  0.04 s
56.29/56.30	c asymm  cl-useful: 391/2862/74371 lits-rem:549 time: 0.34
56.39/56.47	c calculated reachability. Time: 0.15
56.39/56.47	c  N dy   118     30500     34953     74369    144291      4678    511586    157542      9.16   no data
57.49/57.52	c Finding binary XORs  T:     1.06 s  found:     125
59.69/59.72	c  N dy   124     35001     34949     74369    144467      8939    511586    622479      8.74      9.22
63.49/63.55	c  N dy   127     41046     34847     74369    144545     14784    511586   1147772      8.40      9.04
66.29/66.34	c  N dy   132     45750     34839     74369    144615     11668    511586    693229      8.18      4.75
66.29/66.34	c  S st   132     45750     34839     74369    144615     11668    511586    693229      8.18      4.75
66.69/66.70	c  S st   132     46254     34825     74369    144665     12075    511586    728945      8.18   no data
66.69/66.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
81.30/81.40	c Flit:  2390 Blit:   2427 bXBeca:    0 bXProp: 2488 Bins: 114478 BRemL:  17380 BRemN:     43 P: 200.0M T: 14.62
81.41/81.43	c Cleaning up after failed var search:     0.02 s 
81.41/81.48	c Replacing     2613 vars Replaced   118906 lits Time:     0.05 s 
81.49/81.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.49/81.52	c bin-w-bin subsume rem         7100 bins  time:  0.02 s
81.49/81.55	c subs with bin:     1460  lits-rem:      5282  v-fix:    0  time:  0.03 s
82.29/82.35	c Subs w/ non-existent bins:    339 l-rem:    254 v-fix:     1 done:  25079 time:  0.79 s
82.40/82.47	c Removed useless bin:    5096  fixed:     0  props:   9.51M  time:  0.12 s
82.59/82.64	c lits-rem:       111  cl-subs:     8233  v-elim:   3987  v-fix:    0  time:  0.17 s
82.59/82.67	c subs with bin:      518  lits-rem:       988  v-fix:    0  time:  0.02 s
82.69/82.70	c lits-rem:        85  cl-subs:      253  v-elim:      0  v-fix:    0  time:  0.02 s
82.89/82.94	c vivif2 --  cl tried    47320 cl shrink     6449 lits rem       7903 time: 0.24
82.89/82.95	c vivif2 --  cl tried     2394 cl shrink      519 lits rem       1540 time: 0.01
83.61/83.64	c asymm  cl-useful: 40/3182/46097 lits-rem:49 time: 0.69
83.69/83.77	c calculated reachability. Time: 0.12
83.69/83.77	c  N dy   132     46254     21091     46097    111702      2271    309740    107153      8.18   no data
84.89/84.93	c Finding binary XORs  T:     1.16 s  found:     145
85.99/86.05	c  E dy   135     50270     20929     46097    111958      5954    309740    305894      7.95      3.45
85.99/86.05	c num threads              : 1          
85.99/86.05	c restarts                 : 135        
85.99/86.05	c dynamic restarts         : 123        
85.99/86.05	c static restarts          : 12         
85.99/86.05	c full restarts            : 1          
85.99/86.05	c total simplify time      : 3.48       
85.99/86.05	c learnts DL2              : 0          
85.99/86.05	c learnts size 2           : 896506     
85.99/86.05	c learnts size 1           : 89943       (55.28     % of vars)
85.99/86.05	c filedLit time            : 35.62       (41.55     % time)
85.99/86.05	c v-elim SatELite          : 48271       (29.67     % vars)
85.99/86.05	c SatELite time            : 7.51        (8.76      % time)
85.99/86.05	c v-elim xor               : 0           (0.00      % vars)
85.99/86.05	c xor elim time            : 0.04        (0.05      % time)
85.99/86.05	c num binary xor trees     : 4108       
85.99/86.05	c binxor trees' crown      : 7990        (1.94      leafs/tree)
85.99/86.05	c bin xor find time        : 3.79       
85.99/86.05	c OTF clause improved      : 699         (0.01      clauses/conflict)
85.99/86.05	c OTF impr. size diff      : 1193        (1.71       lits/clause)
85.99/86.05	c OTF cl watch-shrink      : 22548       (0.45      clauses/conflict)
85.99/86.05	c OTF cl watch-sh-lit      : 234840      (10.42      lits/clause)
85.99/86.05	c tried to recurMin cls    : 28863       (57.42      % of conflicts)
85.99/86.05	c updated cache            : 19315       (0.67       lits/tried recurMin)
85.99/86.05	c clauses over max glue    : 0           (0.00      % of all clauses)
85.99/86.05	c conflicts                : 50270       (586.31    / sec)
85.99/86.05	c decisions                : 192997      (1.31      % random)
85.99/86.05	c bogo-props               : 1685529016  (19658844.91 / sec)
85.99/86.05	c conflict literals        : 5009364     (39.95     % deleted)
85.99/86.05	c Memory used              : 1101.98     MB
85.99/86.05	c CPU time                 : 85.74       s
85.99/86.05	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-3400981-1306280119/watcher-3400981-1306280119 -o /tmp/evaluation-result-3400981-1306280119/solver-3400981-1306280119 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3400981-1306280119.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: 0.08 0.02 0.01 2/489 27026
/proc/meminfo: memFree=19776912/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=43288 CPUtime=0 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 4413 0 0 0 0 0 0 0 20 0 1 0 739610464 44326912 3346 33554432000 4194304 4580011 140735506560896 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27026/statm: 10822 3352 325 95 0 5804 0

[startup+0.0696079 s]
/proc/loadavg: 0.08 0.02 0.01 2/489 27026
/proc/meminfo: memFree=19776912/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=85572 CPUtime=0.06 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 15806 0 0 0 5 1 0 0 20 0 1 0 739610464 87625728 11517 33554432000 4194304 4580011 140735506560896 18446744073709551615 4511110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27026/statm: 21393 11517 325 95 0 16375 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85572

[startup+0.100602 s]
/proc/loadavg: 0.08 0.02 0.01 2/489 27026
/proc/meminfo: memFree=19776912/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=86364 CPUtime=0.09 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 16036 0 0 0 8 1 0 0 20 0 1 0 739610464 88436736 11747 33554432000 4194304 4580011 140735506560896 18446744073709551615 4510957 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27026/statm: 21591 11747 325 95 0 16573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86364

[startup+0.300569 s]
/proc/loadavg: 0.08 0.02 0.01 2/489 27026
/proc/meminfo: memFree=19776912/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=109840 CPUtime=0.29 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 22691 0 0 0 27 2 0 0 21 0 1 0 739610464 112476160 18402 33554432000 4194304 4580011 140735506560896 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27026/statm: 27460 18402 339 95 0 22442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109840

[startup+0.700514 s]
/proc/loadavg: 0.08 0.02 0.01 2/489 27026
/proc/meminfo: memFree=19776912/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=120364 CPUtime=0.69 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 24916 0 0 0 67 2 0 0 22 0 1 0 739610464 123252736 20627 33554432000 4194304 4580011 140735506560896 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 30091 20627 341 95 0 25073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120364

[startup+1.5004 s]
/proc/loadavg: 0.08 0.02 0.01 3/490 27027
/proc/meminfo: memFree=19682664/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=163080 CPUtime=1.49 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 32820 0 0 0 146 3 0 0 25 0 1 0 739610464 166993920 28531 33554432000 4194304 4580011 140735506560896 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 40770 28531 341 95 0 35752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163080

[startup+3.10113 s]
/proc/loadavg: 0.23 0.05 0.02 3/490 27027
/proc/meminfo: memFree=19606900/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=248644 CPUtime=3.09 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 49041 0 0 0 304 5 0 0 25 0 1 0 739610464 254611456 44752 33554432000 4194304 4580011 140735506560896 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 62161 44752 341 95 0 57143 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 248644

[startup+6.30056 s]
/proc/loadavg: 0.23 0.05 0.02 3/490 27027
/proc/meminfo: memFree=19378996/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=398900 CPUtime=6.29 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 78478 0 0 0 621 8 0 0 25 0 1 0 739610464 408473600 74189 33554432000 4194304 4580011 140735506560896 18446744073709551615 4234928 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 99725 74189 341 95 0 94707 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 398900

[startup+12.7005 s]
/proc/loadavg: 0.50 0.11 0.04 3/490 27027
/proc/meminfo: memFree=19221508/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=554736 CPUtime=12.68 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 111275 0 0 0 1257 11 0 0 25 0 1 0 739610464 568049664 106986 33554432000 4194304 4580011 140735506560896 18446744073709551615 4427916 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 138684 106986 354 95 0 133666 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 554736

[startup+25.5004 s]
/proc/loadavg: 0.73 0.18 0.06 3/490 27028
/proc/meminfo: memFree=19179912/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=616684 CPUtime=25.49 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 120708 0 0 0 2535 14 0 0 25 0 1 0 739610464 631484416 116419 33554432000 4194304 4580011 140735506560896 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 154171 116419 366 95 0 149153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 616684

[startup+51.101 s]
/proc/loadavg: 1.16 0.32 0.11 3/490 27028
/proc/meminfo: memFree=18836048/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=849532 CPUtime=51.09 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 177748 0 0 0 5087 22 0 0 25 0 1 0 739610464 869920768 169121 33554432000 4194304 4580011 140735506560896 18446744073709551615 4293209 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 212383 169121 368 95 0 207365 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 849532

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

[startup+63.9009 s]
/proc/loadavg: 1.35 0.40 0.14 3/490 27029
/proc/meminfo: memFree=18752220/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=916592 CPUtime=63.89 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 193532 0 0 0 6364 25 0 0 25 0 1 0 739610464 938590208 184905 33554432000 4194304 4580011 140735506560896 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 229148 184905 368 95 0 224130 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 916592

[startup+76.7007 s]
/proc/loadavg: 1.45 0.46 0.16 3/490 27029
/proc/meminfo: memFree=18591836/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1109188 CPUtime=76.69 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 236655 0 0 0 7639 30 0 0 25 0 1 0 739610464 1135808512 224322 33554432000 4194304 4580011 140735506560896 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 277297 224322 368 95 0 272279 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1109188

[startup+79.9012 s]
/proc/loadavg: 1.49 0.48 0.17 3/490 27029
/proc/meminfo: memFree=18540004/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1117352 CPUtime=79.89 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 238335 0 0 0 7958 31 0 0 25 0 1 0 739610464 1144168448 226002 33554432000 4194304 4580011 140735506560896 18446744073709551615 4294284 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 279338 226002 368 95 0 274320 0
Current children cumulated CPU time (s) 79.89
Current children cumulated vsize (KiB) 1117352

[startup+83.1006 s]
/proc/loadavg: 1.53 0.51 0.18 3/490 27029
/proc/meminfo: memFree=18521280/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1128424 CPUtime=83.09 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 241026 0 0 0 8278 31 0 0 25 0 1 0 739610464 1155506176 228693 33554432000 4194304 4580011 140735506560896 18446744073709551615 4293212 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 282106 228693 368 95 0 277088 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1128424

[startup+84.7184 s]
/proc/loadavg: 1.53 0.51 0.18 3/490 27029
/proc/meminfo: memFree=18517064/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1128424 CPUtime=84.71 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 241026 0 0 0 8440 31 0 0 25 0 1 0 739610464 1155506176 228693 33554432000 4194304 4580011 140735506560896 18446744073709551615 4497262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 282106 228693 368 95 0 277088 0
Current children cumulated CPU time (s) 84.71
Current children cumulated vsize (KiB) 1128424

[startup+85.5002 s]
/proc/loadavg: 1.53 0.51 0.18 3/490 27029
/proc/meminfo: memFree=18517064/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1128424 CPUtime=85.49 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 241123 0 0 0 8518 31 0 0 25 0 1 0 739610464 1155506176 228790 33554432000 4194304 4580011 140735506560896 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 282106 228790 368 95 0 277088 0
Current children cumulated CPU time (s) 85.49
Current children cumulated vsize (KiB) 1128424

[startup+85.9012 s]
/proc/loadavg: 1.53 0.51 0.18 3/490 27029
/proc/meminfo: memFree=18514956/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1128424 CPUtime=85.89 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 241201 0 0 0 8558 31 0 0 25 0 1 0 739610464 1155506176 228868 33554432000 4194304 4580011 140735506560896 18446744073709551615 4320635 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 282106 228868 368 95 0 277088 0
Current children cumulated CPU time (s) 85.89
Current children cumulated vsize (KiB) 1128424

[startup+86.0011 s]
/proc/loadavg: 1.53 0.51 0.18 3/490 27029
/proc/meminfo: memFree=18514956/32951124 swapFree=63649292/67111528
[pid=27026] ppid=27024 vsize=1128424 CPUtime=85.99 cores=0,2,4,6
/proc/27026/stat : 27026 (strangenight2-s) R 27024 27026 26961 0 -1 4202496 241211 0 0 0 8568 31 0 0 25 0 1 0 739610464 1155506176 228878 33554432000 4194304 4580011 140735506560896 18446744073709551615 4320844 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27026/statm: 282106 228878 368 95 0 277088 0
Current children cumulated CPU time (s) 85.99
Current children cumulated vsize (KiB) 1128424

Child status: 20
Real time (s): 86.0974
CPU time (s): 86.0949
CPU user time (s): 85.739
CPU system time (s): 0.355945
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 1128424

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

runsolver used 0.45493 second user time and 0.913861 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-25 01:35:20
IDJOB=3400981
IDBENCH=71019
IDSOLVER=1887
FILE ID=node130/3400981-1306280119
RUNJOBID= node130-1306280115-26979
PBS_JOBID= 13457856
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400981-1306280119/watcher-3400981-1306280119 -o /tmp/evaluation-result-3400981-1306280119/solver-3400981-1306280119 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3400981-1306280119.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=2022543479

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19777068 kB
Buffers:        349396 kB
Cached:        7596392 kB
SwapCached:      10260 kB
Active:        7313584 kB
Inactive:      5539868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19777068 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:           34012 kB
Writeback:           0 kB
AnonPages:     4905668 kB
Mapped:          31012 kB
Slab:           196192 kB
PageTables:      54312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145235448 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= 73356 MiB
End job on node130 at 2011-05-25 01:36:46