Trace number 3368400

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 67.2558 67.2558

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-3368400-1305380494.cnf'
0.00/0.00	c -- header says num vars:         361856
0.00/0.00	c -- header says num clauses:     1084031
0.39/0.40	c -- clauses added:            0 learnts,      1084031 normals,            0 xors
0.39/0.40	c -- vars added     361856
0.39/0.40	c Parsing time:  0.35 s
0.39/0.40	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.88
18.29/18.36	c Flit:     3 Blit:    763 bXBeca:    0 bXProp:    8 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T: 16.93
18.29/18.36	c Cleaning up after failed var search:     0.00 s 
18.39/18.43	c Replacing        8 vars Replaced      884 lits Time:     0.06 s 
18.49/18.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
18.49/18.55	c bin-w-bin subsume rem            1 bins  time:  0.03 s
18.59/18.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
28.49/28.51	c Subs w/ non-existent bins:      8 l-rem:      8 v-fix:     0 done:  10389 time:  9.83 s
28.79/28.83	c Removed useless bin:       0  fixed:     0  props:  20.02M  time:  0.32 s
30.09/30.12	c lits-rem:         0  cl-subs:     7844  v-elim: 120360  v-fix:    0  time:  1.27 s
30.99/31.02	c Finding binary XORs  T:     0.91 s  found:     406
30.99/31.07	c Replacing      406 vars Replaced   101404 lits Time:     0.05 s 
31.39/31.40	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
31.39/31.40	c calculated reachability. Time: 0.22
31.39/31.42	c Calc default polars -  time:   0.02 s pos:     869 undec:  121549 neg:  239438
31.39/31.42	c =========================================================================================
31.39/31.42	c types(t): F = full restart, N = normal restart
31.39/31.42	c types(t): S = simplification begin/end, E = solution found
31.39/31.42	c restart types(rt): st = static, dy = dynamic
31.39/31.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
31.39/31.42	c  B st     0         0    240314    284220    554049         0   2065182         0   no data   no data
45.39/45.47	c  N dy    18      4131    227250    263999    527004      3800   1943351    175199      3.61      3.80
48.30/48.35	c Finding binary XORs  T:     0.81 s  found:    2042
60.19/60.25	c Replacing     2042 vars Replaced    21882 lits Time:     0.04 s 
63.19/63.25	c Finding binary XORs  T:     0.94 s  found:    8436
63.29/63.31	c Replacing     8436 vars Replaced   103618 lits Time:     0.06 s 
67.19/67.22	c  E dy    38      7695    154528    170215    349641      3795   1257277    239860      4.84   no data
67.19/67.22	c num threads              : 1          
67.19/67.22	c restarts                 : 38         
67.19/67.22	c dynamic restarts         : 32         
67.19/67.22	c static restarts          : 6          
67.19/67.22	c full restarts            : 0          
67.19/67.22	c total simplify time      : 2.24       
67.19/67.22	c learnts DL2              : 0          
67.19/67.22	c learnts size 2           : 1072784    
67.19/67.22	c learnts size 1           : 158883      (43.91     % of vars)
67.19/67.22	c filedLit time            : 16.94       (25.29     % time)
67.19/67.22	c v-elim SatELite          : 120360      (33.26     % vars)
67.19/67.22	c SatELite time            : 11.00       (16.43     % time)
67.19/67.22	c v-elim xor               : 0           (0.00      % vars)
67.19/67.22	c xor elim time            : 0.00        (0.00      % time)
67.19/67.22	c num binary xor trees     : 8898       
67.19/67.22	c binxor trees' crown      : 10892       (1.22      leafs/tree)
67.19/67.22	c bin xor find time        : 2.66       
67.19/67.22	c OTF clause improved      : 42          (0.01      clauses/conflict)
67.19/67.22	c OTF impr. size diff      : 45          (1.07       lits/clause)
67.19/67.22	c OTF cl watch-shrink      : 606         (0.08      clauses/conflict)
67.19/67.22	c OTF cl watch-sh-lit      : 1136237     (1874.98    lits/clause)
67.19/67.22	c tried to recurMin cls    : 6558        (85.22      % of conflicts)
67.19/67.22	c updated cache            : 8375        (1.28       lits/tried recurMin)
67.19/67.22	c clauses over max glue    : 0           (0.00      % of all clauses)
67.19/67.22	c conflicts                : 7695        (114.92    / sec)
67.19/67.22	c decisions                : 214523      (0.00      % random)
67.19/67.22	c bogo-props               : 1098149448  (16399635.61 / sec)
67.19/67.22	c conflict literals        : 458203      (89.37     % deleted)
67.19/67.22	c Memory used              : 984.74      MB
67.19/67.22	c CPU time                 : 66.96       s
67.19/67.22	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-3368400-1305380494/watcher-3368400-1305380494 -o /tmp/evaluation-result-3368400-1305380494/solver-3368400-1305380494 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368400-1305380494.cnf 

running on 2 cores: 0,2

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: 3.97 3.97 3.04 6/320 10867
/proc/meminfo: memFree=11219728/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=30864 CPUtime=0 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 649648292 31604736 945 33554432000 4194304 4580011 140736780938016 18446744073709551615 235594527429 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 7716 951 323 95 0 2698 0

[startup+0.037497 s]
/proc/loadavg: 3.97 3.97 3.04 6/320 10867
/proc/meminfo: memFree=11219728/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=45868 CPUtime=0.02 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 5001 0 0 0 2 0 0 0 20 0 1 0 649648292 46968832 3892 33554432000 4194304 4580011 140736780938016 18446744073709551615 4345192 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 11467 3908 324 95 0 6449 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 45868

[startup+0.100474 s]
/proc/loadavg: 3.97 3.97 3.04 6/320 10867
/proc/meminfo: memFree=11219728/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=67036 CPUtime=0.09 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 11336 0 0 0 8 1 0 0 20 0 1 0 649648292 68644864 9089 33554432000 4194304 4580011 140736780938016 18446744073709551615 235594563339 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 16759 9114 324 95 0 11741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67036

[startup+0.300441 s]
/proc/loadavg: 3.97 3.97 3.04 6/320 10867
/proc/meminfo: memFree=11219728/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=153932 CPUtime=0.29 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 34906 0 0 0 25 4 0 0 21 0 1 0 649648292 157626368 26179 33554432000 4194304 4580011 140736780938016 18446744073709551615 4307394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 38483 26183 324 95 0 33465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153932

[startup+0.700378 s]
/proc/loadavg: 3.97 3.97 3.04 6/320 10867
/proc/meminfo: memFree=11219728/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=221832 CPUtime=0.69 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 44369 0 0 0 64 5 0 0 22 0 1 0 649648292 227155968 35452 33554432000 4194304 4580011 140736780938016 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 55458 35452 339 95 0 50440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 221832

[startup+1.50023 s]
/proc/loadavg: 3.97 3.97 3.04 5/321 10868
/proc/meminfo: memFree=11075756/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=236356 CPUtime=1.48 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 47527 0 0 0 143 5 0 0 25 0 1 0 649648292 242028544 38610 33554432000 4194304 4580011 140736780938016 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 59089 38610 340 95 0 54071 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 236356

[startup+3.101 s]
/proc/loadavg: 3.97 3.97 3.05 5/321 10868
/proc/meminfo: memFree=11043268/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=293444 CPUtime=3.09 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 57508 0 0 0 303 6 0 0 25 0 1 0 649648292 300486656 48591 33554432000 4194304 4580011 140736780938016 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 73361 48591 340 95 0 68343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 293444

[startup+6.30039 s]
/proc/loadavg: 3.97 3.97 3.05 5/321 10868
/proc/meminfo: memFree=10955508/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=419784 CPUtime=6.29 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 79882 0 0 0 620 9 0 0 25 0 1 0 649648292 429858816 70965 33554432000 4194304 4580011 140736780938016 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 104946 70965 341 95 0 99928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 419784

[startup+12.7002 s]
/proc/loadavg: 3.98 3.97 3.06 5/321 10868
/proc/meminfo: memFree=10689908/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=648652 CPUtime=12.69 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 124277 0 0 0 1255 14 0 0 25 0 1 0 649648292 664219648 115360 33554432000 4194304 4580011 140736780938016 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 162163 115360 341 95 0 157145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 648652

[startup+25.501 s]
/proc/loadavg: 3.98 3.97 3.07 5/321 10869
/proc/meminfo: memFree=10015240/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=898024 CPUtime=25.49 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 177226 0 0 0 2528 21 0 0 25 0 1 0 649648292 919576576 168309 33554432000 4194304 4580011 140736780938016 18446744073709551615 4427916 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 224506 168309 354 95 0 219488 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 898024

[startup+51.1005 s]
/proc/loadavg: 4.07 3.99 3.10 5/321 10896
/proc/meminfo: memFree=10123944/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=987480 CPUtime=51.09 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 198500 0 0 0 5084 25 0 0 25 0 1 0 649648292 1011179520 189583 33554432000 4194304 4580011 140736780938016 18446744073709551615 4293953 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 246870 189583 366 95 0 241852 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 987480

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

[startup+57.5003 s]
/proc/loadavg: 4.06 3.99 3.10 5/321 10897
/proc/meminfo: memFree=10108320/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1000904 CPUtime=57.49 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 201208 0 0 0 5724 25 0 0 25 0 1 0 649648292 1024925696 192291 33554432000 4194304 4580011 140736780938016 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 250226 192291 366 95 0 245208 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 1000904

[startup+63.9003 s]
/proc/loadavg: 4.05 3.99 3.11 5/321 10897
/proc/meminfo: memFree=10063432/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1006980 CPUtime=63.89 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 202524 0 0 0 6364 25 0 0 25 0 1 0 649648292 1031147520 193607 33554432000 4194304 4580011 140736780938016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 251745 193607 366 95 0 246727 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 1006980

[startup+65.501 s]
/proc/loadavg: 4.05 3.99 3.11 5/321 10897
/proc/meminfo: memFree=10061560/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1007428 CPUtime=65.49 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 202655 0 0 0 6524 25 0 0 25 0 1 0 649648292 1031606272 193738 33554432000 4194304 4580011 140736780938016 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 251857 193738 366 95 0 246839 0
Current children cumulated CPU time (s) 65.49
Current children cumulated vsize (KiB) 1007428

[startup+66.3008 s]
/proc/loadavg: 4.05 3.99 3.11 5/321 10897
/proc/meminfo: memFree=10071852/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1008036 CPUtime=66.29 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 202780 0 0 0 6604 25 0 0 25 0 1 0 649648292 1032228864 193863 33554432000 4194304 4580011 140736780938016 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 252009 193863 366 95 0 246991 0
Current children cumulated CPU time (s) 66.29
Current children cumulated vsize (KiB) 1008036

[startup+66.7008 s]
/proc/loadavg: 4.05 3.99 3.11 5/321 10897
/proc/meminfo: memFree=10071852/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1008036 CPUtime=66.69 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 202781 0 0 0 6644 25 0 0 25 0 1 0 649648292 1032228864 193864 33554432000 4194304 4580011 140736780938016 18446744073709551615 4320904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 252009 193864 366 95 0 246991 0
Current children cumulated CPU time (s) 66.69
Current children cumulated vsize (KiB) 1008036

[startup+67.1116 s]
/proc/loadavg: 4.05 3.99 3.11 5/321 10897
/proc/meminfo: memFree=10069380/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1008372 CPUtime=67.1 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 202884 0 0 0 6685 25 0 0 25 0 1 0 649648292 1032572928 193967 33554432000 4194304 4580011 140736780938016 18446744073709551615 4316976 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 252093 193967 366 95 0 247075 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 1008372

[startup+67.2006 s]
/proc/loadavg: 4.05 3.99 3.11 5/321 10897
/proc/meminfo: memFree=10069380/32950928 swapFree=67111348/67111528
[pid=10867] ppid=10865 vsize=1008372 CPUtime=67.19 cores=0,2
/proc/10867/stat : 10867 (strangenight2-s) R 10865 10867 10553 0 -1 4202496 202899 0 0 0 6694 25 0 0 25 0 1 0 649648292 1032572928 193982 33554432000 4194304 4580011 140736780938016 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10867/statm: 252093 193982 366 95 0 247075 0
Current children cumulated CPU time (s) 67.19
Current children cumulated vsize (KiB) 1008372

Child status: 20
Real time (s): 67.2558
CPU time (s): 67.2558
CPU user time (s): 66.9618
CPU system time (s): 0.293955
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1008372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.9618
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202910
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= 111

runsolver used 0.223965 second user time and 0.45993 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 15:41:35
IDJOB=3368400
IDBENCH=82456
IDSOLVER=1845
FILE ID=node120/3368400-1305380494
RUNJOBID= node120-1305379154-10571
PBS_JOBID= 13324382
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368400-1305380494/watcher-3368400-1305380494 -o /tmp/evaluation-result-3368400-1305380494/solver-3368400-1305380494 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368400-1305380494.cnf

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

MD5SUM BENCH= 659dfff429810fdcd170c968aac23069
RANDOM SEED=1907316695

node120.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.809
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.61
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.809
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.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11220132 kB
Buffers:        238556 kB
Cached:        3634452 kB
SwapCached:          0 kB
Active:       18492668 kB
Inactive:      2946300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11220132 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          101904 kB
Writeback:           0 kB
AnonPages:    17565440 kB
Mapped:          25756 kB
Slab:           176412 kB
PageTables:      51812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52853668 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= 73400 MiB
End job on node120 at 2011-05-14 15:42:43