Trace number 3368372

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 93.6668 93.6671

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 benchmark40.9848
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-3368372-1305379178.cnf'
0.00/0.00	c -- header says num vars:         162696
0.00/0.00	c -- header says num clauses:      821000
0.19/0.28	c -- clauses added:            0 learnts,       821000 normals,            0 xors
0.19/0.28	c -- vars added     162696
0.19/0.28	c Parsing time:  0.26 s
0.19/0.28	c  N st     0         0    162696    194789    617205         0   1943577         0   no data   no data
0.48/0.58	c asymm  cl-useful: 12/1989/165696 lits-rem:48 time: 0.29
10.29/10.32	c Flit:  1787 Blit:   1646 bXBeca:    0 bXProp: 1290 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  9.63
10.29/10.35	c Cleaning up after failed var search:     0.02 s 
10.29/10.39	c Replacing     1290 vars Replaced    36327 lits Time:     0.03 s 
10.39/10.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.39/10.47	c bin-w-bin subsume rem        22617 bins  time:  0.03 s
10.49/10.54	c subs with bin:     3222  lits-rem:     30227  v-fix:    0  time:  0.07 s
14.79/14.85	c Subs w/ non-existent bins:    237 l-rem:      0 v-fix:     0 done:  20323 time:  4.31 s
14.89/14.96	c Removed useless bin:     253  fixed:     0  props:  20.00M  time:  0.11 s
15.40/15.44	c lits-rem:       768  cl-subs:     2783  v-elim:  39415  v-fix:    0  time:  0.47 s
15.99/16.01	c Finding binary XORs  T:     0.57 s  found:     874
15.99/16.04	c Replacing      874 vars Replaced    14229 lits Time:     0.03 s 
16.09/16.17	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
16.09/16.17	c calculated reachability. Time: 0.06
16.09/16.18	c Calc default polars -  time:   0.01 s pos:   15604 undec:   85092 neg:   62000
16.09/16.18	c =========================================================================================
16.09/16.18	c types(t): F = full restart, N = normal restart
16.09/16.18	c types(t): S = simplification begin/end, E = solution found
16.09/16.18	c restart types(rt): st = static, dy = dynamic
16.09/16.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
16.09/16.18	c  B st     0         0     77957    193156    281279         0   1307073         0   no data   no data
18.09/18.14	c  N dy    16      4005     61771    154138    214224      3415    999822    227890      7.70      8.46
19.19/19.24	c Finding binary XORs  T:     0.44 s  found:     408
20.79/20.82	c  N dy    38      8324     59252    148653    204342      7002    954855    449413      8.96      9.53
24.20/24.22	c  N dy    65     12399     56485    137687    193568     10333    889061    834835      9.45     12.83
27.09/27.11	c Finding binary XORs  T:     0.45 s  found:     499
27.09/27.17	c Replacing      907 vars Replaced    33793 lits Time:     0.06 s 
28.39/28.46	c  N dy    87     16499     54412    135567    188370     13485    869561   1338958      9.56     10.09
33.09/33.11	c  N dy   103     20581     53795    133625    183497      8684    846893    419286      9.39     10.00
38.19/38.25	c  F st   112     25002     53699    133625    183545     12988    846893   1040463      9.16      9.03
38.29/38.38	c  N st   112     25002     53699    132997    183239     12942    844209   1032971      9.16      9.03
44.49/44.51	c  N dy   118     30000     53350    132997    183279     17777    844209   1515989      9.16   no data
44.49/44.51	c  S st   118     30000     53350    132997    183279     17777    844209   1515989      9.16   no data
45.10/45.19	c  S st   118     30500     53349    132997    183329     18131    844209   1551257      9.16   no data
45.19/45.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
58.69/58.75	c Flit:  1605 Blit:   4977 bXBeca:    0 bXProp: 2161 Bins:  88736 BRemL:  13503 BRemN:     16 P: 200.0M T: 13.46
58.69/58.78	c Cleaning up after failed var search:     0.03 s 
58.79/58.85	c Replacing     2161 vars Replaced   143859 lits Time:     0.06 s 
58.79/58.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.79/58.89	c bin-w-bin subsume rem         6244 bins  time:  0.02 s
58.89/58.93	c subs with bin:     2311  lits-rem:      2037  v-fix:    0  time:  0.04 s
60.69/60.76	c Subs w/ non-existent bins:   2251 l-rem:    343 v-fix:   505 done:  40120 time:  1.83 s
60.89/60.97	c Removed useless bin:    7377  fixed:   513  props:  20.00M  time:  0.22 s
61.19/61.21	c lits-rem:       118  cl-subs:    11452  v-elim:   4869  v-fix:    0  time:  0.24 s
61.19/61.26	c subs with bin:      112  lits-rem:       303  v-fix:    0  time:  0.03 s
61.29/61.31	c lits-rem:       102  cl-subs:      476  v-elim:      0  v-fix:    0  time:  0.03 s
61.61/61.67	c asymm  cl-useful: 391/2862/74371 lits-rem:549 time: 0.36
61.79/61.82	c calculated reachability. Time: 0.14
61.79/61.82	c  N dy   118     30500     34953     74369    144291      4678    511586    157542      9.16   no data
62.80/62.80	c Finding binary XORs  T:     0.97 s  found:     125
65.19/65.25	c  N dy   124     35001     34949     74369    144467      8939    511586    622479      8.74      9.22
69.59/69.67	c  N dy   127     41046     34847     74369    144545     14784    511586   1147772      8.40      9.04
72.79/72.86	c  N dy   132     45750     34839     74369    144615     11668    511586    693229      8.18      4.75
72.79/72.86	c  S st   132     45750     34839     74369    144615     11668    511586    693229      8.18      4.75
73.19/73.25	c  S st   132     46254     34825     74369    144665     12075    511586    728945      8.18   no data
73.19/73.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.89/88.94	c Flit:  2390 Blit:   2427 bXBeca:    0 bXProp: 2488 Bins: 114478 BRemL:  17380 BRemN:     43 P: 200.0M T: 15.59
88.89/88.97	c Cleaning up after failed var search:     0.02 s 
88.99/89.02	c Replacing     2613 vars Replaced   118906 lits Time:     0.05 s 
88.99/89.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.99/89.06	c bin-w-bin subsume rem         7100 bins  time:  0.02 s
88.99/89.09	c subs with bin:     1460  lits-rem:      5282  v-fix:    0  time:  0.03 s
89.79/89.86	c Subs w/ non-existent bins:    339 l-rem:    254 v-fix:     1 done:  25079 time:  0.77 s
89.89/89.98	c Removed useless bin:    5096  fixed:     0  props:   9.51M  time:  0.12 s
90.09/90.14	c lits-rem:       111  cl-subs:     8233  v-elim:   3987  v-fix:    0  time:  0.16 s
90.09/90.17	c subs with bin:      518  lits-rem:       988  v-fix:    0  time:  0.02 s
90.09/90.20	c lits-rem:        85  cl-subs:      253  v-elim:      0  v-fix:    0  time:  0.02 s
90.39/90.42	c vivif2 --  cl tried    47320 cl shrink     6449 lits rem       7903 time: 0.22
90.39/90.43	c vivif2 --  cl tried     2394 cl shrink      519 lits rem       1540 time: 0.01
91.10/91.17	c asymm  cl-useful: 40/3182/46097 lits-rem:49 time: 0.74
91.20/91.29	c calculated reachability. Time: 0.11
91.20/91.29	c  N dy   132     46254     21091     46097    111702      2271    309740    107153      8.18   no data
92.30/92.36	c Finding binary XORs  T:     1.07 s  found:     145
93.59/93.62	c  E dy   135     50270     20929     46097    111958      5954    309740    305894      7.95      3.45
93.59/93.62	c num threads              : 1          
93.59/93.62	c restarts                 : 135        
93.59/93.62	c dynamic restarts         : 123        
93.59/93.62	c static restarts          : 12         
93.59/93.62	c full restarts            : 1          
93.59/93.62	c total simplify time      : 3.22       
93.59/93.62	c learnts DL2              : 0          
93.59/93.62	c learnts size 2           : 896506     
93.59/93.62	c learnts size 1           : 89943       (55.28     % of vars)
93.59/93.62	c filedLit time            : 38.77       (41.55     % time)
93.59/93.62	c v-elim SatELite          : 48271       (29.67     % vars)
93.59/93.62	c SatELite time            : 7.64        (8.19      % time)
93.59/93.62	c v-elim xor               : 0           (0.00      % vars)
93.59/93.62	c xor elim time            : 0.04        (0.05      % time)
93.59/93.62	c num binary xor trees     : 4108       
93.59/93.62	c binxor trees' crown      : 7990        (1.94      leafs/tree)
93.59/93.62	c bin xor find time        : 3.51       
93.59/93.62	c OTF clause improved      : 699         (0.01      clauses/conflict)
93.59/93.62	c OTF impr. size diff      : 1193        (1.71       lits/clause)
93.59/93.62	c OTF cl watch-shrink      : 22548       (0.45      clauses/conflict)
93.59/93.62	c OTF cl watch-sh-lit      : 234840      (10.42      lits/clause)
93.59/93.62	c tried to recurMin cls    : 28863       (57.42      % of conflicts)
93.59/93.62	c updated cache            : 19315       (0.67       lits/tried recurMin)
93.59/93.62	c clauses over max glue    : 0           (0.00      % of all clauses)
93.59/93.62	c conflicts                : 50270       (538.83    / sec)
93.59/93.62	c decisions                : 192997      (1.31      % random)
93.59/93.62	c bogo-props               : 1685529016  (18066695.13 / sec)
93.59/93.62	c conflict literals        : 5009364     (39.95     % deleted)
93.59/93.62	c Memory used              : 1101.98     MB
93.59/93.62	c CPU time                 : 93.29       s
93.59/93.62	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-3368372-1305379178/watcher-3368372-1305379178 -o /tmp/evaluation-result-3368372-1305379178/solver-3368372-1305379178 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368372-1305379178.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.45 0.10 0.03 4/378 2538
/proc/meminfo: memFree=17671584/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=33408 CPUtime=0 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 1553 0 0 0 0 0 0 0 21 0 1 0 728148565 34209792 1395 33554432000 4194304 4580011 140735985410048 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 8352 1408 325 95 0 3334 0

[startup+0.0517301 s]
/proc/loadavg: 0.45 0.10 0.03 4/378 2538
/proc/meminfo: memFree=17671584/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=79904 CPUtime=0.04 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 14804 0 0 0 3 1 0 0 21 0 1 0 728148565 81821696 10514 33554432000 4194304 4580011 140735985410048 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 19976 10514 325 95 0 14958 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 79904

[startup+0.100722 s]
/proc/loadavg: 0.45 0.10 0.03 4/378 2538
/proc/meminfo: memFree=17671584/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=86236 CPUtime=0.09 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 16005 0 0 0 8 1 0 0 21 0 1 0 728148565 88305664 11715 33554432000 4194304 4580011 140735985410048 18446744073709551615 4511969 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 21559 11715 325 95 0 16541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86236

[startup+0.300711 s]
/proc/loadavg: 0.45 0.10 0.03 4/378 2538
/proc/meminfo: memFree=17671584/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=109844 CPUtime=0.28 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 22689 0 0 0 26 2 0 0 22 0 1 0 728148565 112480256 18399 33554432000 4194304 4580011 140735985410048 18446744073709551615 4500994 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 27461 18399 339 95 0 22443 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 109844

[startup+0.70062 s]
/proc/loadavg: 0.45 0.10 0.03 4/378 2538
/proc/meminfo: memFree=17671584/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=119024 CPUtime=0.69 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 24647 0 0 0 66 3 0 0 23 0 1 0 728148565 121880576 20357 33554432000 4194304 4580011 140735985410048 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 29756 20357 341 95 0 24738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119024

[startup+1.50048 s]
/proc/loadavg: 0.45 0.10 0.03 5/379 2539
/proc/meminfo: memFree=17514716/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=156716 CPUtime=1.49 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 31601 0 0 0 145 4 0 0 25 0 1 0 728148565 160477184 27311 33554432000 4194304 4580011 140735985410048 18446744073709551615 4294627 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 39179 27311 341 95 0 34161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156716

[startup+3.10022 s]
/proc/loadavg: 0.73 0.16 0.05 5/379 2539
/proc/meminfo: memFree=17408448/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=230980 CPUtime=3.09 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 45666 0 0 0 303 6 0 0 25 0 1 0 728148565 236523520 41376 33554432000 4194304 4580011 140735985410048 18446744073709551615 4293085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 57745 41376 341 95 0 52727 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 230980

[startup+6.30068 s]
/proc/loadavg: 0.73 0.16 0.05 5/379 2539
/proc/meminfo: memFree=17139568/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=370600 CPUtime=6.29 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 72694 0 0 0 620 9 0 0 25 0 1 0 728148565 379494400 68405 33554432000 4194304 4580011 140735985410048 18446744073709551615 4231546 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 92650 68411 341 95 0 87632 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 370600

[startup+12.7006 s]
/proc/loadavg: 1.23 0.29 0.09 5/379 2539
/proc/meminfo: memFree=16694184/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=554740 CPUtime=12.69 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 111276 0 0 0 1254 15 0 0 25 0 1 0 728148565 568053760 106986 33554432000 4194304 4580011 140735985410048 18446744073709551615 4515087 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 138685 106986 354 95 0 133667 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 554740

[startup+25.5005 s]
/proc/loadavg: 1.66 0.41 0.14 5/379 2539
/proc/meminfo: memFree=16461376/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=615504 CPUtime=25.49 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 120287 0 0 0 2534 15 0 0 25 0 1 0 728148565 630276096 115997 33554432000 4194304 4580011 140735985410048 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 153876 115997 366 95 0 148858 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 615504

[startup+51.1002 s]
/proc/loadavg: 2.46 0.70 0.24 5/379 2539
/proc/meminfo: memFree=16284136/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=714448 CPUtime=51.09 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 149816 0 0 0 5090 19 0 0 25 0 1 0 728148565 731594752 141188 33554432000 4194304 4580011 140735985410048 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 178612 141188 368 95 0 173594 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 714448

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

[startup+76.7009 s]
/proc/loadavg: 2.98 0.96 0.34 5/379 2541
/proc/meminfo: memFree=15533648/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=941184 CPUtime=76.69 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 200429 0 0 0 7645 24 0 0 25 0 1 0 728148565 963772416 188095 33554432000 4194304 4580011 140735985410048 18446744073709551615 4293248 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 235296 188095 368 95 0 230278 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 941184

[startup+83.1008 s]
/proc/loadavg: 3.14 1.06 0.37 5/379 2541
/proc/meminfo: memFree=15361656/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1089784 CPUtime=83.09 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 232441 0 0 0 8278 31 0 0 25 0 1 0 728148565 1115938816 220107 33554432000 4194304 4580011 140735985410048 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 272446 220107 368 95 0 267428 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1089784

[startup+89.5007 s]
/proc/loadavg: 3.21 1.11 0.39 5/379 2541
/proc/meminfo: memFree=15229836/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1128428 CPUtime=89.49 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 240834 0 0 0 8917 32 0 0 25 0 1 0 728148565 1155510272 228500 33554432000 4194304 4580011 140735985410048 18446744073709551615 4515081 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 282107 228500 368 95 0 277089 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 1128428

[startup+91.1005 s]
/proc/loadavg: 3.21 1.11 0.39 5/379 2541
/proc/meminfo: memFree=15220412/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1128428 CPUtime=91.1 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 241028 0 0 0 9077 33 0 0 25 0 1 0 728148565 1155510272 228694 33554432000 4194304 4580011 140735985410048 18446744073709551615 4294284 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 282107 228694 368 95 0 277089 0
Current children cumulated CPU time (s) 91.1
Current children cumulated vsize (KiB) 1128428

[startup+92.7012 s]
/proc/loadavg: 3.27 1.16 0.41 5/379 2541
/proc/meminfo: memFree=15215692/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1128428 CPUtime=92.7 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 241078 0 0 0 9237 33 0 0 25 0 1 0 728148565 1155510272 228744 33554432000 4194304 4580011 140735985410048 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 282107 228744 368 95 0 277089 0
Current children cumulated CPU time (s) 92.7
Current children cumulated vsize (KiB) 1128428

[startup+93.1012 s]
/proc/loadavg: 3.27 1.16 0.41 5/379 2541
/proc/meminfo: memFree=15215692/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1128428 CPUtime=93.09 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 241139 0 0 0 9276 33 0 0 25 0 1 0 728148565 1155510272 228805 33554432000 4194304 4580011 140735985410048 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 282107 228805 368 95 0 277089 0
Current children cumulated CPU time (s) 93.09
Current children cumulated vsize (KiB) 1128428

[startup+93.5141 s]
/proc/loadavg: 3.27 1.16 0.41 5/379 2541
/proc/meminfo: memFree=15212096/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1128428 CPUtime=93.51 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 241208 0 0 0 9318 33 0 0 25 0 1 0 728148565 1155510272 228874 33554432000 4194304 4580011 140735985410048 18446744073709551615 4319389 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 282107 228874 368 95 0 277089 0
Current children cumulated CPU time (s) 93.51
Current children cumulated vsize (KiB) 1128428

[startup+93.6011 s]
/proc/loadavg: 3.27 1.16 0.41 5/379 2541
/proc/meminfo: memFree=15212096/32951124 swapFree=45193364/67111528
[pid=2538] ppid=2536 vsize=1128428 CPUtime=93.59 cores=4,6
/proc/2538/stat : 2538 (strangenight2-s) R 2536 2538 2476 0 -1 4202496 241232 0 0 0 9326 33 0 0 25 0 1 0 728148565 1155510272 228898 33554432000 4194304 4580011 140735985410048 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2538/statm: 282107 228898 368 95 0 277089 0
Current children cumulated CPU time (s) 93.59
Current children cumulated vsize (KiB) 1128428

Child status: 20
Real time (s): 93.6671
CPU time (s): 93.6668
CPU user time (s): 93.2958
CPU system time (s): 0.370943
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 1128428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.2958
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241244
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= 8
involuntary context switches= 82

runsolver used 0.315951 second user time and 0.806877 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 15:19:39
IDJOB=3368372
IDBENCH=71019
IDSOLVER=1845
FILE ID=node118/3368372-1305379178
RUNJOBID= node118-1305379154-2495
PBS_JOBID= 13324384
Free space on /tmp= 72980 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-3368372-1305379178/watcher-3368372-1305379178 -o /tmp/evaluation-result-3368372-1305379178/solver-3368372-1305379178 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368372-1305379178.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1901053635

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17671740 kB
Buffers:        256768 kB
Cached:        4240652 kB
SwapCached:      22084 kB
Active:       12572308 kB
Inactive:      2399792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17671740 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           77540 kB
Writeback:          12 kB
AnonPages:    10465420 kB
Mapped:          15852 kB
Slab:           149260 kB
PageTables:      92368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89732452 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= 72976 MiB
End job on node118 at 2011-05-14 15:21:13