Trace number 3287035

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-stUNSAT 67.8887 67.8882

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-nlzbe256-tseitin.cnf
MD5SUM659dfff429810fdcd170c968aac23069
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.45456
Satisfiable
(Un)Satisfiability was proved
Number of variables361856
Number of clauses1084031
Sum of the clauses size2529403
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2722686
Number of clauses of size 3361343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3287035-1303768471.cnf'
0.00/0.00	c -- header says num vars:         361856
0.00/0.00	c -- header says num clauses:     1084031
0.39/0.41	c -- clauses added:            0 learnts,      1084031 normals,            0 xors
0.39/0.41	c -- vars added     361856
0.39/0.41	c Parsing time:  0.35 s
0.39/0.41	c  N st     0         0    361856    361343    722686         0   2529401         0   no data   no data
1.19/1.28	c asymm  cl-useful: 0/163/361342 lits-rem:0 time: 0.87
18.29/18.30	c Flit:     3 Blit:    763 bXBeca:    0 bXProp:    8 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T: 16.88
18.29/18.30	c Cleaning up after failed var search:     0.00 s 
18.29/18.37	c Replacing        8 vars Replaced      884 lits Time:     0.06 s 
18.39/18.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
18.49/18.51	c bin-w-bin subsume rem            1 bins  time:  0.04 s
18.59/18.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
28.60/28.63	c Subs w/ non-existent bins:      8 l-rem:      8 v-fix:     0 done:  10389 time: 10.00 s
28.89/28.97	c Removed useless bin:       0  fixed:     0  props:  20.02M  time:  0.33 s
30.19/30.24	c lits-rem:         0  cl-subs:     7844  v-elim: 120360  v-fix:    0  time:  1.25 s
31.09/31.16	c Finding binary XORs  T:     0.92 s  found:     406
31.19/31.22	c Replacing      406 vars Replaced   101404 lits Time:     0.05 s 
31.49/31.57	c Finding non-binary XORs:     0.09 s (found:       0, avg size: nan)
31.49/31.57	c calculated reachability. Time: 0.25
31.49/31.60	c Calc default polars -  time:   0.02 s pos:     869 undec:  121549 neg:  239438
31.49/31.60	c =========================================================================================
31.49/31.60	c types(t): F = full restart, N = normal restart
31.49/31.60	c types(t): S = simplification begin/end, E = solution found
31.49/31.60	c restart types(rt): st = static, dy = dynamic
31.49/31.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
31.49/31.60	c  B st     0         0    240314    284220    554049         0   2065182         0   no data   no data
45.59/45.67	c  N dy    18      4131    227250    263999    527004      3800   1943351    175199      3.61      3.80
48.59/48.63	c Finding binary XORs  T:     0.91 s  found:    2042
60.59/60.64	c Replacing     2042 vars Replaced    21882 lits Time:     0.05 s 
63.79/63.82	c Finding binary XORs  T:     0.94 s  found:    8436
63.79/63.88	c Replacing     8436 vars Replaced   103618 lits Time:     0.06 s 
67.59/67.68	c  E dy    38      7695    154528    170215    349641      3795   1257277    239860      4.84   no data
67.59/67.68	c num threads              : 1          
67.59/67.68	c restarts                 : 38         
67.59/67.68	c dynamic restarts         : 32         
67.59/67.68	c static restarts          : 6          
67.59/67.68	c full restarts            : 0          
67.59/67.68	c total simplify time      : 2.36       
67.59/67.68	c learnts DL2              : 0          
67.59/67.68	c learnts size 2           : 1072784    
67.59/67.68	c learnts size 1           : 158883      (43.91     % of vars)
67.59/67.68	c filedLit time            : 16.89       (25.04     % time)
67.59/67.68	c v-elim SatELite          : 120360      (33.26     % vars)
67.59/67.68	c SatELite time            : 11.17       (16.56     % time)
67.59/67.68	c v-elim xor               : 0           (0.00      % vars)
67.59/67.68	c xor elim time            : 0.00        (0.00      % time)
67.59/67.68	c num binary xor trees     : 8898       
67.59/67.68	c binxor trees' crown      : 10892       (1.22      leafs/tree)
67.59/67.68	c bin xor find time        : 2.77       
67.59/67.68	c OTF clause improved      : 42          (0.01      clauses/conflict)
67.59/67.68	c OTF impr. size diff      : 45          (1.07       lits/clause)
67.59/67.68	c OTF cl watch-shrink      : 606         (0.08      clauses/conflict)
67.59/67.68	c OTF cl watch-sh-lit      : 1136237     (1874.98    lits/clause)
67.59/67.68	c tried to recurMin cls    : 6558        (85.22      % of conflicts)
67.59/67.68	c updated cache            : 8375        (1.28       lits/tried recurMin)
67.59/67.68	c clauses over max glue    : 0           (0.00      % of all clauses)
67.59/67.68	c conflicts                : 7695        (114.10    / sec)
67.59/67.68	c decisions                : 214523      (0.00      % random)
67.59/67.68	c bogo-props               : 1098149448  (16283415.89 / sec)
67.59/67.68	c conflict literals        : 458203      (89.37     % deleted)
67.59/67.68	c Memory used              : 984.79      MB
67.59/67.68	c CPU time                 : 67.44       s
67.59/67.68	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: 935)

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-3287035-1303768471/watcher-3287035-1303768471 -o /tmp/evaluation-result-3287035-1303768471/solver-3287035-1303768471 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3287035-1303768471.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: 4.07 4.01 3.92 5/189 17900
/proc/meminfo: memFree=17008980/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=31704 CPUtime=0 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 1261 0 0 0 0 0 0 0 20 0 1 0 469263333 32464896 1100 33554432000 4194304 4627331 140735670159840 18446744073709551615 4317072 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 7926 1101 321 106 0 2897 0

[startup+0.093304 s]
/proc/loadavg: 4.07 4.01 3.92 5/189 17900
/proc/meminfo: memFree=17008980/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=63984 CPUtime=0.09 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 10539 0 0 0 8 1 0 0 20 0 1 0 469263333 65519616 8308 33554432000 4194304 4627331 140735670159840 18446744073709551615 4316528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 15996 8309 322 106 0 10967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63984

[startup+0.100302 s]
/proc/loadavg: 4.07 4.01 3.92 5/189 17900
/proc/meminfo: memFree=17008980/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=64116 CPUtime=0.09 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 10980 0 0 0 8 1 0 0 20 0 1 0 469263333 65654784 8735 33554432000 4194304 4627331 140735670159840 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 16029 8739 322 106 0 11000 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64116

[startup+0.300295 s]
/proc/loadavg: 4.07 4.01 3.92 5/189 17900
/proc/meminfo: memFree=17008980/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=162176 CPUtime=0.29 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 33782 0 0 0 25 4 0 0 21 0 1 0 469263333 166068224 29155 33554432000 4194304 4627331 140735670159840 18446744073709551615 4358429 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 40544 29155 322 106 0 35515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 162176

[startup+0.700226 s]
/proc/loadavg: 4.07 4.01 3.92 5/189 17900
/proc/meminfo: memFree=17008980/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=221880 CPUtime=0.69 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 44372 0 0 0 64 5 0 0 22 0 1 0 469263333 227205120 35454 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308636 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 55470 35454 341 106 0 50441 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 221880

[startup+1.50108 s]
/proc/loadavg: 4.07 4.01 3.92 5/190 17901
/proc/meminfo: memFree=16867716/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=235380 CPUtime=1.49 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 47391 0 0 0 144 5 0 0 25 0 1 0 469263333 241029120 38473 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 58845 38473 345 106 0 53816 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 235380

[startup+3.1008 s]
/proc/loadavg: 4.07 4.01 3.92 5/190 17901
/proc/meminfo: memFree=16830020/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=290420 CPUtime=3.09 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 57074 0 0 0 302 7 0 0 25 0 1 0 469263333 297390080 48156 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 72605 48156 345 106 0 67576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 290420

[startup+6.30023 s]
/proc/loadavg: 4.06 4.01 3.92 5/190 17928
/proc/meminfo: memFree=18869544/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=413688 CPUtime=6.29 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 78955 0 0 0 620 9 0 0 25 0 1 0 469263333 423616512 70037 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 103422 70037 346 106 0 98393 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 413688

[startup+12.7011 s]
/proc/loadavg: 4.06 4.01 3.92 5/190 17928
/proc/meminfo: memFree=18467308/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=654844 CPUtime=12.69 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 125497 0 0 0 1255 14 0 0 25 0 1 0 469263333 670560256 116579 33554432000 4194304 4627331 140735670159840 18446744073709551615 4299638 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 163711 116579 346 106 0 158682 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 654844

[startup+25.5009 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 17928
/proc/meminfo: memFree=17852896/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=898072 CPUtime=25.49 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 177233 0 0 0 2529 20 0 0 25 0 1 0 469263333 919625728 168315 33554432000 4194304 4627331 140735670159840 18446744073709551615 4534846 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 224518 168315 360 106 0 219489 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 898072

[startup+51.1004 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18125368/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=987528 CPUtime=51.09 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 198481 0 0 0 5086 23 0 0 25 0 1 0 469263333 1011228672 189563 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 246882 189563 374 106 0 241853 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 987528

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

[startup+57.5002 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18101320/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=999736 CPUtime=57.49 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 200947 0 0 0 5726 23 0 0 25 0 1 0 469263333 1023729664 192029 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 249934 192029 374 106 0 244905 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 999736

[startup+63.9011 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18090480/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=1005840 CPUtime=63.89 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 202294 0 0 0 6366 23 0 0 25 0 1 0 469263333 1029980160 193376 33554432000 4194304 4627331 140735670159840 18446744073709551615 4299551 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 251460 193376 374 106 0 246431 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 1005840

[startup+65.5008 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18081668/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=1007028 CPUtime=65.49 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 202541 0 0 0 6526 23 0 0 25 0 1 0 469263333 1031196672 193623 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 251757 193623 374 106 0 246728 0
Current children cumulated CPU time (s) 65.49
Current children cumulated vsize (KiB) 1007028

[startup+67.1066 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18084024/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=1008084 CPUtime=67.1 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 202789 0 0 0 6686 24 0 0 25 0 1 0 469263333 1032278016 193871 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 252021 193871 374 106 0 246992 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 1008084

[startup+67.5005 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18084024/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=1008420 CPUtime=67.49 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 202893 0 0 0 6725 24 0 0 25 0 1 0 469263333 1032622080 193975 33554432000 4194304 4627331 140735670159840 18446744073709551615 4308561 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 252105 193975 374 106 0 247076 0
Current children cumulated CPU time (s) 67.49
Current children cumulated vsize (KiB) 1008420

[startup+67.7004 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18084024/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=1008420 CPUtime=67.69 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 202918 0 0 0 6745 24 0 0 25 0 1 0 469263333 1032622080 193999 33554432000 4194304 4627331 140735670159840 18446744073709551615 255106417778 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 252105 193999 383 106 0 247076 0
Current children cumulated CPU time (s) 67.69
Current children cumulated vsize (KiB) 1008420

[startup+67.8004 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 17956
/proc/meminfo: memFree=18084024/32951124 swapFree=67111524/67111528
[pid=17900] ppid=17898 vsize=992012 CPUtime=67.79 cores=4,6
/proc/17900/stat : 17900 (strangenight2-s) R 17898 17900 15892 0 -1 4202496 202918 0 0 0 6755 24 0 0 25 0 1 0 469263333 1015820288 191171 33554432000 4194304 4627331 140735670159840 18446744073709551615 255106417868 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17900/statm: 248003 191171 383 106 0 242974 0
Current children cumulated CPU time (s) 67.79
Current children cumulated vsize (KiB) 992012

Child status: 20
Real time (s): 67.8882
CPU time (s): 67.8887
CPU user time (s): 67.6097
CPU system time (s): 0.278957
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1008420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.6097
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202919
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= 6
involuntary context switches= 118

runsolver used 0.115982 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-25 23:54:32
IDJOB=3287035
IDBENCH=82456
IDSOLVER=1587
FILE ID=node144/3287035-1303768471
RUNJOBID= node144-1303767826-17382
PBS_JOBID= 13157119
Free space on /tmp= 72064 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-nlzbe256-tseitin.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287035-1303768471/watcher-3287035-1303768471 -o /tmp/evaluation-result-3287035-1303768471/solver-3287035-1303768471 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3287035-1303768471.cnf

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

MD5SUM BENCH= 659dfff429810fdcd170c968aac23069
RANDOM SEED=1014168376

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17009012 kB
Buffers:       2187544 kB
Cached:       10099260 kB
SwapCached:          4 kB
Active:        6667140 kB
Inactive:      8705104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17009012 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           24844 kB
Writeback:         224 kB
AnonPages:     3084392 kB
Mapped:          16276 kB
Slab:           497888 kB
PageTables:      12180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3911184 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= 72064 MiB
End job on node144 at 2011-04-25 23:55:40