Trace number 3366911

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 659.531 165.357

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.607
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
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-3366911-1305414346.cnf'
0.00/0.01	c -- header says num vars:            527
0.00/0.01	c -- header says num clauses:       12692
0.00/0.01	c -- clauses added:            0 learnts,        12692 normals,            0 xors
0.00/0.01	c -- vars added        527
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       527     12692         0         0     38748         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/12692/12692 lits-rem:0 time: 0.02
0.00/0.03	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:    527 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.85	c lits-rem:         0  cl-subs:        0  v-elim:    104  v-fix:    0  time:  0.02 s
0.00/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.85	c calculated reachability. Time: 0.00
0.00/0.85	c Calc default polars -  time:   0.00 s pos:     423 undec:     104 neg:       0
0.00/0.85	c =========================================================================================
0.00/0.85	c types(t): F = full restart, N = normal restart
0.00/0.85	c types(t): S = simplification begin/end, E = solution found
0.00/0.85	c restart types(rt): st = static, dy = dynamic
0.00/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.85	c  B st     0         0       423     10467         0         0     42323         0   no data   no data
0.00/0.85	c Decided on static restart strategy
0.00/0.85	c  N st     8      4916       423     10467         0      4697     42323     74545   no data   no data
0.00/0.85	c  N st    10     11298       423     10467         0      4352     42323     55458   no data   no data
0.00/0.85	c  N st    11     17042       423     10467         0      9868     42323    142626   no data   no data
0.12/0.91	c  F st    12     25001       423     10467         0     12058     42323    172860   no data   no data
0.12/0.91	c Found part        2 vars:        201 clauses:      4967 lits size:     21156
0.12/0.91	c Found part        3 vars:        222 clauses:      5500 lits size:     21167
0.12/0.91	c Found parts:          2 time: 0.00 s
0.12/0.91	c Solving part 2
0.12/0.91	c  N st     0         0       201      4967         0         0     21156         0   no data   no data
0.12/0.95	c asymm  cl-useful: 4/4967/4967 lits-rem:5 time: 0.01
0.12/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.12/0.95	c Finding binary XORs  T:     0.00 s  found:       0
0.12/0.95	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.12/0.95	c calculated reachability. Time: 0.00
0.12/0.95	c Calc default polars -  time:   0.00 s pos:     201 undec:     326 neg:       0
0.12/0.95	c =========================================================================================
0.12/0.95	c types(t): F = full restart, N = normal restart
0.12/0.95	c types(t): S = simplification begin/end, E = solution found
0.12/0.95	c restart types(rt): st = static, dy = dynamic
0.12/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.12/0.95	c  B st     0         0       201      4967         0         0     21151         0   no data   no data
3.82/1.05	c Decided on static restart strategy
3.82/1.05	c  N st     8      4915       201      4967         0      4684     21151     78700   no data   no data
4.22/1.15	c  E st    10      8204         0      4967         0      5494     21151     88820   no data   no data
4.22/1.15	c Verified 4967 clauses.
4.22/1.15	c Verified 4967 clauses.
4.22/1.15	c Solved part
4.22/1.15	c =========================================================================================
4.22/1.15	c Coming back to original instance
4.22/1.15	c =========================================================================================
4.22/1.15	c  N st    12     25001       222      5500         0     12058     21167    172860   no data   no data
5.41/1.45	c Decided on static restart strategy
5.41/1.45	c  N st    18     30001       222      5500         0     10331     21167    138538   no data   no data
5.41/1.45	c  S st    18     30001       222      5500         0     10331     21167    138538   no data   no data
5.41/1.45	c  S st    18     30506       222      5500         0     10833     21167    146720   no data   no data
5.41/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.41/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.41/1.45	c blocked clauses removed:        0 vars:      0 tried:         222 T: 0.00 s
5.41/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.41/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.41/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
5.41/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.41/1.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.41/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.55	c lits-rem:       344  cl-subs:     1322  v-elim:      0  v-fix:    0  time:  0.09 s
5.97/1.55	c asymm  cl-useful: 1/5500/5500 lits-rem:2 time: 0.03
5.97/1.55	c calculated reachability. Time: 0.00
5.97/1.55	c  N st    18     30506       222      5500         0      9511     21165    127689   no data   no data
7.19/1.83	c  N st    20     37616       222      5500         0      8726     21165    102968   no data   no data
8.36/2.11	c  N st    21     44015       222      5500         0     14701     21165    189921   no data   no data
8.36/2.19	c  S st    22     45760       222      5500         0     16316     21165    214759   no data   no data
8.76/2.22	c  S st    22     46267       222      5500         0     16821     21165    222922   no data   no data
8.76/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.76/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.76/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.76/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
8.76/2.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.76/2.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.76/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.52	c lits-rem:       400  cl-subs:     3865  v-elim:      0  v-fix:    0  time:  0.28 s
9.96/2.52	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
9.96/2.52	c vivif2 --  cl tried    12956 cl shrink        0 lits rem          0 time: 0.00
9.96/2.56	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.03
9.96/2.56	c calculated reachability. Time: 0.00
9.96/2.56	c  N st    22     46267       222      5500         0     12956     21165    171101   no data   no data
12.75/3.24	c  N st    23     60664       222      5500         0     18217     21165    252189   no data   no data
14.75/3.72	c  N st    24     69400       222      5500         0     17243     21165    243407   no data   no data
14.75/3.72	c  S st    24     69400       222      5500         0     17243     21165    243407   no data   no data
14.75/3.75	c  S st    24     69904       222      5500         0     17746     21165    251464   no data   no data
14.75/3.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.75/3.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
14.75/3.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
14.75/3.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.93	c lits-rem:       617  cl-subs:     1186  v-elim:      0  v-fix:    0  time:  0.16 s
15.55/3.93	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
15.55/3.93	c vivif2 --  cl tried    16560 cl shrink        0 lits rem          0 time: 0.00
15.55/3.98	c asymm  cl-useful: 1/5500/5500 lits-rem:1 time: 0.05
15.55/3.98	c calculated reachability. Time: 0.00
15.55/3.98	c  N st    24     69904       222      5500         0     16560     21164    231409   no data   no data
19.94/5.09	c  F st    25     87501       222      5500         0     11422     21164    121729   no data   no data
19.94/5.09	c  N st    25     87501       222      5500         0     11422     21164    121729   no data   no data
21.13/5.35	c Decided on static restart strategy
21.93/5.51	c  N st    32     95539       222      5500         0     19051     21164    243170   no data   no data
23.92/6.06	c  N st    34    104857       222      5500         0     15603     21164    180391   no data   no data
23.92/6.06	c  S st    34    104857       222      5500         0     15603     21164    180391   no data   no data
24.32/6.10	c  S st    34    105362       222      5500         0     16104     21163    188940   no data   no data
24.32/6.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.32/6.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.32/6.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.32/6.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.32/6.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.32/6.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
24.32/6.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
24.32/6.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.32/6.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.32/6.19	c lits-rem:       228  cl-subs:     1134  v-elim:      0  v-fix:    0  time:  0.08 s
24.32/6.19	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
24.32/6.19	c vivif2 --  cl tried    14970 cl shrink        0 lits rem          0 time: 0.00
24.74/6.23	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.04
24.74/6.23	c calculated reachability. Time: 0.00
24.74/6.23	c  N st    34    105362       222      5500         0     14970     21163    173267   no data   no data
27.11/6.81	c  N st    35    114960       222      5500         0     23943     21163    297671   no data   no data
30.70/7.70	c  N st    36    129358       222      5500         0     24373     21163    313367   no data   no data
35.89/9.06	c  N st    37    150954       222      5500         0     15537     21163    160054   no data   no data
37.50/9.45	c  S st    38    158044       222      5500         0     22212     21163    268143   no data   no data
37.50/9.49	c  S st    38    158545       222      5500         0     22709     21163    276168   no data   no data
37.50/9.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.50/9.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
37.50/9.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.50/9.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.50/9.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.50/9.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
37.50/9.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.50/9.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.91/9.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.69/9.77	c lits-rem:       546  cl-subs:     2666  v-elim:      0  v-fix:    0  time:  0.26 s
38.69/9.77	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
38.69/9.77	c vivif2 --  cl tried    20043 cl shrink        0 lits rem          0 time: 0.00
39.09/9.83	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.05
39.09/9.83	c calculated reachability. Time: 0.00
39.09/9.83	c  N st    38    158545       222      5500         0     20043     21163    238086   no data   no data
51.50/12.96	c  N st    39    207133       222      5500         0     33126     21163    447077   no data   no data
60.64/15.21	c  N st    40    237818       222      5500         0     25178     21163    284702   no data   no data
60.64/15.21	c  S st    40    237818       222      5500         0     25178     21163    284702   no data   no data
60.64/15.25	c  S st    40    238323       222      5500         0     25677     21163    292779   no data   no data
60.64/15.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.64/15.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
60.64/15.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.64/15.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.64/15.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.64/15.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
60.64/15.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.64/15.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
60.64/15.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.84/15.53	c lits-rem:       459  cl-subs:     2837  v-elim:      0  v-fix:    0  time:  0.26 s
61.84/15.53	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
61.84/15.53	c vivif2 --  cl tried    22840 cl shrink        0 lits rem          0 time: 0.00
62.24/15.60	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.06
62.24/15.60	c calculated reachability. Time: 0.00
62.24/15.60	c  N st    40    238323       222      5500         0     22840     21163    253736   no data   no data
82.58/20.79	c  F st    41    306250       222      5500         0     24967     21163    266198   no data   no data
82.58/20.79	c  N st    41    306250       222      5500         0     24967     21163    266198   no data   no data
84.19/21.18	c Decided on static restart strategy
91.76/23.08	c  N st    51    334553       222      5500         0     28969     21163    317094   no data   no data
99.78/25.07	c  N st    53    357485       222      5500         0     26929     21163    280318   no data   no data
99.78/25.07	c  S st    53    357485       222      5500         0     26929     21163    280318   no data   no data
100.14/25.12	c  S st    53    357985       222      5500         0     27424     21163    288444   no data   no data
100.14/25.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.14/25.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
100.14/25.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.14/25.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.14/25.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.14/25.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
100.14/25.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.14/25.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
100.14/25.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.54/25.27	c lits-rem:       326  cl-subs:     1351  v-elim:      0  v-fix:    0  time:  0.13 s
100.54/25.27	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
100.54/25.27	c vivif2 --  cl tried    26073 cl shrink        0 lits rem          0 time: 0.00
100.94/25.35	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.07
100.94/25.35	c calculated reachability. Time: 0.00
100.94/25.35	c  N st    53    357985       222      5500         0     26073     21163    270380   no data   no data
112.54/28.27	c  N st    54    390379       222      5500         0     32031     21163    343969   no data   no data
130.10/32.67	c  N st    55    438967       222      5500         0     52019     21163    626648   no data   no data
157.22/39.49	c  N st    56    511849       222      5500         0     39392     21163    445072   no data   no data
167.19/41.92	c  N st    57    536977       222      5500         0     33668     21163    352318   no data   no data
167.19/41.92	c  S st    57    536977       222      5500         0     33668     21163    352318   no data   no data
167.19/41.99	c  S st    57    537478       222      5500         0     34163     21163    360652   no data   no data
167.19/41.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
167.19/42.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
167.60/42.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
167.60/42.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.60/42.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.60/42.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
167.60/42.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
167.60/42.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
167.60/42.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.40/42.22	c lits-rem:      1099  cl-subs:     1499  v-elim:      0  v-fix:    0  time:  0.20 s
168.40/42.22	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
168.40/42.22	c vivif2 --  cl tried    32664 cl shrink        0 lits rem          0 time: 0.00
168.80/42.32	c asymm  cl-useful: 1/5500/5500 lits-rem:1 time: 0.10
168.80/42.33	c calculated reachability. Time: 0.00
168.80/42.33	c  N st    57    537478       222      5500         0     32664     21162    340332   no data   no data
237.43/59.57	c  N st    58    701462       222      5500         1     60243     21162    715307   no data   no data
285.72/71.67	c  N st    59    806217       222      5500         1     55319     21162    670312   no data   no data
285.72/71.67	c  S st    59    806217       222      5500         1     55319     21162    670312   no data   no data
286.12/71.78	c  S st    59    806719       222      5500         3     55819     21162    679059   no data   no data
286.12/71.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
286.52/71.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
286.52/71.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.52/71.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
286.52/71.80	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
286.52/71.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
286.52/71.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
286.52/71.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
287.32/72.06	c subs with bin:     1518  lits-rem:      2977  v-fix:    0  time:  0.23 s
292.53/73.39	c lits-rem:      2673  cl-subs:     4152  v-elim:      0  v-fix:    0  time:  1.33 s
292.53/73.39	c vivif2 --  cl tried     5499 cl shrink        0 lits rem          0 time: 0.00
292.53/73.40	c vivif2 --  cl tried    50149 cl shrink        0 lits rem          0 time: 0.01
293.30/73.58	c asymm  cl-useful: 1/5499/5499 lits-rem:1 time: 0.18
293.30/73.58	c calculated reachability. Time: 0.00
293.30/73.58	c  N st    59    806719       222      5499         3     50149     21160    598244   no data   no data
397.07/99.55	c Finding binary XORs  T:     0.00 s  found:       0
425.80/106.71	c  F st    60   1071877       220      5369         2     58136     20709    668436   no data   no data
425.80/106.71	c  N st    60   1071877       220      5369         2     58136     20709    668436   no data   no data
428.62/107.41	c Decided on static restart strategy
429.79/107.76	c Finding binary XORs  T:     0.00 s  found:       0
441.79/110.71	c  N st    70   1100180       220      5369         6     45910     20709    468131   no data   no data
459.35/115.18	c  N st    72   1136177       220      5369         7     79344     20709    938793   no data   no data
476.09/119.35	c  N st    73   1168569       220      5369         7     68340     20709    783536   no data   no data
502.02/125.82	c  N st    74   1210078       220      5369         8     63846     20709    681961   no data   no data
502.02/125.82	c  S st    74   1210078       220      5369         8     63846     20709    681961   no data   no data
502.42/125.94	c  S st    74   1210582       220      5369         8     64342     20709    689953   no data   no data
502.42/125.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
502.42/125.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
502.42/125.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.42/125.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
502.42/125.97	c subs with bin:        7  lits-rem:         7  v-fix:    0  time:  0.00 s
502.42/125.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
502.42/125.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
502.42/125.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
505.22/126.66	c subs with bin:     5490  lits-rem:      3126  v-fix:    0  time:  0.66 s
512.44/128.41	c lits-rem:      2434  cl-subs:    10654  v-elim:      0  v-fix:    0  time:  1.75 s
512.44/128.41	c vivif2 --  cl tried     5362 cl shrink        0 lits rem          0 time: 0.00
512.44/128.42	c vivif2 --  cl tried    48198 cl shrink        0 lits rem          0 time: 0.01
513.20/128.67	c asymm  cl-useful: 0/5362/5362 lits-rem:0 time: 0.25
513.20/128.68	c calculated reachability. Time: 0.00
513.20/128.68	c  N st    74   1210582       220      5362         8     48198     20691    499443   no data   no data
558.70/140.03	c  N st    75   1283465       220      5362        11     72486     20691    796716   no data   no data
558.70/140.03	c Finding binary XORs  T:     0.00 s  found:       0
624.55/156.56	c  N st    76   1392788       220      5362        13     83040     20691    945037   no data   no data
624.55/156.56	c Finding binary XORs  T:     0.00 s  found:       0
659.42/165.34	c Finding binary XORs  T:     0.00 s  found:       0
659.42/165.34	c Following stats are for *FIRST FINISHED THREAD ONLY*
659.42/165.34	c num threads              : 4          
659.42/165.34	c restarts                 : 76         
659.42/165.34	c dynamic restarts         : 0          
659.42/165.34	c static restarts          : 76         
659.42/165.34	c full restarts            : 4          
659.42/165.34	c total simplify time      : 0.45       
659.42/165.34	c learnts DL2              : 0          
659.42/165.34	c learnts size 2           : 284        
659.42/165.34	c learnts size 1           : 109         (20.68     % of vars)
659.42/165.34	c filedLit time            : 0.07        (0.04      % time)
659.42/165.34	c v-elim SatELite          : 104         (19.73     % vars)
659.42/165.34	c SatELite time            : 5.16        (3.12      % time)
659.42/165.34	c v-elim xor               : 0           (0.00      % vars)
659.42/165.34	c xor elim time            : 0.01        (0.01      % time)
659.42/165.34	c num binary xor trees     : 0          
659.42/165.34	c binxor trees' crown      : 0           (nan       leafs/tree)
659.42/165.34	c bin xor find time        : 0.00       
659.42/165.34	c OTF clause improved      : 88412       (0.06      clauses/conflict)
659.42/165.34	c OTF impr. size diff      : 96914       (1.10       lits/clause)
659.42/165.34	c OTF cl watch-shrink      : 704368      (0.48      clauses/conflict)
659.42/165.34	c OTF cl watch-sh-lit      : 1318098     (1.87       lits/clause)
659.42/165.34	c tried to recurMin cls    : 116255      (7.95       % of conflicts)
659.42/165.34	c updated cache            : 1559        (0.01       lits/tried recurMin)
659.42/165.34	c unit cls recevied        : 1           (0.92      % of units)
659.42/165.34	c unit cls sent            : 11          (10.09     % of units)
659.42/165.34	c bin cls recevied         : 18         
659.42/165.34	c bin cls sent             : 93         
659.42/165.34	c clauses over max glue    : 0           (0.00      % of all clauses)
659.42/165.34	c conflicts                : 1462493     (8851.37   / sec)
659.42/165.34	c decisions                : 1687143     (0.61      % random)
659.42/165.34	c bogo-props               : 30039052004 (181803771.99 / sec)
659.42/165.34	c conflict literals        : 21367572    (38.82     % deleted)
659.42/165.34	c Memory used              : 303.02      MB
659.42/165.34	c single-thread CPU time   : 165.23      s
659.42/165.34	c all-threads sum CPU time : 659.06      s
659.42/165.34	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-3366911-1305414346/watcher-3366911-1305414346 -o /tmp/evaluation-result-3366911-1305414346/solver-3366911-1305414346 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366911-1305414346.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: 6.28 7.71 7.90 2/288 6010
/proc/meminfo: memFree=16814212/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 4 0 653037353 52396032 347 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391730 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 12792 347 299 95 0 7774 0
[pid=6010/tid=6011] ppid=6008 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 653037353 52396032 347 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391730 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 653037353 52396032 347 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 653037353 52396032 347 33554432000 4194304 4580107 140734266162064 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0347511 s]
/proc/loadavg: 6.28 7.71 7.90 2/288 6010
/proc/meminfo: memFree=16814212/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=285132 CPUtime=0.12 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 3127 0 0 0 12 0 0 0 18 0 4 0 653037353 291975168 2988 33554432000 4194304 4580107 140734266162064 18446744073709551615 4479089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 71283 3011 371 95 0 66265 0
[pid=6010/tid=6011] ppid=6008 vsize=285132 CPUtime=0.03 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 952 0 0 0 3 0 0 0 18 0 4 0 653037353 291975168 3023 33554432000 4194304 4580107 140734266162064 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=288664 CPUtime=0.85 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2102 0 0 0 85 0 0 0 19 0 4 0 653037353 295591936 4807 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=288664 CPUtime=0.84 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 1352 0 0 0 84 0 0 0 19 0 4 0 653037353 295591936 4807 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 285132

[startup+0.96248 s]
/proc/loadavg: 6.28 7.71 7.90 2/288 6010
/proc/meminfo: memFree=16814212/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=288928 CPUtime=3.82 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 9117 0 0 0 381 1 0 0 19 0 4 0 653037353 295862272 5354 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 72232 5355 379 95 0 67214 0
[pid=6010/tid=6011] ppid=6008 vsize=288928 CPUtime=0.95 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2461 0 0 0 95 0 0 0 19 0 4 0 653037353 295862272 5355 33554432000 4194304 4580107 140734266162064 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=288928 CPUtime=0.95 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2299 0 0 0 95 0 0 0 19 0 4 0 653037353 295862272 5355 33554432000 4194304 4580107 140734266162064 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=288928 CPUtime=0.94 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 1619 0 0 0 94 0 0 0 19 0 4 0 653037353 295862272 5355 33554432000 4194304 4580107 140734266162064 18446744073709551615 4318683 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 288928

[startup+1.06246 s]
/proc/loadavg: 6.28 7.71 7.90 2/288 6010
/proc/meminfo: memFree=16814212/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=288928 CPUtime=4.22 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 9558 0 0 0 421 1 0 0 19 0 4 0 653037353 295862272 5777 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 72232 5777 379 95 0 67214 0
[pid=6010/tid=6011] ppid=6008 vsize=288928 CPUtime=1.05 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2576 0 0 0 105 0 0 0 19 0 4 0 653037353 295862272 5777 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=288928 CPUtime=1.05 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2396 0 0 0 105 0 0 0 19 0 4 0 653037353 295862272 5777 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=288928 CPUtime=1.04 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 1671 0 0 0 104 0 0 0 19 0 4 0 653037353 295862272 5778 33554432000 4194304 4580107 140734266162064 18446744073709551615 4305635 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 288928

[startup+1.16244 s]
/proc/loadavg: 6.28 7.71 7.90 2/288 6010
/proc/meminfo: memFree=16814212/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=288968 CPUtime=4.62 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 10055 0 0 0 461 1 0 0 19 0 4 0 653037353 295903232 5843 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 72242 5843 379 95 0 67224 0
[pid=6010/tid=6011] ppid=6008 vsize=288968 CPUtime=1.15 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2724 0 0 0 115 0 0 0 19 0 4 0 653037353 295903232 5843 33554432000 4194304 4580107 140734266162064 18446744073709551615 4322530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=288968 CPUtime=1.15 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2607 0 0 0 115 0 0 0 19 0 4 0 653037353 295903232 5843 33554432000 4194304 4580107 140734266162064 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=288968 CPUtime=1.14 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 1717 0 0 0 114 0 0 0 19 0 4 0 653037353 295903232 5843 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293755 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 288968

[startup+1.50038 s]
/proc/loadavg: 6.28 7.71 7.90 2/288 6010
/proc/meminfo: memFree=16814212/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=289552 CPUtime=5.97 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 12063 0 0 0 596 1 0 0 20 0 4 0 653037353 296501248 6485 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 72388 6485 380 95 0 67370 0
[pid=6010/tid=6011] ppid=6008 vsize=289552 CPUtime=1.48 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 3032 0 0 0 148 0 0 0 19 0 4 0 653037353 296501248 6485 33554432000 4194304 4580107 140734266162064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=289552 CPUtime=1.49 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2921 0 0 0 149 0 0 0 19 0 4 0 653037353 296501248 6485 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=289552 CPUtime=1.48 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 2062 0 0 0 148 0 0 0 20 0 4 0 653037353 296501248 6485 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289552

[startup+3.1011 s]
/proc/loadavg: 6.28 7.71 7.90 9/298 6023
/proc/meminfo: memFree=16732788/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=299436 CPUtime=12.35 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 19997 0 0 0 1233 2 0 0 25 0 4 0 653037353 306622464 10721 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 74859 10721 380 95 0 69841 0
[pid=6010/tid=6011] ppid=6008 vsize=299436 CPUtime=3.08 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 4822 0 0 0 308 0 0 0 25 0 4 0 653037353 306622464 10721 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=299436 CPUtime=3.09 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 5087 0 0 0 309 0 0 0 25 0 4 0 653037353 306622464 10721 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=299436 CPUtime=3.06 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 4619 0 0 0 306 0 0 0 25 0 4 0 653037353 306622464 10721 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294426 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) 299436

[startup+6.31053 s]
/proc/loadavg: 6.42 7.71 7.90 10/298 6023
/proc/meminfo: memFree=16696996/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=309808 CPUtime=25.15 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 28813 0 0 0 2511 4 0 0 25 0 4 0 653037353 317243392 13613 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77452 13613 380 95 0 72434 0
[pid=6010/tid=6011] ppid=6008 vsize=309808 CPUtime=6.3 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 7449 0 0 0 629 1 0 0 25 0 4 0 653037353 317243392 13613 33554432000 4194304 4580107 140734266162064 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=309808 CPUtime=6.29 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 7154 0 0 0 628 1 0 0 25 0 4 0 653037353 317243392 13613 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=309808 CPUtime=6.23 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 6466 0 0 0 623 0 0 0 25 0 4 0 653037353 317243392 13613 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 309808

[startup+12.7004 s]
/proc/loadavg: 6.55 7.72 7.90 10/298 6023
/proc/meminfo: memFree=16669056/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=311188 CPUtime=50.67 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 44025 0 0 0 5059 8 0 0 25 0 4 0 653037353 318656512 17090 33554432000 4194304 4580107 140734266162064 18446744073709551615 4324249 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77797 17090 380 95 0 72779 0
[pid=6010/tid=6011] ppid=6008 vsize=311188 CPUtime=12.69 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 11139 0 0 0 1267 2 0 0 25 0 4 0 653037353 318656512 17090 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=311188 CPUtime=12.67 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 11065 0 0 0 1266 1 0 0 25 0 4 0 653037353 318656512 17090 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=311188 CPUtime=12.57 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 10432 0 0 0 1256 1 0 0 25 0 4 0 653037353 318656512 17090 33554432000 4194304 4580107 140734266162064 18446744073709551615 4318760 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 311188

[startup+25.5011 s]
/proc/loadavg: 6.87 7.73 7.90 9/298 6023
/proc/meminfo: memFree=16651144/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=312916 CPUtime=101.74 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 67701 0 0 0 10162 12 0 0 25 0 4 0 653037353 320425984 20508 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 78229 20508 382 95 0 73211 0
[pid=6010/tid=6011] ppid=6008 vsize=312916 CPUtime=25.49 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 16716 0 0 0 2546 3 0 0 25 0 4 0 653037353 320425984 20508 33554432000 4194304 4580107 140734266162064 18446744073709551615 4316546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=312916 CPUtime=25.48 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 16242 0 0 0 2545 3 0 0 25 0 4 0 653037353 320425984 20508 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=312916 CPUtime=25.26 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 16978 0 0 0 2524 2 0 0 25 0 4 0 653037353 320425984 20508 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294955 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) 312916

[startup+51.1006 s]
/proc/loadavg: 7.32 7.77 7.91 9/298 6024
/proc/meminfo: memFree=16598408/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=324888 CPUtime=203.91 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 101463 0 0 0 20370 21 0 0 25 0 4 0 653037353 332685312 27371 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 81222 27371 380 95 0 76204 0
[pid=6010/tid=6011] ppid=6008 vsize=324888 CPUtime=51.09 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 24900 0 0 0 5105 4 0 0 25 0 4 0 653037353 332685312 27371 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=324888 CPUtime=51.08 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 24265 0 0 0 5103 5 0 0 25 0 4 0 653037353 332685312 27371 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=324888 CPUtime=50.63 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 25682 0 0 0 5058 5 0 0 25 0 4 0 653037353 332685312 27371 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 324888

[startup+102.3 s]
/proc/loadavg: 7.82 7.83 7.92 9/298 6055
/proc/meminfo: memFree=16579636/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=307128 CPUtime=408.24 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 153376 0 0 0 40791 33 0 0 25 0 4 0 653037353 314499072 32053 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 76782 32053 381 95 0 71764 0
[pid=6010/tid=6011] ppid=6008 vsize=307128 CPUtime=102.29 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 37547 0 0 0 10221 8 0 0 25 0 4 0 653037353 314499072 32053 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=307128 CPUtime=102.26 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 37484 0 0 0 10219 7 0 0 25 0 4 0 653037353 314499072 32053 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=307128 CPUtime=101.36 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 39121 0 0 0 10129 7 0 0 25 0 4 0 653037353 314499072 32053 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 307128

[startup+162.301 s]
/proc/loadavg: 7.98 7.87 7.93 9/298 6057
/proc/meminfo: memFree=16468756/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=310160 CPUtime=647.69 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 195853 0 0 0 64724 45 0 0 25 0 4 0 653037353 317603840 43244 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77540 43244 382 95 0 72522 0
[pid=6010/tid=6011] ppid=6008 vsize=310160 CPUtime=162.3 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49955 0 0 0 16218 12 0 0 25 0 4 0 653037353 317603840 43244 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=310160 CPUtime=162.26 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 48042 0 0 0 16215 11 0 0 25 0 4 0 653037353 317603840 43244 33554432000 4194304 4580107 140734266162064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=310160 CPUtime=160.83 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 48868 0 0 0 16073 10 0 0 25 0 4 0 653037353 317603840 43244 33554432000 4194304 4580107 140734266162064 18446744073709551615 4317012 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.69
Current children cumulated vsize (KiB) 310160

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

[startup+163.9 s]
/proc/loadavg: 7.98 7.87 7.93 9/298 6057
/proc/meminfo: memFree=16476316/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=310288 CPUtime=654.08 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 196969 0 0 0 65362 46 0 0 25 0 4 0 653037353 317734912 42517 33554432000 4194304 4580107 140734266162064 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77572 42517 382 95 0 72554 0
[pid=6010/tid=6011] ppid=6008 vsize=310288 CPUtime=163.9 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49955 0 0 0 16378 12 0 0 25 0 4 0 653037353 317734912 42517 33554432000 4194304 4580107 140734266162064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=310288 CPUtime=163.86 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 48817 0 0 0 16375 11 0 0 25 0 4 0 653037353 317734912 42517 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=310288 CPUtime=162.41 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49043 0 0 0 16231 10 0 0 25 0 4 0 653037353 317734912 42517 33554432000 4194304 4580107 140734266162064 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 654.08
Current children cumulated vsize (KiB) 310288

[startup+164.711 s]
/proc/loadavg: 7.98 7.88 7.93 9/298 6057
/proc/meminfo: memFree=16471480/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=310288 CPUtime=657.31 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 197226 0 0 0 65685 46 0 0 25 0 4 0 653037353 317734912 42774 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77572 42774 382 95 0 72554 0
[pid=6010/tid=6011] ppid=6008 vsize=310288 CPUtime=164.71 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49955 0 0 0 16459 12 0 0 25 0 4 0 653037353 317734912 42774 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=310288 CPUtime=164.67 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 48908 0 0 0 16456 11 0 0 25 0 4 0 653037353 317734912 42774 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=310288 CPUtime=163.21 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49132 0 0 0 16311 10 0 0 25 0 4 0 653037353 317734912 42774 33554432000 4194304 4580107 140734266162064 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 657.31
Current children cumulated vsize (KiB) 310288

[startup+165.1 s]
/proc/loadavg: 7.98 7.88 7.93 9/298 6057
/proc/meminfo: memFree=16471480/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=310288 CPUtime=658.86 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 197332 0 0 0 65840 46 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 4304887 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77572 42880 382 95 0 72554 0
[pid=6010/tid=6011] ppid=6008 vsize=310288 CPUtime=165.09 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49955 0 0 0 16497 12 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790366763 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=310288 CPUtime=165.06 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 48943 0 0 0 16495 11 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391325 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=310288 CPUtime=163.6 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49173 0 0 0 16350 10 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 658.86
Current children cumulated vsize (KiB) 310288

[startup+165.3 s]
/proc/loadavg: 7.98 7.88 7.93 9/298 6057
/proc/meminfo: memFree=16471480/32951124 swapFree=52307768/67111528
[pid=6010] ppid=6008 vsize=310288 CPUtime=659.42 cores=0,2,4,6
/proc/6010/stat : 6010 (strangenight2-m) R 6008 6010 5978 0 -1 4202496 197332 0 0 0 65896 46 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 4305199 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6010/statm: 77572 42880 382 95 0 72554 0
[pid=6010/tid=6011] ppid=6008 vsize=310288 CPUtime=165.29 cores=0,2,4,6
/proc/6010/task/6011/stat : 6011 (strangenight2-m) R 6008 6010 5978 0 -1 4202560 49955 0 0 0 16517 12 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790366763 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6010/tid=6012] ppid=6008 vsize=310288 CPUtime=165.13 cores=0,2,4,6
/proc/6010/task/6012/stat : 6012 (strangenight2-m) S 6008 6010 5978 0 -1 4202560 48943 0 0 0 16502 11 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391348 0 0 4096 2 18446604452975957120 0 0 -1 2 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=310288 CPUtime=163.67 cores=0,2,4,6
/proc/6010/task/6013/stat : 6013 (strangenight2-m) S 6008 6010 5978 0 -1 4202560 49173 0 0 0 16357 10 0 0 25 0 4 0 653037353 317734912 42880 33554432000 4194304 4580107 140734266162064 18446744073709551615 47382790391348 0 0 4096 2 18446604452975957120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 659.42
Current children cumulated vsize (KiB) 310288

Child status: 20
Real time (s): 165.357
CPU time (s): 659.531
CPU user time (s): 659.058
CPU system time (s): 0.472928
CPU usage (%): 398.854
Max. virtual memory (cumulated for all children) (KiB): 396588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 659.058
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197335
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= 944
involuntary context switches= 3057

runsolver used 0.413937 second user time and 1.09183 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 01:05:46
IDJOB=3366911
IDBENCH=83256
IDSOLVER=1844
FILE ID=node101/3366911-1305414346
RUNJOBID= node101-1305414346-5996
PBS_JOBID= 13324544
Free space on /tmp= 73736 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366911-1305414346/watcher-3366911-1305414346 -o /tmp/evaluation-result-3366911-1305414346/solver-3366911-1305414346 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366911-1305414346.cnf

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

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=575699830

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.77
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:     32951124 kB
MemFree:      16815244 kB
Buffers:        324780 kB
Cached:        5880236 kB
SwapCached:      14848 kB
Active:       10833508 kB
Inactive:      5026336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16815244 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            5984 kB
Writeback:           0 kB
AnonPages:     9651900 kB
Mapped:          14196 kB
Slab:           149996 kB
PageTables:      62044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41978152 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= 73724 MiB
End job on node101 at 2011-05-15 01:08:31