Trace number 3369306

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-Night-1-mt (fixed)UNSAT 66.9668 16.7987

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369306-1305417231.cnf'
0.00/0.01	c -- header says num vars:            870
0.00/0.01	c -- header says num clauses:       24824
0.00/0.10	c -- clauses added:            0 learnts,        24824 normals,            0 xors
0.00/0.10	c -- vars added        870
0.00/0.10	c Parsing time:  0.04 s
0.00/0.10	c  N st     0         0       870     24389       435         0     74817         0   no data   no data  --
0.00/0.10	c asymm  cl-useful: 0/24389/24389 lits-rem:0 time: 0.32
0.38/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
3.61/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.61/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.61/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
3.61/0.13	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3.61/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3.61/0.95	c Finding binary XORs  T:     0.00 s  found:       0
3.61/0.95	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
3.61/0.95	c calculated reachability. Time: 0.00
3.61/0.95	c Calc default polars -  time:   0.00 s pos:     427 undec:       0 neg:     443
3.61/0.95	c =========================================================================================
3.61/0.95	c types(t): F = full restart, N = normal restart
3.61/0.95	c types(t): S = simplification begin/end, E = solution found
3.61/0.95	c restart types(rt): st = static, dy = dynamic
3.61/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.61/0.95	c  B st     0         0       870     24389       435         0     74817         0   no data   no data  --
3.61/0.95	c  N dy    11      4751       870     24389       435      4546     74772    188826     15.04     16.24  --
3.61/0.95	c  N dy    31      8772       870     24389       435      6061     74760    244593     15.18     16.10  --
3.96/1.05	c  N dy    36     13497       870     24389       435      6538     74759    229743     13.31     14.12  --
4.76/1.25	c  N dy    66     17553       870     24389       435     10471     74756    393532     14.15     16.47  --
5.97/1.55	c  N dy    95     21722       870     24389       435      9077     74753    343308     14.74     15.56  --
6.36/1.69	c  F st   120     25001       870     24389       435     12261     74753    474404     15.17   no data  --
6.76/1.78	c  N st   123     26190       870     24389       435      6814     74753    218819     15.17   no data  --
7.95/2.00	c  S st   126     30000       870     24389       435     10529     74753    358001     15.17   no data  --
7.95/2.04	c  S st   126     30504       870     24389       435     11030     74753    387397     15.17   no data  --
7.95/2.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.95/2.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.95/2.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
7.95/2.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
7.95/2.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
7.95/2.09	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
18.73/4.79	c lits-rem:       228  cl-subs:      652  v-elim:      0  v-fix:    0  time: 10.74 s
19.52/4.92	c asymm  cl-useful: 0/24389/24389 lits-rem:0 time: 0.53
19.52/4.92	c calculated reachability. Time: 0.00
19.52/4.92	c  N dy   126     30504       870     24389       435     10378     74727    364892     15.17   no data  --
20.34/5.18	c  N dy   152     34786       870     24389       435     14542     74726    513946     15.27     16.08  --
21.91/5.57	c  N dy   153     41512       870     24389       435     13465     74726    451229     14.73     15.55  --
23.11/5.80	c  N dy   165     45520       870     24389       435     17359     74726    599648     14.56     17.98  --
23.11/5.82	c  S st   166     45757       870     24389       435      8845     74725    272395     14.55     12.03  --
23.11/5.86	c  S st   166     46259       870     24389       435      9342     74725    299924     14.55   no data  --
23.11/5.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.11/5.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.11/5.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
23.11/5.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.51/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
23.51/5.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.01 s
23.51/5.90	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
33.08/8.35	c lits-rem:        82  cl-subs:      217  v-elim:      0  v-fix:    0  time:  9.77 s
33.08/8.35	c vivif2 --  cl tried    24389 cl shrink        0 lits rem          0 time: 0.00
33.08/8.36	c vivif2 --  cl tried     9125 cl shrink        0 lits rem          0 time: 0.02
33.50/8.50	c asymm  cl-useful: 0/24389/24389 lits-rem:0 time: 0.58
33.50/8.50	c calculated reachability. Time: 0.00
33.50/8.50	c  N dy   166     46259       870     24389       435      9125     74722    292694     14.55   no data  --
34.68/8.74	c  N dy   189     50516       870     24389       435     13245     74722    436918     14.55     15.32  --
35.48/8.97	c  N dy   205     54531       870     24389       435     17169     74722    582485     14.47     15.33  --
36.68/9.27	c  N dy   216     60277       870     24389       435     13033     74722    381058     14.24     15.25  --
37.48/9.45	c  N dy   227     64371       870     24389       435     17046     74722    499940     14.11     14.89  --
38.32/9.64	c  N dy   235     68481       870     24389       435     21020     74722    613141     14.00     14.74  --
38.32/9.69	c  S st   239     69391       870     24389       435     11187     74722    309780     13.99     13.85  --
38.66/9.74	c  S st   239     69895       870     24389       435     11689     74722    334408     13.99   no data  --
38.66/9.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38.66/9.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.66/9.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
38.66/9.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.66/9.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
38.66/9.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
38.66/9.77	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
46.25/11.63	c lits-rem:       161  cl-subs:      360  v-elim:      0  v-fix:    0  time:  7.39 s
46.25/11.63	c vivif2 --  cl tried    24389 cl shrink        0 lits rem          0 time: 0.00
46.25/11.63	c vivif2 --  cl tried    11329 cl shrink        0 lits rem          0 time: 0.02
46.66/11.78	c asymm  cl-useful: 14/24389/24389 lits-rem:14 time: 0.57
46.66/11.78	c calculated reachability. Time: 0.00
46.66/11.78	c  N dy   239     69895       870     24389       435     11329     74708    324561     13.99   no data  --
47.84/12.03	c  N dy   252     76022       870     24389       435     17324     74708    475546     13.87     14.61  --
49.04/12.35	c  N dy   255     85011       870     24389       436     14261     74708    349709     13.55     14.38  --
49.44/12.46	c  F st   262     87501       870     24389       437     16677     74708    411344     13.49     10.79  --
50.24/12.60	c  N st   267     90797       870     24389       437     19909     74708    494447     13.49   no data  --
50.24/12.69	c Decided on static restart strategy
51.48/12.95	c  N st   270     99803       870     24389       437     15976     74708    349833     13.49   no data  --
52.23/13.13	c  S st   271    104842       870     24389       437     20689     74708    430064     13.49   no data  --
52.23/13.18	c  S st   271    105345       870     24389       437     21187     74708    452187     13.49   no data  --
52.23/13.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.23/13.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.63/13.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
52.63/13.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.63/13.23	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.04 s
52.63/13.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
52.63/13.23	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
60.25/15.11	c lits-rem:      1355  cl-subs:     4513  v-elim:      0  v-fix:    0  time:  7.49 s
60.25/15.11	c vivif2 --  cl tried    24389 cl shrink        0 lits rem          0 time: 0.00
60.25/15.12	c vivif2 --  cl tried    16674 cl shrink       66 lits rem         75 time: 0.02
60.60/15.28	c asymm  cl-useful: 2/24389/24389 lits-rem:3 time: 0.66
60.60/15.28	c calculated reachability. Time: 0.00
60.60/15.28	c  N st   271    105345       870     24389       437     16674     74705    377225     13.49   no data  --
62.20/15.60	c  N st   272    114943       870     24389       437     25668     74705    513083     13.49   no data  --
64.64/16.24	c  N st   273    129340       869     24389       438     26244     74705    479039     13.49   no data  --
66.58/16.79	c Following stats are for *FIRST FINISHED THREAD ONLY*
66.58/16.79	c num threads              : 4          
66.58/16.79	c restarts                 : 369        
66.58/16.79	c dynamic restarts         : 351        
66.58/16.79	c static restarts          : 18         
66.58/16.79	c full restarts            : 2          
66.58/16.79	c total simplify time      : 0.00       
66.58/16.79	c learnts DL2              : 0          
66.58/16.79	c learnts size 2           : 476        
66.58/16.79	c learnts size 1           : 76          (8.74      % of vars)
66.58/16.79	c filedLit time            : 0.17        (0.25      % time)
66.58/16.79	c v-elim SatELite          : 0           (0.00      % vars)
66.58/16.79	c SatELite time            : 27.11       (40.57     % time)
66.58/16.79	c v-elim xor               : 0           (0.00      % vars)
66.58/16.79	c xor elim time            : 0.02        (0.04      % time)
66.58/16.79	c num binary xor trees     : 0          
66.58/16.79	c binxor trees' crown      : 0           (nan       leafs/tree)
66.58/16.79	c bin xor find time        : 0.00       
66.58/16.79	c OTF clause improved      : 14681       (0.06      clauses/conflict)
66.58/16.79	c OTF impr. size diff      : 15595       (1.06       lits/clause)
66.58/16.79	c OTF cl watch-shrink      : 97554       (0.42      clauses/conflict)
66.58/16.79	c OTF cl watch-sh-lit      : 269846      (2.77       lits/clause)
66.58/16.79	c tried to recurMin cls    : 72669       (31.52      % of conflicts)
66.58/16.79	c updated cache            : 0           (0.00       lits/tried recurMin)
66.58/16.79	c unit cls received        : 1           (1.32      % of units)
66.58/16.79	c unit cls sent            : 2           (2.63      % of units)
66.58/16.79	c bin cls received         : 1          
66.58/16.79	c bin cls sent             : 6          
66.58/16.79	c clauses over max glue    : 0           (0.00      % of all clauses)
66.58/16.79	c conflicts                : 230541      (3449.83   / sec)
66.58/16.79	c decisions                : 396247      (1.92      % random)
66.58/16.79	c bogo-props               : 414909637   (6208727.47 / sec)
66.58/16.79	c conflict literals        : 5390972     (16.26     % deleted)
66.58/16.79	c Memory used              : 303.89      MB
66.58/16.79	c single-thread CPU time   : 66.83       s
66.58/16.79	c all-threads sum CPU time : 66.83       s
66.58/16.79	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-3369306-1305417231/watcher-3369306-1305417231 -o /tmp/evaluation-result-3369306-1305417231/solver-3369306-1305417231 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369306-1305417231.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.06 8.09 7.91 6/354 9419
/proc/meminfo: memFree=17565272/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 731953751 52465664 357 33554432000 4194304 4650419 140734330697120 18446744073709551615 256415391675 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 12809 357 306 112 0 7774 0
[pid=9419/tid=9420] ppid=9417 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731953751 52465664 357 33554432000 4194304 4650419 140734330697120 18446744073709551615 47964184537004 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731953751 52465664 357 33554432000 4194304 4650419 140734330697120 18446744073709551615 47964184536595 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731953751 52465664 357 33554432000 4194304 4650419 140734330697120 18446744073709551615 47964184536601 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.103905 s]
/proc/loadavg: 8.06 8.09 7.91 6/354 9419
/proc/meminfo: memFree=17565272/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=310616 CPUtime=0.38 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) D 9417 9419 9118 0 -1 4202496 2994 0 0 0 38 0 0 0 25 0 4 0 731953751 318070784 2900 33554432000 4194304 4650419 140734330697120 18446744073709551615 256415054182 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 77654 2900 370 112 0 72619 0
[pid=9419/tid=9420] ppid=9417 vsize=310616 CPUtime=0.08 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 595 0 0 0 8 0 0 0 25 0 4 0 731953751 318070784 2900 33554432000 4194304 4650419 140734330697120 18446744073709551615 256415434935 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=310616 CPUtime=0.09 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) D 9417 9419 9118 0 -1 4202560 656 0 0 0 9 0 0 0 25 0 4 0 731953751 318070784 2900 33554432000 4194304 4650419 140734330697120 18446744073709551615 4515973 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=310616 CPUtime=0.09 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 718 0 0 0 9 0 0 0 25 0 4 0 731953751 318070784 2900 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 310616

[startup+0.915279 s]
/proc/loadavg: 8.06 8.09 7.91 6/354 9419
/proc/meminfo: memFree=17565272/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=292136 CPUtime=3.61 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 12746 0 0 0 359 2 0 0 18 0 4 0 731953751 299147264 7082 33554432000 4194304 4650419 140734330697120 18446744073709551615 4229498 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 73034 7082 392 112 0 67999 0
[pid=9419/tid=9420] ppid=9417 vsize=292136 CPUtime=0.89 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3110 0 0 0 89 0 0 0 19 0 4 0 731953751 299147264 7082 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=292136 CPUtime=0.9 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3243 0 0 0 90 0 0 0 18 0 4 0 731953751 299147264 7082 33554432000 4194304 4650419 140734330697120 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=292136 CPUtime=0.9 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 2617 0 0 0 90 0 0 0 18 0 4 0 731953751 299147264 7082 33554432000 4194304 4650419 140734330697120 18446744073709551615 4329654 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 292136

[startup+1.00126 s]
/proc/loadavg: 8.06 8.09 7.91 6/354 9419
/proc/meminfo: memFree=17565272/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=292136 CPUtime=3.96 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 12981 0 0 0 394 2 0 0 19 0 4 0 731953751 299147264 7317 33554432000 4194304 4650419 140734330697120 18446744073709551615 4328361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 73034 7318 392 112 0 67999 0
[pid=9419/tid=9420] ppid=9417 vsize=292136 CPUtime=0.97 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3164 0 0 0 97 0 0 0 19 0 4 0 731953751 299147264 7318 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=292136 CPUtime=0.98 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3305 0 0 0 98 0 0 0 19 0 4 0 731953751 299147264 7318 33554432000 4194304 4650419 140734330697120 18446744073709551615 4339853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=292136 CPUtime=0.99 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 2685 0 0 0 99 0 0 0 19 0 4 0 731953751 299147264 7318 33554432000 4194304 4650419 140734330697120 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 292136

[startup+1.10024 s]
/proc/loadavg: 8.06 8.09 7.91 6/354 9419
/proc/meminfo: memFree=17565272/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=292328 CPUtime=4.35 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 13698 0 0 0 433 2 0 0 19 0 4 0 731953751 299343872 7481 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363604 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 73082 7481 392 112 0 68047 0
[pid=9419/tid=9420] ppid=9417 vsize=292328 CPUtime=1.07 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3226 0 0 0 107 0 0 0 19 0 4 0 731953751 299343872 7481 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364497 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=292328 CPUtime=1.08 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3820 0 0 0 108 0 0 0 19 0 4 0 731953751 299343872 7481 33554432000 4194304 4650419 140734330697120 18446744073709551615 4360321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=292328 CPUtime=1.09 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 2754 0 0 0 109 0 0 0 19 0 4 0 731953751 299343872 7481 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 292328

[startup+1.50117 s]
/proc/loadavg: 8.06 8.09 7.91 6/354 9419
/proc/meminfo: memFree=17565272/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=293148 CPUtime=5.97 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 16545 0 0 0 594 3 0 0 19 0 4 0 731953751 300183552 7918 33554432000 4194304 4650419 140734330697120 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 73287 7918 393 112 0 68252 0
[pid=9419/tid=9420] ppid=9417 vsize=293148 CPUtime=1.48 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3864 0 0 0 147 1 0 0 19 0 4 0 731953751 300183552 7918 33554432000 4194304 4650419 140734330697120 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=293148 CPUtime=1.48 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 4597 0 0 0 148 0 0 0 19 0 4 0 731953751 300183552 7919 33554432000 4194304 4650419 140734330697120 18446744073709551615 4328278 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=293148 CPUtime=1.49 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 3477 0 0 0 149 0 0 0 19 0 4 0 731953751 300183552 7919 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 293148

[startup+3.10087 s]
/proc/loadavg: 8.05 8.09 7.91 10/358 9423
/proc/meminfo: memFree=17498636/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=309284 CPUtime=12.34 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 31823 0 0 0 1228 6 0 0 25 0 4 0 731953751 316706816 18955 33554432000 4194304 4650419 140734330697120 18446744073709551615 4438931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 77321 18955 394 112 0 72286 0
[pid=9419/tid=9420] ppid=9417 vsize=309284 CPUtime=3.05 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 7080 0 0 0 304 1 0 0 25 0 4 0 731953751 316706816 18955 33554432000 4194304 4650419 140734330697120 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=309284 CPUtime=3.08 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 8108 0 0 0 307 1 0 0 25 0 4 0 731953751 316706816 18955 33554432000 4194304 4650419 140734330697120 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=309284 CPUtime=3.09 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 8755 0 0 0 308 1 0 0 25 0 4 0 731953751 316706816 18955 33554432000 4194304 4650419 140734330697120 18446744073709551615 4369188 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 309284

[startup+6.31326 s]
/proc/loadavg: 8.05 8.09 7.91 10/358 9423
/proc/meminfo: memFree=17486028/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=279764 CPUtime=25.15 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 43163 0 0 0 2508 7 0 0 25 0 4 0 731953751 286478336 21929 33554432000 4194304 4650419 140734330697120 18446744073709551615 4438922 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 69941 21929 394 112 0 64906 0
[pid=9419/tid=9420] ppid=9417 vsize=279764 CPUtime=6.22 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 9302 0 0 0 621 1 0 0 25 0 4 0 731953751 286478336 21929 33554432000 4194304 4650419 140734330697120 18446744073709551615 4426571 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=279764 CPUtime=6.3 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 11304 0 0 0 629 1 0 0 25 0 4 0 731953751 286478336 21929 33554432000 4194304 4650419 140734330697120 18446744073709551615 256415047637 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=279764 CPUtime=6.3 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 12912 0 0 0 629 1 0 0 25 0 4 0 731953751 286478336 21929 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 279764

[startup+12.7011 s]
/proc/loadavg: 8.05 8.09 7.91 9/358 9423
/proc/meminfo: memFree=17444636/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=289556 CPUtime=50.64 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 61206 0 0 0 5053 11 0 0 25 0 4 0 731953751 296505344 30264 33554432000 4194304 4650419 140734330697120 18446744073709551615 4328270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 72389 30264 395 112 0 67354 0
[pid=9419/tid=9420] ppid=9417 vsize=289556 CPUtime=12.56 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 13792 0 0 0 1253 3 0 0 25 0 4 0 731953751 296505344 30264 33554432000 4194304 4650419 140734330697120 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=289556 CPUtime=12.68 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 15752 0 0 0 1266 2 0 0 25 0 4 0 731953751 296505344 30264 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=289556 CPUtime=12.68 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 19384 0 0 0 1266 2 0 0 25 0 4 0 731953751 296505344 30264 33554432000 4194304 4650419 140734330697120 18446744073709551615 4334290 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 289556

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

[startup+13.5009 s]
/proc/loadavg: 8.04 8.09 7.91 10/358 9423
/proc/meminfo: memFree=17442040/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=289548 CPUtime=53.82 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 65043 0 0 0 5371 11 0 0 25 0 4 0 731953751 296497152 32152 33554432000 4194304 4650419 140734330697120 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 72387 32152 395 112 0 67352 0
[pid=9419/tid=9420] ppid=9417 vsize=289548 CPUtime=13.35 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 13792 0 0 0 1332 3 0 0 25 0 4 0 731953751 296497152 32152 33554432000 4194304 4650419 140734330697120 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=289548 CPUtime=13.48 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 16866 0 0 0 1346 2 0 0 25 0 4 0 731953751 296497152 32152 33554432000 4194304 4650419 140734330697120 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=289548 CPUtime=13.49 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 20289 0 0 0 1346 3 0 0 25 0 4 0 731953751 296497152 32152 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.82
Current children cumulated vsize (KiB) 289548

[startup+15.1136 s]
/proc/loadavg: 8.04 8.09 7.91 10/358 9423
/proc/meminfo: memFree=17440924/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=289548 CPUtime=60.25 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 67365 0 0 0 6013 12 0 0 25 0 4 0 731953751 296497152 31942 33554432000 4194304 4650419 140734330697120 18446744073709551615 4540611 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 72387 31942 395 112 0 67352 0
[pid=9419/tid=9420] ppid=9417 vsize=289548 CPUtime=14.93 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 14696 0 0 0 1490 3 0 0 25 0 4 0 731953751 296497152 31942 33554432000 4194304 4650419 140734330697120 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=289548 CPUtime=15.09 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 17085 0 0 0 1507 2 0 0 25 0 4 0 731953751 296497152 31942 33554432000 4194304 4650419 140734330697120 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=289548 CPUtime=15.1 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 21264 0 0 0 1507 3 0 0 25 0 4 0 731953751 296497152 31942 33554432000 4194304 4650419 140734330697120 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 60.25
Current children cumulated vsize (KiB) 289548

[startup+15.9005 s]
/proc/loadavg: 8.04 8.09 7.91 10/358 9423
/proc/meminfo: memFree=17440924/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=300280 CPUtime=63.4 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 70333 0 0 0 6328 12 0 0 25 0 4 0 731953751 307486720 34645 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 75070 34645 395 112 0 70035 0
[pid=9419/tid=9420] ppid=9417 vsize=300280 CPUtime=15.72 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 15833 0 0 0 1569 3 0 0 25 0 4 0 731953751 307486720 34645 33554432000 4194304 4650419 140734330697120 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=300280 CPUtime=15.88 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 17402 0 0 0 1586 2 0 0 25 0 4 0 731953751 307486720 34645 33554432000 4194304 4650419 140734330697120 18446744073709551615 4316053 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=300280 CPUtime=15.89 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 22019 0 0 0 1586 3 0 0 25 0 4 0 731953751 307486720 34645 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.4
Current children cumulated vsize (KiB) 300280

[startup+16.3004 s]
/proc/loadavg: 8.04 8.09 7.91 9/358 9423
/proc/meminfo: memFree=17417364/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=300280 CPUtime=64.99 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 72132 0 0 0 6487 12 0 0 25 0 4 0 731953751 307486720 36444 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 75070 36444 395 112 0 70035 0
[pid=9419/tid=9420] ppid=9417 vsize=300280 CPUtime=16.11 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 16515 0 0 0 1608 3 0 0 25 0 4 0 731953751 307486720 36444 33554432000 4194304 4650419 140734330697120 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=300280 CPUtime=16.28 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 18155 0 0 0 1626 2 0 0 25 0 4 0 731953751 307486720 36444 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=300280 CPUtime=16.29 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 22200 0 0 0 1626 3 0 0 25 0 4 0 731953751 307486720 36444 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.99
Current children cumulated vsize (KiB) 300280

[startup+16.7003 s]
/proc/loadavg: 8.04 8.09 7.91 9/358 9423
/proc/meminfo: memFree=17417364/32950928 swapFree=67111200/67111528
[pid=9419] ppid=9417 vsize=300280 CPUtime=66.58 cores=0,2,4,6
/proc/9419/stat : 9419 (strangenight1-m) R 9417 9419 9118 0 -1 4202496 73315 0 0 0 6646 12 0 0 25 0 4 0 731953751 307486720 37627 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9419/statm: 75070 37627 395 112 0 70035 0
[pid=9419/tid=9420] ppid=9417 vsize=300280 CPUtime=16.51 cores=0,2,4,6
/proc/9419/task/9420/stat : 9420 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 16768 0 0 0 1648 3 0 0 25 0 4 0 731953751 307486720 37627 33554432000 4194304 4650419 140734330697120 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9419/tid=9421] ppid=9417 vsize=300280 CPUtime=16.68 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 18340 0 0 0 1666 2 0 0 25 0 4 0 731953751 307486720 37627 33554432000 4194304 4650419 140734330697120 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=300280 CPUtime=16.69 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (strangenight1-m) R 9417 9419 9118 0 -1 4202560 22359 0 0 0 1666 3 0 0 25 0 4 0 731953751 307486720 37627 33554432000 4194304 4650419 140734330697120 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.58
Current children cumulated vsize (KiB) 300280

Child status: 20
Real time (s): 16.7987
CPU time (s): 66.9668
CPU user time (s): 66.8268
CPU system time (s): 0.139978
CPU usage (%): 398.643
Max. virtual memory (cumulated for all children) (KiB): 310616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.8268
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74022
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= 1038
involuntary context switches= 476

runsolver used 0.045993 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 01:53:51
IDJOB=3369306
IDBENCH=85618
IDSOLVER=1846
FILE ID=node115/3369306-1305417231
RUNJOBID= node115-1305414525-9136
PBS_JOBID= 13324547
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369306-1305417231/watcher-3369306-1305417231 -o /tmp/evaluation-result-3369306-1305417231/solver-3369306-1305417231 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369306-1305417231.cnf

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=117873138

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17565428 kB
Buffers:        291688 kB
Cached:        4529040 kB
SwapCached:          0 kB
Active:       12198408 kB
Inactive:      2869104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17565428 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6312 kB
Writeback:           0 kB
AnonPages:    10246372 kB
Mapped:          28632 kB
Slab:           211080 kB
PageTables:      41636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70012884 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= 73224 MiB
End job on node115 at 2011-05-15 01:54:08