Trace number 3174168

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-2-mtUNSAT 42.0946 10.5441

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S566093033-041.UNKNOWN.cnf
MD5SUM85e2085fcd9bc0d9740c43994b898153
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.556915
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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 Using 4 threads
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-3174168-1304107874.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:     135 undec:      37 neg:     128
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       294      1272         0         0      3845         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4920       294      1272         0      4755      3845     70343   no data   no data
3.17/0.85	c  N st    10     11305       294      1272         0      4394      3845     49618   no data   no data
3.17/0.85	c  N st    11     17051       294      1272         0      9854      3845    123789   no data   no data
3.17/0.85	c  F st    12     25001       294      1272         0     12031      3845    152987   no data   no data
3.17/0.85	c  N st    12     25001       294      1272         0     12031      3845    152987   no data   no data
4.37/1.15	c Decided on static restart strategy
4.37/1.15	c  N st    18     30000       294      1272         0     10349      3845    125410   no data   no data
4.37/1.15	c  S st    18     30000       294      1272         0     10349      3845    125410   no data   no data
4.37/1.15	c  S st    18     30501       294      1272         0     10844      3845    133449   no data   no data
4.37/1.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.37/1.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.37/1.15	c blocked clauses removed:        9 vars:      2 tried:         294 T: 0.00 s
4.37/1.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.37/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.37/1.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
4.37/1.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.37/1.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.37/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.25	c lits-rem:       186  cl-subs:     2034  v-elim:      0  v-fix:    0  time:  0.08 s
4.77/1.25	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.00
4.77/1.25	c calculated reachability. Time: 0.00
4.77/1.25	c  N st    18     30501       292      1263         0      8756      3818    105988   no data   no data
5.98/1.55	c  N st    20     37612       292      1263         0      8109      3818     83348   no data   no data
7.17/1.82	c  N st    21     44012       292      1263         0     14169      3818    170299   no data   no data
7.56/1.92	c  S st    22     45751       292      1263         0     15841      3818    193925   no data   no data
7.56/1.97	c  S st    22     46254       292      1263         0     16338      3818    201579   no data   no data
7.56/1.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.56/1.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.56/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
7.56/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.56/1.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.56/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.13	c lits-rem:       280  cl-subs:     2350  v-elim:      0  v-fix:    0  time:  0.15 s
8.36/2.13	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
8.36/2.14	c vivif2 --  cl tried    13988 cl shrink        0 lits rem          0 time: 0.00
8.36/2.14	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.01
8.36/2.14	c calculated reachability. Time: 0.00
8.36/2.14	c  N st    22     46254       292      1263         0     13988      3818    170171   no data   no data
11.55/2.96	c  N st    23     60651       292      1263         0      9771      3818     93057   no data   no data
13.56/3.45	c  N st    24     69384       292      1263         0     17995      3818    196910   no data   no data
13.56/3.45	c  S st    24     69384       292      1263         0     17995      3818    196910   no data   no data
13.96/3.50	c  S st    24     69889       292      1263         0     18494      3818    204694   no data   no data
13.96/3.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.96/3.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.96/3.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.96/3.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.96/3.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.96/3.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
13.96/3.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.96/3.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.96/3.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.78/3.72	c lits-rem:       207  cl-subs:     4492  v-elim:      0  v-fix:    0  time:  0.20 s
14.78/3.72	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
14.78/3.72	c vivif2 --  cl tried    14002 cl shrink        0 lits rem          0 time: 0.00
14.78/3.73	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.01
14.78/3.73	c calculated reachability. Time: 0.00
14.78/3.73	c  N st    24     69889       292      1263         0     14002      3818    152509   no data   no data
18.77/4.72	c  F st    25     87500       292      1263         0     20426      3818    231893   no data   no data
18.77/4.72	c  N st    25     87500       292      1263         0     20426      3818    231893   no data   no data
19.95/5.06	c Decided on static restart strategy
20.75/5.22	c  N st    32     95540       292      1263         0     16806      3818    188799   no data   no data
23.16/5.85	c  N st    34    104834       292      1263         0     13335      3818    125494   no data   no data
23.16/5.85	c  S st    34    104834       292      1263         0     13335      3818    125494   no data   no data
23.16/5.89	c  S st    34    105335       292      1263         0     13835      3818    133320   no data   no data
23.16/5.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.16/5.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.16/5.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.16/5.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.16/5.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.16/5.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
23.16/5.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.16/5.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.16/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.56/5.92	c lits-rem:        99  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.03 s
23.56/5.92	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
23.56/5.92	c vivif2 --  cl tried    13074 cl shrink        0 lits rem          0 time: 0.00
23.56/5.93	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.01
23.56/5.93	c calculated reachability. Time: 0.00
23.56/5.93	c  N st    34    105335       292      1263         0     13074      3818    124913   no data   no data
25.94/6.51	c  N st    35    114935       292      1263         0     22080      3818    236800   no data   no data
29.53/7.46	c  N st    36    129332       292      1263         1     22452      3818    233923   no data   no data
34.73/8.76	c Finding binary XORs  T:     0.00 s  found:       0
35.53/8.98	c  N st    37    150927       291      1236        14     17828      3759    178128   no data   no data
37.13/9.37	c  S st    38    158004       291      1236        14     14874      3759    140092   no data   no data
37.53/9.41	c  S st    38    158508       291      1236        18     15374      3759    147680   no data   no data
37.53/9.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.53/9.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
37.53/9.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.53/9.42	c bin-w-bin subsume rem            1 bins  time:  0.00 s
37.53/9.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.53/9.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
37.53/9.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.53/9.42	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
37.53/9.45	c subs with bin:      920  lits-rem:      2192  v-fix:    0  time:  0.02 s
37.93/9.53	c lits-rem:       403  cl-subs:     2089  v-elim:      0  v-fix:    0  time:  0.07 s
37.93/9.53	c vivif2 --  cl tried     1235 cl shrink        0 lits rem          0 time: 0.00
37.93/9.53	c vivif2 --  cl tried    12085 cl shrink        2 lits rem          2 time: 0.00
37.93/9.53	c asymm  cl-useful: 0/1235/1235 lits-rem:0 time: 0.01
37.93/9.54	c calculated reachability. Time: 0.00
37.93/9.54	c  N st    38    158508       290      1235        19     12085      3769    110945   no data   no data
41.92/10.54	c Following stats are for *FIRST FINISHED THREAD ONLY*
41.92/10.54	c num threads              : 4          
41.92/10.54	c restarts                 : 37         
41.92/10.54	c dynamic restarts         : 0          
41.92/10.54	c static restarts          : 37         
41.92/10.54	c full restarts            : 2          
41.92/10.54	c total simplify time      : 0.03       
41.92/10.54	c learnts DL2              : 0          
41.92/10.54	c learnts size 2           : 119        
41.92/10.54	c learnts size 1           : 168         (56.00     % of vars)
41.92/10.54	c filedLit time            : 0.01        (0.07      % time)
41.92/10.54	c v-elim SatELite          : 8           (2.67      % vars)
41.92/10.54	c SatELite time            : 0.31        (2.97      % time)
41.92/10.54	c v-elim xor               : 0           (0.00      % vars)
41.92/10.54	c xor elim time            : 0.00        (0.02      % time)
41.92/10.54	c num binary xor trees     : 0          
41.92/10.54	c binxor trees' crown      : 0           (nan       leafs/tree)
41.92/10.54	c bin xor find time        : 0.00       
41.92/10.54	c OTF clause improved      : 8527        (0.05      clauses/conflict)
41.92/10.54	c OTF impr. size diff      : 8803        (1.03       lits/clause)
41.92/10.54	c OTF cl watch-shrink      : 27899       (0.17      clauses/conflict)
41.92/10.54	c OTF cl watch-sh-lit      : 32790       (1.18       lits/clause)
41.92/10.54	c tried to recurMin cls    : 18544       (11.07      % of conflicts)
41.92/10.54	c updated cache            : 0           (0.00       lits/tried recurMin)
41.92/10.54	c unit cls recevied        : 3           (1.79      % of units)
41.92/10.54	c unit cls sent            : 8           (4.76      % of units)
41.92/10.54	c bin cls recevied         : 19         
41.92/10.54	c bin cls sent             : 72         
41.92/10.54	c clauses over max glue    : 0           (0.00      % of all clauses)
41.92/10.54	c conflicts                : 167560      (16001.67  / sec)
41.92/10.54	c decisions                : 195083      (2.56      % random)
41.92/10.54	c bogo-props               : 1290766525  (123265803.89 / sec)
41.92/10.54	c conflict literals        : 2235889     (27.76     % deleted)
41.92/10.54	c Memory used              : 253.77      MB
41.92/10.54	c single-thread CPU time   : 10.47       s
41.92/10.54	c all-threads sum CPU time : 42.05       s
41.92/10.54	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-3174168-1304107874/watcher-3174168-1304107874 -o /tmp/evaluation-result-3174168-1304107874/solver-3174168-1304107874 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174168-1304107874.cnf 

running on 4 cores: 1,3,5,7

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.14 8.07 7.34 6/180 3423
/proc/meminfo: memFree=29261220/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 601018038 52441088 347 33554432000 4194304 4627427 140734267761600 18446744073709551615 251367603185 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 12803 347 299 106 0 7774 0
[pid=3423/tid=3424] ppid=3421 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 601018038 52441088 347 33554432000 4194304 4627427 140734267761600 18446744073709551615 47588946995122 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 601018038 52441088 347 33554432000 4194304 4627427 140734267761600 18446744073709551615 47588946995116 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 601018039 52441088 347 33554432000 4194304 4627427 140734267761600 18446744073709551615 251367603185 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.414271 s]
/proc/loadavg: 8.14 8.07 7.34 6/180 3423
/proc/meminfo: memFree=29261220/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=283000 CPUtime=1.62 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 2794 0 0 0 162 0 0 0 18 0 4 0 601018038 289792000 1796 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 70750 1796 385 106 0 65721 0
[pid=3423/tid=3424] ppid=3421 vsize=283000 CPUtime=0.4 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 645 0 0 0 40 0 0 0 18 0 4 0 601018038 289792000 1796 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=283000 CPUtime=0.4 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 597 0 0 0 40 0 0 0 18 0 4 0 601018038 289792000 1796 33554432000 4194304 4627427 140734267761600 18446744073709551615 251367590071 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=283000 CPUtime=0.4 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 504 0 0 0 40 0 0 0 18 0 4 0 601018039 289792000 1796 33554432000 4194304 4627427 140734267761600 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 283000

[startup+0.500739 s]
/proc/loadavg: 8.14 8.07 7.34 6/180 3423
/proc/meminfo: memFree=29261220/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=283000 CPUtime=1.97 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 2982 0 0 0 197 0 0 0 18 0 4 0 601018038 289792000 1984 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 70750 1984 385 106 0 65721 0
[pid=3423/tid=3424] ppid=3421 vsize=283000 CPUtime=0.49 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 690 0 0 0 49 0 0 0 18 0 4 0 601018038 289792000 1984 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=283000 CPUtime=0.49 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 652 0 0 0 49 0 0 0 18 0 4 0 601018038 289792000 1984 33554432000 4194304 4627427 140734267761600 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=283000 CPUtime=0.49 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 544 0 0 0 49 0 0 0 18 0 4 0 601018039 289792000 1984 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 283000

[startup+0.600722 s]
/proc/loadavg: 8.14 8.07 7.34 6/180 3423
/proc/meminfo: memFree=29261220/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=283388 CPUtime=2.37 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 3544 0 0 0 237 0 0 0 18 0 4 0 601018038 290189312 1846 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 70847 1846 385 106 0 65818 0
[pid=3423/tid=3424] ppid=3421 vsize=283388 CPUtime=0.59 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 841 0 0 0 59 0 0 0 18 0 4 0 601018038 290189312 1846 33554432000 4194304 4627427 140734267761600 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=283388 CPUtime=0.59 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 786 0 0 0 59 0 0 0 18 0 4 0 601018038 290189312 1846 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=283388 CPUtime=0.59 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 673 0 0 0 59 0 0 0 18 0 4 0 601018039 290189312 1846 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 283388

[startup+0.700701 s]
/proc/loadavg: 8.14 8.07 7.34 6/180 3423
/proc/meminfo: memFree=29261220/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=283532 CPUtime=2.77 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 3752 0 0 0 277 0 0 0 18 0 4 0 601018038 290336768 2054 33554432000 4194304 4627427 140734267761600 18446744073709551615 4327603 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 70883 2054 385 106 0 65854 0
[pid=3423/tid=3424] ppid=3421 vsize=283532 CPUtime=0.69 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 887 0 0 0 69 0 0 0 18 0 4 0 601018038 290336768 2054 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=283532 CPUtime=0.69 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 845 0 0 0 69 0 0 0 18 0 4 0 601018038 290336768 2054 33554432000 4194304 4627427 140734267761600 18446744073709551615 4327629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=283532 CPUtime=0.69 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 728 0 0 0 69 0 0 0 18 0 4 0 601018039 290336768 2054 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 283532

[startup+1.50655 s]
/proc/loadavg: 8.14 8.07 7.34 9/184 3427
/proc/meminfo: memFree=29257044/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=283868 CPUtime=5.98 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 7530 0 0 0 598 0 0 0 20 0 4 0 601018038 290680832 4174 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 70967 4174 389 106 0 65938 0
[pid=3423/tid=3424] ppid=3421 vsize=283868 CPUtime=1.5 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 2222 0 0 0 150 0 0 0 20 0 4 0 601018038 290680832 4174 33554432000 4194304 4627427 140734267761600 18446744073709551615 4310395 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=283868 CPUtime=1.48 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 1378 0 0 0 148 0 0 0 20 0 4 0 601018038 290680832 4174 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=283868 CPUtime=1.49 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 1243 0 0 0 149 0 0 0 20 0 4 0 601018039 290680832 4174 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 283868

[startup+3.10026 s]
/proc/loadavg: 8.21 8.08 7.35 9/184 3427
/proc/meminfo: memFree=29240800/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=286652 CPUtime=12.35 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 13672 0 0 0 1234 1 0 0 25 0 4 0 601018038 293531648 7203 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 71663 7203 389 106 0 66634 0
[pid=3423/tid=3424] ppid=3421 vsize=286652 CPUtime=3.09 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 2921 0 0 0 309 0 0 0 25 0 4 0 601018038 293531648 7203 33554432000 4194304 4627427 140734267761600 18446744073709551615 4527456 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=286652 CPUtime=3.07 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 3418 0 0 0 307 0 0 0 25 0 4 0 601018038 293531648 7203 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=286652 CPUtime=3.08 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 3196 0 0 0 308 0 0 0 25 0 4 0 601018039 293531648 7203 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286652

[startup+6.30067 s]
/proc/loadavg: 8.21 8.08 7.35 9/184 3427
/proc/meminfo: memFree=29231996/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=287288 CPUtime=25.15 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 20772 0 0 0 2512 3 0 0 25 0 4 0 601018038 294182912 9218 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 71822 9218 389 106 0 66793 0
[pid=3423/tid=3424] ppid=3421 vsize=287288 CPUtime=6.29 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 5132 0 0 0 629 0 0 0 25 0 4 0 601018038 294182912 9218 33554432000 4194304 4627427 140734267761600 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=287288 CPUtime=6.25 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 5229 0 0 0 625 0 0 0 25 0 4 0 601018038 294182912 9218 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=287288 CPUtime=6.28 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 4493 0 0 0 628 0 0 0 25 0 4 0 601018039 294182912 9218 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 287288

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

[startup+6.70059 s]
/proc/loadavg: 8.21 8.08 7.35 9/184 3427
/proc/meminfo: memFree=29231996/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=287364 CPUtime=26.74 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 21493 0 0 0 2671 3 0 0 25 0 4 0 601018038 294260736 9157 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 71841 9157 389 106 0 66812 0
[pid=3423/tid=3424] ppid=3421 vsize=287364 CPUtime=6.69 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 5415 0 0 0 669 0 0 0 25 0 4 0 601018038 294260736 9157 33554432000 4194304 4627427 140734267761600 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=287364 CPUtime=6.65 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 5318 0 0 0 665 0 0 0 25 0 4 0 601018038 294260736 9157 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=287364 CPUtime=6.68 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 4755 0 0 0 668 0 0 0 25 0 4 0 601018039 294260736 9157 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.74
Current children cumulated vsize (KiB) 287364

[startup+8.3003 s]
/proc/loadavg: 8.19 8.08 7.36 9/184 3427
/proc/meminfo: memFree=29229372/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=287616 CPUtime=33.13 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 25349 0 0 0 3309 4 0 0 25 0 4 0 601018038 294518784 9959 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308359 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 71904 9959 389 106 0 66875 0
[pid=3423/tid=3424] ppid=3421 vsize=287616 CPUtime=8.28 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6430 0 0 0 828 0 0 0 25 0 4 0 601018038 294518784 9959 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=287616 CPUtime=8.24 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6061 0 0 0 824 0 0 0 25 0 4 0 601018038 294518784 9959 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=287616 CPUtime=8.28 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6082 0 0 0 827 1 0 0 25 0 4 0 601018039 294518784 9959 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.13
Current children cumulated vsize (KiB) 287616

[startup+9.901 s]
/proc/loadavg: 8.19 8.08 7.36 9/184 3427
/proc/meminfo: memFree=29227768/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=277752 CPUtime=39.53 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 27539 0 0 0 3949 4 0 0 25 0 4 0 601018038 284418048 10335 33554432000 4194304 4627427 140734267761600 18446744073709551615 4322179 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 69438 10335 389 106 0 64409 0
[pid=3423/tid=3424] ppid=3421 vsize=277752 CPUtime=9.89 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6993 0 0 0 989 0 0 0 25 0 4 0 601018038 284418048 10335 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=277752 CPUtime=9.84 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6586 0 0 0 983 1 0 0 25 0 4 0 601018038 284418048 10335 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=277752 CPUtime=9.88 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6438 0 0 0 987 1 0 0 25 0 4 0 601018039 284418048 10335 33554432000 4194304 4627427 140734267761600 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.53
Current children cumulated vsize (KiB) 277752

[startup+10.3069 s]
/proc/loadavg: 8.19 8.08 7.36 9/184 3427
/proc/meminfo: memFree=29224420/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=268936 CPUtime=41.14 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 28074 0 0 0 4110 4 0 0 25 0 4 0 601018038 275390464 10416 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 67234 10416 389 106 0 62205 0
[pid=3423/tid=3424] ppid=3421 vsize=268936 CPUtime=10.29 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 7227 0 0 0 1029 0 0 0 25 0 4 0 601018038 275390464 10416 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=268936 CPUtime=10.24 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6679 0 0 0 1023 1 0 0 25 0 4 0 601018038 275390464 10416 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=268936 CPUtime=10.29 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6530 0 0 0 1028 1 0 0 25 0 4 0 601018039 275390464 10416 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.14
Current children cumulated vsize (KiB) 268936

[startup+10.5009 s]
/proc/loadavg: 8.19 8.08 7.36 9/184 3427
/proc/meminfo: memFree=29224420/32950928 swapFree=67111352/67111528
[pid=3423] ppid=3421 vsize=268936 CPUtime=41.92 cores=1,3,5,7
/proc/3423/stat : 3423 (strangenight2-m) R 3421 3423 3239 0 -1 4202496 28225 0 0 0 4188 4 0 0 25 0 4 0 601018038 275390464 10567 33554432000 4194304 4627427 140734267761600 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3423/statm: 67234 10567 389 106 0 62205 0
[pid=3423/tid=3424] ppid=3421 vsize=268936 CPUtime=10.49 cores=1,3,5,7
/proc/3423/task/3424/stat : 3424 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 7273 0 0 0 1049 0 0 0 25 0 4 0 601018038 275390464 10567 33554432000 4194304 4627427 140734267761600 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3423/tid=3425] ppid=3421 vsize=268936 CPUtime=10.44 cores=1,3,5,7
/proc/3423/task/3425/stat : 3425 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6717 0 0 0 1043 1 0 0 25 0 4 0 601018038 275390464 10567 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3423/tid=3426] ppid=3421 vsize=268936 CPUtime=10.48 cores=1,3,5,7
/proc/3423/task/3426/stat : 3426 (strangenight2-m) R 3421 3423 3239 0 -1 4202560 6559 0 0 0 1047 1 0 0 25 0 4 0 601018039 275390464 10567 33554432000 4194304 4627427 140734267761600 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.92
Current children cumulated vsize (KiB) 268936

Child status: 20
Real time (s): 10.5441
CPU time (s): 42.0946
CPU user time (s): 42.0476
CPU system time (s): 0.046992
CPU usage (%): 399.225
Max. virtual memory (cumulated for all children) (KiB): 287652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0476
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28504
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= 242
involuntary context switches= 358

runsolver used 0.022996 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 22:11:14
IDJOB=3174168
IDBENCH=82986
IDSOLVER=1586
FILE ID=node113/3174168-1304107874
RUNJOBID= node113-1304106581-3258
PBS_JOBID= 13170664
Free space on /tmp= 71160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S566093033-041.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174168-1304107874/watcher-3174168-1304107874 -o /tmp/evaluation-result-3174168-1304107874/solver-3174168-1304107874 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174168-1304107874.cnf

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

MD5SUM BENCH= 85e2085fcd9bc0d9740c43994b898153
RANDOM SEED=1492715259

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      29261500 kB
Buffers:        716428 kB
Cached:        2270748 kB
SwapCached:         12 kB
Active:         277652 kB
Inactive:      2894300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29261500 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            5468 kB
Writeback:           0 kB
AnonPages:      184628 kB
Mapped:          15460 kB
Slab:           452880 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   420724 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= 71156 MiB
End job on node113 at 2011-04-29 22:11:24