Trace number 3366422

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-mt (fixed)UNSAT 102.619 25.7213

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
MD5SUMaa033649e20861950136340d4750574f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.13083
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366422-1305404018.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     134 undec:      28 neg:     138
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       295      1272         0         0      3838         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.40/0.12	c  N st     8      4913       295      1272         0      4757      3838     72895   no data   no data
1.17/0.34	c  N st    10     11298       295      1272         0      4402      3838     51664   no data   no data
1.97/0.57	c  N st    11     17041       295      1272         0      9927      3838    135484   no data   no data
3.58/0.92	c  F st    12     25000       295      1272         0     12078      3838    159952   no data   no data
3.58/0.92	c  N st    12     25000       295      1272         0     12078      3838    159952   no data   no data
4.39/1.16	c Decided on static restart strategy
4.39/1.16	c  N st    18     30000       295      1272         0     10425      3838    128510   no data   no data
4.39/1.16	c  S st    18     30000       295      1272         0     10425      3838    128510   no data   no data
4.39/1.19	c  S st    18     30501       295      1272         0     10923      3838    136374   no data   no data
4.39/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.39/1.20	c blocked clauses removed:        7 vars:      1 tried:         295 T: 0.00 s
4.39/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
4.39/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.39/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.26	c lits-rem:       369  cl-subs:     1443  v-elim:      0  v-fix:    0  time:  0.06 s
4.80/1.27	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.00
4.80/1.27	c calculated reachability. Time: 0.00
4.80/1.27	c  N st    18     30501       294      1265         0      9479      3817    116852   no data   no data
6.36/1.64	c  N st    20     37615       294      1265         0      8761      3817     94765   no data   no data
7.56/1.96	c  N st    21     44014       294      1265         0     14868      3817    188599   no data   no data
7.96/2.06	c  S st    22     45752       294      1265         0     16525      3817    212523   no data   no data
8.36/2.11	c  S st    22     46256       294      1265         0     17027      3817    220635   no data   no data
8.36/2.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.36/2.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.36/2.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
8.36/2.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.36/2.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.30	c lits-rem:       358  cl-subs:     2620  v-elim:      0  v-fix:    0  time:  0.18 s
8.77/2.30	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
8.77/2.31	c vivif2 --  cl tried    14407 cl shrink        0 lits rem          0 time: 0.00
9.19/2.31	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
9.19/2.31	c calculated reachability. Time: 0.00
9.19/2.31	c  N st    22     46256       294      1265         0     14407      3817    185457   no data   no data
11.95/3.05	c  N st    23     60655       294      1265         0     10234      3817    103528   no data   no data
13.94/3.56	c  N st    24     69384       294      1265         0     18523      3817    221014   no data   no data
13.94/3.56	c  S st    24     69384       294      1265         0     18523      3817    221014   no data   no data
14.34/3.62	c  S st    24     69887       294      1265         0     19019      3817    228988   no data   no data
14.34/3.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.34/3.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.34/3.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.34/3.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.34/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
14.34/3.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.34/3.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.34/3.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.82	c lits-rem:       197  cl-subs:     3079  v-elim:      0  v-fix:    0  time:  0.19 s
15.14/3.82	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
15.14/3.83	c vivif2 --  cl tried    15940 cl shrink        0 lits rem          0 time: 0.00
15.14/3.83	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
15.14/3.83	c calculated reachability. Time: 0.00
15.14/3.83	c  N st    24     69887       294      1265         0     15940      3817    189913   no data   no data
19.53/4.95	c  F st    25     87503       294      1265         0     22396      3817    279053   no data   no data
19.53/4.95	c  N st    25     87503       294      1265         0     22396      3817    279053   no data   no data
20.73/5.29	c Decided on static restart strategy
21.53/5.45	c  N st    32     95547       294      1265         0     18636      3817    214664   no data   no data
24.32/6.13	c  N st    34    104830       294      1265         0     15074      3817    151737   no data   no data
24.32/6.13	c  S st    34    104830       294      1265         0     15074      3817    151737   no data   no data
24.32/6.17	c  S st    34    105336       294      1265         0     15577      3817    159749   no data   no data
24.32/6.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.32/6.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.32/6.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.32/6.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.32/6.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.32/6.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
24.32/6.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.32/6.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.32/6.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.72/6.22	c lits-rem:       121  cl-subs:      959  v-elim:      0  v-fix:    0  time:  0.04 s
24.72/6.22	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
24.72/6.22	c vivif2 --  cl tried    14618 cl shrink        0 lits rem          0 time: 0.00
24.72/6.23	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
24.72/6.23	c calculated reachability. Time: 0.00
24.72/6.23	c  N st    34    105336       294      1265         0     14618      3817    148025   no data   no data
27.51/6.93	c  N st    35    114934       294      1265         0     23752      3817    275639   no data   no data
31.50/7.95	c  N st    36    129336       294      1265         0     24227      3817    279480   no data   no data
37.49/9.46	c  N st    37    150932       294      1265         0     30688      3817    396191   no data   no data
39.50/10.00	c  S st    38    158004       294      1265         0     22083      3817    231237   no data   no data
39.92/10.06	c  S st    38    158507       294      1265         0     22578      3817    239575   no data   no data
39.92/10.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.92/10.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
39.92/10.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.92/10.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.92/10.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.92/10.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
39.92/10.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.92/10.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.92/10.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.68/10.23	c lits-rem:       284  cl-subs:     2602  v-elim:      0  v-fix:    0  time:  0.15 s
40.68/10.23	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
40.68/10.23	c vivif2 --  cl tried    19976 cl shrink        0 lits rem          0 time: 0.00
40.68/10.24	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
40.68/10.24	c calculated reachability. Time: 0.00
40.68/10.24	c  N st    38    158507       294      1265         0     19976      3817    206450   no data   no data
56.64/14.27	c  N st    39    207096       294      1265         1     32924      3817    375918   no data   no data
67.82/17.07	c  N st    40    237760       294      1265         1     24976      3817    244889   no data   no data
67.82/17.07	c  S st    40    237760       294      1265         1     24976      3817    244889   no data   no data
68.22/17.13	c  S st    40    238263       294      1265         2     25475      3817    253460   no data   no data
68.22/17.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.22/17.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
68.22/17.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.22/17.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.22/17.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.22/17.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
68.22/17.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.22/17.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
68.22/17.18	c subs with bin:     1039  lits-rem:       516  v-fix:    0  time:  0.03 s
69.02/17.30	c lits-rem:       134  cl-subs:     2252  v-elim:      0  v-fix:    0  time:  0.12 s
69.02/17.30	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
69.02/17.30	c vivif2 --  cl tried    22184 cl shrink        0 lits rem          0 time: 0.00
69.02/17.31	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
69.02/17.31	c calculated reachability. Time: 0.00
69.02/17.32	c  N st    40    238263       294      1265         2     22184      3817    215650   no data   no data
93.35/23.48	c  F st    41    306251       294      1265         4     24178      3817    212643   no data   no data
93.35/23.48	c  N st    41    306251       294      1265         4     24178      3817    212643   no data   no data
93.35/23.48	c Finding binary XORs  T:     0.00 s  found:       0
95.36/23.90	c Decided on static restart strategy
100.55/25.29	c Finding binary XORs  T:     0.00 s  found:       0
102.53/25.71	c Following stats are for *FIRST FINISHED THREAD ONLY*
102.53/25.71	c num threads              : 4          
102.53/25.71	c restarts                 : 48         
102.53/25.71	c dynamic restarts         : 0          
102.53/25.71	c static restarts          : 48         
102.53/25.71	c full restarts            : 3          
102.53/25.71	c total simplify time      : 0.04       
102.53/25.71	c learnts DL2              : 0          
102.53/25.71	c learnts size 2           : 270        
102.53/25.71	c learnts size 1           : 89          (29.67     % of vars)
102.53/25.71	c filedLit time            : 0.02        (0.07      % time)
102.53/25.71	c v-elim SatELite          : 6           (2.00      % vars)
102.53/25.71	c SatELite time            : 0.64        (2.51      % time)
102.53/25.71	c v-elim xor               : 0           (0.00      % vars)
102.53/25.71	c xor elim time            : 0.00        (0.01      % time)
102.53/25.71	c num binary xor trees     : 0          
102.53/25.71	c binxor trees' crown      : 0           (nan       leafs/tree)
102.53/25.71	c bin xor find time        : 0.00       
102.53/25.71	c OTF clause improved      : 14820       (0.05      clauses/conflict)
102.53/25.71	c OTF impr. size diff      : 15359       (1.04       lits/clause)
102.53/25.71	c OTF cl watch-shrink      : 64865       (0.20      clauses/conflict)
102.53/25.71	c OTF cl watch-sh-lit      : 79601       (1.23       lits/clause)
102.53/25.71	c tried to recurMin cls    : 34193       (10.77      % of conflicts)
102.53/25.71	c updated cache            : 0           (0.00       lits/tried recurMin)
102.53/25.71	c unit cls recevied        : 5           (5.62      % of units)
102.53/25.71	c unit cls sent            : 0           (0.00      % of units)
102.53/25.71	c bin cls recevied         : 63         
102.53/25.71	c bin cls sent             : 5          
102.53/25.71	c clauses over max glue    : 0           (0.00      % of all clauses)
102.53/25.71	c conflicts                : 317383      (12352.85  / sec)
102.53/25.71	c decisions                : 371816      (2.03      % random)
102.53/25.71	c bogo-props               : 3267317713  (127167156.79 / sec)
102.53/25.71	c conflict literals        : 4640289     (27.44     % deleted)
102.53/25.71	c Memory used              : 283.05      MB
102.53/25.71	c single-thread CPU time   : 25.69       s
102.53/25.71	c all-threads sum CPU time : 102.54      s
102.53/25.71	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-3366422-1305404018/watcher-3366422-1305404018 -o /tmp/evaluation-result-3366422-1305404018/solver-3366422-1305404018 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366422-1305404018.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.76 4.54 6.13 2/290 3459
/proc/meminfo: memFree=15881920/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 108011186 52396032 348 33554432000 4194304 4580107 140734706918480 18446744073709551615 47907963377586 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 12792 348 299 95 0 7774 0
[pid=3459/tid=3460] ppid=3457 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 108011187 52396032 348 33554432000 4194304 4580107 140734706918480 18446744073709551615 47907963377580 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 108011187 52396032 348 33554432000 4194304 4580107 140734706918480 18446744073709551615 47907963377590 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 108011187 52396032 348 33554432000 4194304 4580107 140734706918480 18446744073709551615 218880621553 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106974 s]
/proc/loadavg: 3.76 4.54 6.13 2/290 3459
/proc/meminfo: memFree=15881920/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=282164 CPUtime=0.4 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 1408 0 0 0 40 0 0 0 24 0 4 0 108011186 288935936 1324 33554432000 4194304 4580107 140734706918480 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 70541 1324 377 95 0 65523 0
[pid=3459/tid=3460] ppid=3457 vsize=282164 CPUtime=0.1 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 243 0 0 0 10 0 0 0 24 0 4 0 108011187 288935936 1324 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=282164 CPUtime=0.1 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 250 0 0 0 10 0 0 0 24 0 4 0 108011187 288935936 1324 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=282164 CPUtime=0.09 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 225 0 0 0 9 0 0 0 25 0 4 0 108011187 288935936 1324 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282164

[startup+0.200957 s]
/proc/loadavg: 3.76 4.54 6.13 2/290 3459
/proc/meminfo: memFree=15881920/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=282988 CPUtime=0.77 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 1904 0 0 0 77 0 0 0 24 0 4 0 108011186 289779712 1437 33554432000 4194304 4580107 140734706918480 18446744073709551615 4301514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 70747 1437 377 95 0 65729 0
[pid=3459/tid=3460] ppid=3457 vsize=282988 CPUtime=0.19 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 374 0 0 0 19 0 0 0 24 0 4 0 108011187 289779712 1437 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=282988 CPUtime=0.19 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 373 0 0 0 19 0 0 0 24 0 4 0 108011187 289779712 1437 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=282988 CPUtime=0.18 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 349 0 0 0 18 0 0 0 25 0 4 0 108011187 289779712 1437 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282988

[startup+0.30094 s]
/proc/loadavg: 3.76 4.54 6.13 2/290 3459
/proc/meminfo: memFree=15881920/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=283144 CPUtime=1.17 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 2241 0 0 0 117 0 0 0 25 0 4 0 108011186 289939456 1774 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293134 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 70786 1774 377 95 0 65768 0
[pid=3459/tid=3460] ppid=3457 vsize=283144 CPUtime=0.29 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 461 0 0 0 29 0 0 0 25 0 4 0 108011187 289939456 1774 33554432000 4194304 4580107 140734706918480 18446744073709551615 4321314 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=283144 CPUtime=0.29 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 461 0 0 0 29 0 0 0 24 0 4 0 108011187 289939456 1774 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293073 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=283144 CPUtime=0.28 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 429 0 0 0 28 0 0 0 25 0 4 0 108011187 289939456 1774 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283144

[startup+0.700873 s]
/proc/loadavg: 3.76 4.54 6.13 2/290 3459
/proc/meminfo: memFree=15881920/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=284332 CPUtime=2.77 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 3823 0 0 0 277 0 0 0 25 0 4 0 108011186 291155968 2015 33554432000 4194304 4580107 140734706918480 18446744073709551615 4296101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 71083 2015 377 95 0 66065 0
[pid=3459/tid=3460] ppid=3457 vsize=284332 CPUtime=0.69 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 865 0 0 0 69 0 0 0 25 0 4 0 108011187 291155968 2015 33554432000 4194304 4580107 140734706918480 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=284332 CPUtime=0.69 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 856 0 0 0 69 0 0 0 25 0 4 0 108011187 291155968 2015 33554432000 4194304 4580107 140734706918480 18446744073709551615 4296082 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=284332 CPUtime=0.68 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 828 0 0 0 68 0 0 0 25 0 4 0 108011187 291155968 2015 33554432000 4194304 4580107 140734706918480 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284332

[startup+1.50074 s]
/proc/loadavg: 4.18 4.61 6.14 9/302 3471
/proc/meminfo: memFree=15860008/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=288956 CPUtime=5.96 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 6941 0 0 0 595 1 0 0 25 0 4 0 108011186 295890944 3474 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 72239 3474 379 95 0 67221 0
[pid=3459/tid=3460] ppid=3457 vsize=288956 CPUtime=1.49 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 1439 0 0 0 149 0 0 0 25 0 4 0 108011187 295890944 3474 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=288956 CPUtime=1.49 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 1445 0 0 0 149 0 0 0 25 0 4 0 108011187 295890944 3474 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=288956 CPUtime=1.47 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 1405 0 0 0 147 0 0 0 25 0 4 0 108011187 295890944 3474 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288956

[startup+3.10047 s]
/proc/loadavg: 4.18 4.61 6.14 9/302 3471
/proc/meminfo: memFree=15832480/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=291804 CPUtime=12.35 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 14182 0 0 0 1233 2 0 0 25 0 4 0 108011186 298807296 7208 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 72951 7208 379 95 0 67933 0
[pid=3459/tid=3460] ppid=3457 vsize=291804 CPUtime=3.08 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 3067 0 0 0 308 0 0 0 25 0 4 0 108011187 298807296 7208 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=291804 CPUtime=3.09 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 3664 0 0 0 309 0 0 0 25 0 4 0 108011187 298807296 7208 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=291804 CPUtime=3.06 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 3414 0 0 0 306 0 0 0 25 0 4 0 108011187 298807296 7208 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 291804

[startup+6.30092 s]
/proc/loadavg: 4.18 4.61 6.14 10/302 3471
/proc/meminfo: memFree=15786744/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=294684 CPUtime=25.12 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 21787 0 0 0 2510 2 0 0 25 0 4 0 108011186 301756416 9921 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 73671 9921 379 95 0 68653 0
[pid=3459/tid=3460] ppid=3457 vsize=294684 CPUtime=6.29 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 5425 0 0 0 628 1 0 0 25 0 4 0 108011187 301756416 9921 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=294684 CPUtime=6.29 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 5821 0 0 0 629 0 0 0 25 0 4 0 108011187 301756416 9921 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=294684 CPUtime=6.23 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 4784 0 0 0 623 0 0 0 25 0 4 0 108011187 301756416 9921 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 294684

[startup+12.7008 s]
/proc/loadavg: 4.77 4.73 6.16 9/302 3471
/proc/meminfo: memFree=15735260/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=297256 CPUtime=50.66 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 32463 0 0 0 5062 4 0 0 25 0 4 0 108011186 304390144 12605 33554432000 4194304 4580107 140734706918480 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 74314 12605 379 95 0 69296 0
[pid=3459/tid=3460] ppid=3457 vsize=297256 CPUtime=12.68 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 8113 0 0 0 1267 1 0 0 25 0 4 0 108011187 304390144 12605 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=297256 CPUtime=12.68 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 8098 0 0 0 1268 0 0 0 25 0 4 0 108011187 304390144 12605 33554432000 4194304 4580107 140734706918480 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=297256 CPUtime=12.57 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 7935 0 0 0 1256 1 0 0 25 0 4 0 108011187 304390144 12605 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 297256

[startup+25.5007 s]
/proc/loadavg: 5.27 4.83 6.18 10/302 3471
/proc/meminfo: memFree=15699808/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=290252 CPUtime=101.74 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 49716 0 0 0 10167 7 0 0 25 0 4 0 108011186 297218048 16259 33554432000 4194304 4580107 140734706918480 18446744073709551615 4293292 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 72563 16259 379 95 0 67545 0
[pid=3459/tid=3460] ppid=3457 vsize=290252 CPUtime=25.49 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12567 0 0 0 2547 2 0 0 25 0 4 0 108011187 297218048 16259 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=290252 CPUtime=25.48 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12925 0 0 0 2547 1 0 0 25 0 4 0 108011187 297218048 16259 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=290252 CPUtime=25.24 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12006 0 0 0 2523 1 0 0 25 0 4 0 108011187 297218048 16259 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 290252

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

[startup+25.6007 s]
/proc/loadavg: 5.27 4.83 6.18 10/302 3471
/proc/meminfo: memFree=15699808/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=290252 CPUtime=102.13 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 49822 0 0 0 10206 7 0 0 25 0 4 0 108011186 297218048 16365 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 72563 16365 379 95 0 67545 0
[pid=3459/tid=3460] ppid=3457 vsize=290252 CPUtime=25.59 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12586 0 0 0 2557 2 0 0 25 0 4 0 108011187 297218048 16365 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=290252 CPUtime=25.58 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12982 0 0 0 2557 1 0 0 25 0 4 0 108011187 297218048 16365 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=290252 CPUtime=25.35 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12021 0 0 0 2533 2 0 0 25 0 4 0 108011187 297218048 16365 33554432000 4194304 4580107 140734706918480 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 290252

[startup+25.7006 s]
/proc/loadavg: 5.27 4.83 6.18 10/302 3471
/proc/meminfo: memFree=15699808/32950928 swapFree=67111364/67111528
[pid=3459] ppid=3457 vsize=290252 CPUtime=102.53 cores=0,2,4,6
/proc/3459/stat : 3459 (strangenight2-m) R 3457 3459 2853 0 -1 4202496 49876 0 0 0 10246 7 0 0 25 0 4 0 108011186 297218048 16419 33554432000 4194304 4580107 140734706918480 18446744073709551615 4305310 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3459/statm: 72563 16419 379 95 0 67545 0
[pid=3459/tid=3460] ppid=3457 vsize=290252 CPUtime=25.69 cores=0,2,4,6
/proc/3459/task/3460/stat : 3460 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12603 0 0 0 2567 2 0 0 25 0 4 0 108011187 297218048 16419 33554432000 4194304 4580107 140734706918480 18446744073709551615 47907963377171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3459/tid=3461] ppid=3457 vsize=290252 CPUtime=25.68 cores=0,2,4,6
/proc/3459/task/3461/stat : 3461 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12993 0 0 0 2567 1 0 0 25 0 4 0 108011187 297218048 16419 33554432000 4194304 4580107 140734706918480 18446744073709551615 47907963352619 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3459/tid=3462] ppid=3457 vsize=290252 CPUtime=25.45 cores=0,2,4,6
/proc/3459/task/3462/stat : 3462 (strangenight2-m) R 3457 3459 2853 0 -1 4202560 12037 0 0 0 2543 2 0 0 25 0 4 0 108011187 297218048 16419 33554432000 4194304 4580107 140734706918480 18446744073709551615 47907963377181 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.53
Current children cumulated vsize (KiB) 290252

Child status: 20
Real time (s): 25.7213
CPU time (s): 102.619
CPU user time (s): 102.535
CPU system time (s): 0.083987
CPU usage (%): 398.967
Max. virtual memory (cumulated for all children) (KiB): 303776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.535
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50024
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= 128
involuntary context switches= 560

runsolver used 0.06399 second user time and 0.177972 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 22:13:38
IDJOB=3366422
IDBENCH=82831
IDSOLVER=1844
FILE ID=node112/3366422-1305404018
RUNJOBID= node112-1305404018-3443
PBS_JOBID= 13324474
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= aa033649e20861950136340d4750574f
RANDOM SEED=1984329869

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15882944 kB
Buffers:        289628 kB
Cached:        2783880 kB
SwapCached:          0 kB
Active:       15063448 kB
Inactive:      1765756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15882944 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10200 kB
Writeback:           0 kB
AnonPages:    13755784 kB
Mapped:          20848 kB
Slab:           133096 kB
PageTables:      42228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34988376 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= 73552 MiB
End job on node112 at 2011-05-14 22:14:04