Trace number 3368002

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)SAT 878.826 878.827

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

Solver Data

0.00/0.01	c Outputting solution to console
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-3368002-1305394480.cnf'
0.00/0.01	c -- header says num vars:            352
0.00/0.01	c -- header says num clauses:        2492
0.00/0.01	c -- clauses added:            0 learnts,         2492 normals,            0 xors
0.00/0.01	c -- vars added        352
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       352      2492         0         0     11032         0   no data   no data
0.00/0.01	c asymm  cl-useful: 115/2492/2492 lits-rem:115 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:    352 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:      1529  cl-subs:      758  v-elim:      0  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:     119 undec:     104 neg:     129
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       352      1734         0         0      6096         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4914       352      1734         2      4612      6096     97685   no data   no data
0.39/0.42	c  N st    10     11297       352      1734         2      4227      6096     56607   no data   no data
0.69/0.75	c  N st    11     17041       352      1734         2      9471      6096    182859   no data   no data
1.19/1.20	c  F st    12     25000       352      1734         2     11757      6096    233034   no data   no data
1.19/1.20	c  N st    12     25000       352      1734         2     11757      6096    233034   no data   no data
1.39/1.48	c Decided on static restart strategy
1.39/1.48	c  N st    18     30001       352      1734         2      9994      6096    174585   no data   no data
1.39/1.48	c  S st    18     30001       352      1734         2      9994      6096    174585   no data   no data
1.49/1.51	c  S st    18     30504       352      1734         2     10479      6096    186392   no data   no data
1.49/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.52	c Replacing        1 vars Replaced     2836 lits Time:     0.00 s 
1.49/1.52	c blocked clauses removed:        0 vars:      0 tried:         351 T: 0.00 s
1.49/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    351 time:  0.00 s
1.49/1.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.52	c lits-rem:         0  cl-subs:        6  v-elim:      2  v-fix:    0  time:  0.00 s
1.49/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.69/1.75	c lits-rem:       996  cl-subs:     2305  v-elim:      0  v-fix:    0  time:  0.22 s
1.69/1.76	c asymm  cl-useful: 2/1724/1724 lits-rem:2 time: 0.01
1.69/1.76	c calculated reachability. Time: 0.00
1.69/1.76	c  N st    18     30504       349      1724         0      8138      6059    137536   no data   no data
2.09/2.16	c  N st    20     37615       349      1724         0      7555      6059    103285   no data   no data
2.49/2.55	c  N st    21     44015       349      1724         0     13507      6059    244299   no data   no data
2.59/2.68	c  S st    22     45758       349      1724         0     15133      6059    284993   no data   no data
2.69/2.73	c  S st    22     46259       349      1724         0     15609      6056    296872   no data   no data
2.69/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.69/2.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.69/2.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
2.69/2.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.69/2.74	c lits-rem:        10  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.00 s
2.69/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.39/3.45	c lits-rem:       638  cl-subs:     4596  v-elim:      0  v-fix:    0  time:  0.71 s
3.39/3.45	c vivif2 --  cl tried     1708 cl shrink        0 lits rem          0 time: 0.00
3.39/3.45	c vivif2 --  cl tried    11022 cl shrink        0 lits rem          0 time: 0.00
3.39/3.46	c asymm  cl-useful: 3/1708/1708 lits-rem:3 time: 0.01
3.39/3.46	c calculated reachability. Time: 0.00
3.39/3.46	c  N st    22     46259       349      1708         0     11022      5973    194187   no data   no data
4.40/4.45	c  N st    23     60657       349      1708         0     16139      5973    290838   no data   no data
5.09/5.13	c  N st    24     69388       349      1708         0     14940      5973    258999   no data   no data
5.09/5.13	c  S st    24     69388       349      1708         0     14940      5973    258999   no data   no data
5.09/5.18	c  S st    24     69896       349      1708         0     15432      5971    270825   no data   no data
5.09/5.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.09/5.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.09/5.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.09/5.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.09/5.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.09/5.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
5.09/5.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.09/5.19	c lits-rem:         9  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.00 s
5.09/5.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.70	c lits-rem:       853  cl-subs:     3373  v-elim:      0  v-fix:    0  time:  0.51 s
5.69/5.70	c vivif2 --  cl tried     1699 cl shrink        0 lits rem          0 time: 0.00
5.69/5.71	c vivif2 --  cl tried    12062 cl shrink        0 lits rem          0 time: 0.00
5.69/5.71	c asymm  cl-useful: 8/1699/1699 lits-rem:8 time: 0.01
5.69/5.71	c calculated reachability. Time: 0.00
5.69/5.71	c  N st    24     69896       349      1699         0     12062      5912    204904   no data   no data
6.89/6.97	c  F st    25     87500       349      1699         0     18191      5912    327277   no data   no data
6.89/6.97	c  N st    25     87500       349      1699         0     18191      5912    327277   no data   no data
7.38/7.43	c Decided on static restart strategy
7.59/7.64	c  N st    32     95540       349      1699         0     14842      5912    241533   no data   no data
8.29/8.37	c  N st    34    104845       349      1699         0     23432      5912    448728   no data   no data
8.29/8.37	c  S st    34    104845       349      1699         0     23432      5912    448728   no data   no data
8.39/8.47	c  S st    34    105351       349      1699         0     12011      5912    163936   no data   no data
8.39/8.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/8.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.39/8.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.39/8.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/8.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/8.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
8.39/8.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.39/8.47	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.00 s
8.39/8.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.49/8.54	c lits-rem:       167  cl-subs:      724  v-elim:      0  v-fix:    0  time:  0.06 s
8.49/8.54	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
8.49/8.54	c vivif2 --  cl tried    11289 cl shrink        0 lits rem          0 time: 0.00
8.49/8.55	c asymm  cl-useful: 2/1692/1692 lits-rem:2 time: 0.01
8.49/8.55	c calculated reachability. Time: 0.00
8.49/8.55	c  N st    34    105351       349      1692         0     11289      5871    151460   no data   no data
9.19/9.24	c  N st    35    114949       349      1692         0     20147      5871    375981   no data   no data
10.39/10.44	c  N st    36    129347       349      1692         0     20238      5871    341846   no data   no data
12.39/12.47	c  N st    37    150942       349      1692         0     26379      5871    451597   no data   no data
12.99/13.07	c  S st    38    158026       349      1692         0     18452      5871    293491   no data   no data
13.10/13.13	c  S st    38    158529       349      1692         0     18939      5871    305781   no data   no data
13.10/13.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.10/13.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.10/13.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.10/13.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.10/13.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.10/13.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
13.10/13.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.10/13.14	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.00 s
13.10/13.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.39/13.49	c lits-rem:       546  cl-subs:     2081  v-elim:      0  v-fix:    0  time:  0.34 s
13.39/13.49	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
13.39/13.49	c vivif2 --  cl tried    16858 cl shrink        0 lits rem          0 time: 0.00
13.49/13.50	c asymm  cl-useful: 2/1690/1690 lits-rem:2 time: 0.01
13.49/13.50	c calculated reachability. Time: 0.00
13.49/13.50	c  N st    38    158529       349      1690         0     16858      5860    267602   no data   no data
17.50/17.55	c  N st    39    207117       349      1690         0     29682      5860    575565   no data   no data
20.69/20.73	c  N st    40    237793       349      1690         0     21858      5860    333193   no data   no data
20.69/20.73	c  S st    40    237793       349      1690         0     21858      5860    333193   no data   no data
20.69/20.81	c  S st    40    238295       349      1690         0     22344      5860    345498   no data   no data
20.69/20.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.80/20.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
20.80/20.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.80/20.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.80/20.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.80/20.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
20.80/20.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.80/20.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.80/20.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.29/21.32	c lits-rem:       443  cl-subs:     3272  v-elim:      0  v-fix:    0  time:  0.49 s
21.29/21.32	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
21.29/21.32	c vivif2 --  cl tried    19072 cl shrink        0 lits rem          0 time: 0.00
21.29/21.33	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
21.29/21.33	c calculated reachability. Time: 0.00
21.29/21.33	c  N st    40    238295       349      1690         0     19072      5859    284940   no data   no data
28.49/28.56	c  F st    41    306250       349      1690         0     42451      5859    771394   no data   no data
28.49/28.56	c  N st    41    306250       349      1690         0     42451      5859    771394   no data   no data
29.08/29.10	c Decided on static restart strategy
31.59/31.64	c  N st    51    334555       349      1690         0     25248      5859    385767   no data   no data
34.29/34.37	c  N st    53    357443       349      1690         0     23211      5859    331513   no data   no data
34.29/34.37	c  S st    53    357443       349      1690         0     23211      5859    331513   no data   no data
34.39/34.45	c  S st    53    357947       349      1690         0     23695      5859    343339   no data   no data
34.39/34.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.39/34.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
34.39/34.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.39/34.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.39/34.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.39/34.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
34.39/34.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.39/34.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
34.39/34.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.69/34.73	c lits-rem:       715  cl-subs:     1117  v-elim:      0  v-fix:    0  time:  0.27 s
34.69/34.73	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
34.69/34.74	c vivif2 --  cl tried    22578 cl shrink        0 lits rem          0 time: 0.00
34.69/34.75	c asymm  cl-useful: 1/1690/1690 lits-rem:1 time: 0.01
34.69/34.75	c calculated reachability. Time: 0.00
34.69/34.75	c  N st    53    357947       349      1690         0     22578      5858    325217   no data   no data
38.09/38.19	c  N st    54    390340       349      1690         0     28409      5858    446540   no data   no data
44.00/44.08	c  N st    55    438928       349      1690         0     47904      5858    879770   no data   no data
53.59/53.63	c  N st    56    511811       349      1690         0     35175      5858    556300   no data   no data
57.10/57.16	c  N st    57    536920       349      1690         0     29896      5858    442313   no data   no data
57.10/57.16	c  S st    57    536920       349      1690         0     29896      5858    442313   no data   no data
57.21/57.25	c  S st    57    537424       349      1690         0     30390      5858    455055   no data   no data
57.21/57.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.21/57.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
57.21/57.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.21/57.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.21/57.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.21/57.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
57.21/57.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.21/57.27	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
57.21/57.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.89/57.96	c lits-rem:       820  cl-subs:     2603  v-elim:      0  v-fix:    0  time:  0.68 s
57.89/57.96	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
57.89/57.97	c vivif2 --  cl tried    27787 cl shrink        0 lits rem          0 time: 0.00
57.89/57.98	c asymm  cl-useful: 15/1689/1689 lits-rem:15 time: 0.02
57.89/57.99	c calculated reachability. Time: 0.00
57.89/57.99	c  N st    57    537424       349      1689         0     27787      5837    411906   no data   no data
80.39/80.49	c  N st    58    701410       349      1689         0     56672      5837    963945   no data   no data
96.39/96.41	c  N st    59    806136       349      1689         0     49706      5837    813759   no data   no data
96.39/96.41	c  S st    59    806136       349      1689         0     49706      5837    813759   no data   no data
96.49/96.55	c  S st    59    806640       349      1689         0     50200      5837    827244   no data   no data
96.49/96.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.49/96.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
96.49/96.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.49/96.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.49/96.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.49/96.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
96.49/96.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.49/96.57	c lits-rem:         7  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.01 s
96.49/96.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.39/102.49	c lits-rem:      1329  cl-subs:    15373  v-elim:      0  v-fix:    0  time:  5.90 s
102.39/102.49	c vivif2 --  cl tried     1672 cl shrink        0 lits rem          0 time: 0.00
102.49/102.50	c vivif2 --  cl tried    34830 cl shrink        0 lits rem          0 time: 0.01
102.49/102.52	c asymm  cl-useful: 2/1672/1672 lits-rem:2 time: 0.02
102.49/102.52	c calculated reachability. Time: 0.00
102.49/102.52	c  N st    59    806640       349      1672         0     34830      5763    535026   no data   no data
142.69/142.75	c  F st    60   1071876       349      1672         0     51350      5763    827811   no data   no data
142.69/142.76	c  N st    60   1071876       349      1672         0     51350      5763    827811   no data   no data
143.39/143.44	c Decided on static restart strategy
146.69/146.77	c  N st    70   1100178       349      1672         0     77267      5763   1436688   no data   no data
151.69/151.79	c  N st    72   1136170       349      1672         0     69034      5763   1280067   no data   no data
156.69/156.77	c  N st    73   1168563       349      1672         0     56171      5763    942875   no data   no data
163.39/163.45	c  N st    74   1209960       349      1672         0     51030      5763    809076   no data   no data
163.39/163.45	c  S st    74   1209960       349      1672         0     51030      5763    809076   no data   no data
163.59/163.61	c  S st    74   1210460       349      1672         0     51520      5763    822517   no data   no data
163.59/163.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
163.59/163.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
163.59/163.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
163.59/163.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.59/163.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.59/163.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
163.59/163.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
163.59/163.63	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
163.59/163.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.10/167.11	c lits-rem:      2761  cl-subs:     8593  v-elim:      0  v-fix:    0  time:  3.45 s
167.10/167.11	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
167.10/167.11	c vivif2 --  cl tried    42927 cl shrink        0 lits rem          0 time: 0.01
167.10/167.14	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.03
167.10/167.15	c calculated reachability. Time: 0.00
167.10/167.15	c  N st    74   1210460       349      1671         0     42927      5759    671176   no data   no data
178.88/178.99	c  N st    75   1283342       349      1671         0     65948      5759   1106560   no data   no data
195.69/195.81	c  N st    76   1392666       349      1671         0     75199      5759   1332821   no data   no data
217.80/217.85	c  N st    77   1556650       349      1671         0     81198      5759   1367585   no data   no data
240.19/240.22	c  N st    78   1710461       349      1671         0     71343      5759   1170179   no data   no data
240.19/240.22	c  S st    78   1710461       349      1671         0     71343      5759   1170179   no data   no data
240.39/240.46	c  S st    78   1710962       349      1671         0     71832      5759   1182955   no data   no data
240.39/240.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.39/240.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
240.39/240.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.39/240.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.39/240.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.39/240.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
240.39/240.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.39/240.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.49/240.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.49/251.56	c lits-rem:      6868  cl-subs:    16955  v-elim:      0  v-fix:    0  time: 11.03 s
251.49/251.56	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
251.49/251.57	c vivif2 --  cl tried    54877 cl shrink        0 lits rem          0 time: 0.01
251.59/251.61	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.04
251.59/251.61	c calculated reachability. Time: 0.00
251.59/251.61	c  N st    78   1710962       349      1671         0     54877      5759    895908   no data   no data
309.11/309.18	c  N st    79   2079928       349      1671         0     67406      5759   1029442   no data   no data
330.09/330.10	c  N st    80   2210962       349      1671         0     71286      5759   1104282   no data   no data
330.09/330.10	c  S st    80   2210962       349      1671         0     71286      5759   1104282   no data   no data
330.19/330.30	c  S st    80   2211464       349      1671         0     71778      5759   1116646   no data   no data
330.29/330.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
330.29/330.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
330.29/330.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
330.29/330.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
330.29/330.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
330.29/330.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
330.29/330.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
330.29/330.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
330.29/330.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.19/337.29	c lits-rem:      5055  cl-subs:    11643  v-elim:      0  v-fix:    0  time:  6.93 s
337.19/337.29	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
337.29/337.30	c vivif2 --  cl tried    60135 cl shrink        0 lits rem          0 time: 0.01
337.29/337.34	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.04
337.29/337.34	c calculated reachability. Time: 0.00
337.29/337.34	c  N st    80   2211464       349      1671         0     60135      5759    913171   no data   no data
419.49/419.50	c  N st    81   2711465       349      1671         0     82858      5759   1275721   no data   no data
419.49/419.50	c  S st    81   2711465       349      1671         0     82858      5759   1275721   no data   no data
419.79/419.83	c  S st    81   2711968       349      1671         0     83346      5759   1288608   no data   no data
419.79/419.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
419.79/419.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
419.79/419.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.79/419.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.79/419.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.79/419.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
419.79/419.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
419.89/419.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
419.89/419.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.99/431.01	c lits-rem:      2639  cl-subs:    18441  v-elim:      0  v-fix:    0  time: 11.08 s
430.99/431.01	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
430.99/431.02	c vivif2 --  cl tried    64905 cl shrink        0 lits rem          0 time: 0.01
430.99/431.07	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.05
430.99/431.07	c calculated reachability. Time: 0.00
430.99/431.07	c  N st    81   2711968       349      1671         0     64905      5759    977481   no data   no data
521.49/521.52	c  N st    82   3211969       349      1671         0    113286      5759   1849839   no data   no data
521.49/521.52	c  S st    82   3211969       349      1671         0    113286      5759   1849839   no data   no data
521.79/521.88	c  S st    82   3212470       349      1671         0    113778      5759   1863769   no data   no data
521.79/521.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
521.89/521.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
521.89/521.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
521.89/521.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
521.89/521.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
521.89/521.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
521.89/521.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
521.89/521.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
521.99/522.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
559.80/559.88	c lits-rem:      4117  cl-subs:    31908  v-elim:      0  v-fix:    0  time: 37.89 s
559.80/559.88	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
559.80/559.90	c vivif2 --  cl tried    81870 cl shrink        0 lits rem          0 time: 0.02
559.99/560.01	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.11
559.99/560.02	c calculated reachability. Time: 0.00
559.99/560.02	c  N st    82   3212470       349      1671         0     81870      5759   1351662   no data   no data
659.49/659.56	c  N st    83   3712471       349      1671         0    101247      5759   1572892   no data   no data
659.49/659.56	c  S st    83   3712471       349      1671         0    101247      5759   1572892   no data   no data
660.01/660.05	c  S st    83   3712975       349      1671         0    101738      5759   1586727   no data   no data
660.01/660.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
660.09/660.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
660.09/660.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
660.09/660.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
660.09/660.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
660.09/660.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
660.09/660.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
660.09/660.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
660.09/660.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
676.60/676.60	c lits-rem:      3631  cl-subs:    20046  v-elim:      0  v-fix:    0  time: 16.44 s
676.60/676.60	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
676.60/676.62	c vivif2 --  cl tried    81692 cl shrink        0 lits rem          0 time: 0.02
676.69/676.71	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.09
676.69/676.71	c calculated reachability. Time: 0.00
676.69/676.71	c  N st    83   3712975       349      1671         0     81692      5759   1266928   no data   no data
683.49/683.54	c  F st    84   3751564       349      1671         0    116327      5759   1993783   no data   no data
683.49/683.54	c  N st    84   3751564       349      1671         0    116327      5759   1993783   no data   no data
684.59/684.62	c Decided on static restart strategy
689.60/689.61	c  N st    94   3779867       349      1671         0    141839      5759   2574566   no data   no data
696.69/696.79	c  N st    96   3815860       349      1671         0     99717      5759   1618024   no data   no data
703.29/703.30	c  N st    97   3848252       349      1671         0    128905      5759   2251587   no data   no data
714.09/714.10	c  N st    98   3896840       349      1671         0     96305      5759   1514378   no data   no data
730.69/730.75	c  N st    99   3969722       349      1671         0     84577      5759   1252991   no data   no data
752.40/752.48	c  N st   100   4079045       349      1671         0    104107      5759   1630999   no data   no data
781.39/781.49	c  N st   101   4212975       349      1671         0    144578      5759   2447918   no data   no data
781.39/781.49	c  S st   101   4212975       349      1671         0    144578      5759   2447918   no data   no data
782.00/782.09	c  S st   101   4213479       349      1671         0    145071      5759   2461371   no data   no data
782.00/782.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
782.11/782.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
782.11/782.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
782.11/782.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.11/782.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
782.11/782.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
782.11/782.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
782.19/782.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
782.19/782.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
864.69/864.75	c lits-rem:      5151  cl-subs:    47469  v-elim:      0  v-fix:    0  time: 82.49 s
864.69/864.75	c vivif2 --  cl tried     1671 cl shrink        0 lits rem          0 time: 0.00
864.69/864.77	c vivif2 --  cl tried    97602 cl shrink        0 lits rem          0 time: 0.02
864.79/864.88	c asymm  cl-useful: 0/1671/1671 lits-rem:0 time: 0.11
864.79/864.89	c calculated reachability. Time: 0.00
864.79/864.89	c  N st   101   4213479       349      1671         0     97602      5759   1626514   no data   no data
878.79/878.81	c  E st   102   4280888         0      1671         0     81768      5759   1194364   no data   no data
878.79/878.81	c Verified 1671 clauses.
878.79/878.81	c Solution needs extension. Extending.
878.79/878.82	c Verified 1671 clauses.
878.79/878.82	c num threads              : 1          
878.79/878.82	c restarts                 : 102        
878.79/878.82	c dynamic restarts         : 0          
878.79/878.82	c static restarts          : 102        
878.79/878.82	c full restarts            : 5          
878.79/878.82	c total simplify time      : 0.00       
878.79/878.82	c learnts DL2              : 0          
878.79/878.82	c learnts size 2           : 2          
878.79/878.82	c learnts size 1           : 0           (0.00      % of vars)
878.79/878.82	c filedLit time            : 0.28        (0.03      % time)
878.79/878.82	c v-elim SatELite          : 2           (0.57      % vars)
878.79/878.82	c SatELite time            : 178.36      (20.30     % time)
878.79/878.82	c v-elim xor               : 0           (0.00      % vars)
878.79/878.82	c xor elim time            : 0.05        (0.01      % time)
878.79/878.82	c num binary xor trees     : 1          
878.79/878.82	c binxor trees' crown      : 1           (1.00      leafs/tree)
878.79/878.82	c bin xor find time        : 0.00       
878.79/878.82	c OTF clause improved      : 401919      (0.09      clauses/conflict)
878.79/878.82	c OTF impr. size diff      : 411240      (1.02       lits/clause)
878.79/878.82	c OTF cl watch-shrink      : 59814       (0.01      clauses/conflict)
878.79/878.82	c OTF cl watch-sh-lit      : 115582      (1.93       lits/clause)
878.79/878.82	c tried to recurMin cls    : 77524       (1.81       % of conflicts)
878.79/878.82	c updated cache            : 3095        (0.04       lits/tried recurMin)
878.79/878.82	c clauses over max glue    : 0           (0.00      % of all clauses)
878.79/878.82	c conflicts                : 4280888     (4873.05   / sec)
878.79/878.82	c decisions                : 4550055     (0.35      % random)
878.79/878.82	c bogo-props               : 232522598688 (264686976.25 / sec)
878.79/878.82	c conflict literals        : 89161274    (33.19     % deleted)
878.79/878.82	c Memory used              : 120.40      MB
878.79/878.82	c CPU time                 : 878.48      s
878.79/878.82	s SATISFIABLE
878.79/878.82	v -1 2 -3 4 -5 -6 7 -8 -9 10 11 12 13 -14 -15 16 17 18 -19 -20 21 22 23 -24 -25 -26 27 28 -29 30 31 32 -33 -34 35 -36 37 -38 -39 40 -41 -42 43 44 -45 -46 -47 48 49 50 51 -52 -53 -54 -55 56 57 -58 -59 -60 -61 -62 63 -64 -65 -66 67 68 -69 -70 71 -72 -73 -74 75 76 77 -78 79 -80 -81 82 -83 84 85 -86 -87 -88 89 -90 91 -92 93 -94 95 -96 -97 98 -99 -100 -101 -102 -103 -104 105 106 -107 108 -109 110 111 -112 113 -114 -115 116 117 -118 119 -120 -121 122 -123 124 -125 126 127 128 -129 130 131 -132 -133 134 135 136 -137 138 139 -140 -141 -142 -143 144 -145 146 147 148 149 -150 -151 -152 153 154 -155 -156 157 -158 159 160 -161 162 -163 -164 165 166 -167 168 -169 170 171 172 173 -174 -175 -176 177 -178 -179 -180 181 -182 183 -184 185 -186 -187 -188 -189 190 191 -192 -193 194 195 -196 -197 -198 -199 200 201 202 203 204 -205 -206 -207 208 -209 -210 -211 212 -213 -214 -215 -216 -217 -218 -219 220 -221 222 223 224 -225 -226 227 228 -229 230 231 232 -233 234 -235 236 -237 238 -239 240 241 -242 -243 244 -245 246 247 -248 249 250 251 -252 253 -254 -255 256 257 -258 259 -260 -261 262 -263 264 -265 -266 267 268 -269 -270 -271 272 273 274 -275 276 277 278 279 -280 281 -282 283 -284 -285 286 -287 288 -289 -290 -291 292 293 -294 295 296 297 -298 -299 300 -301 -302 -303 304 -305 306 307 -308 -309 -310 311 -312 313 -314 -315 -316 -317 -318 319 -320 -321 322 323 -324 -325 -326 327 328 -329 330 331 332 333 -334 -335 -336 -337 -338 -339 340 -341 -342 -343 344 -345 346 347 -348 -349 350 351 352 0

Verifier Data

OK

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-3368002-1305394480/watcher-3368002-1305394480 -o /tmp/evaluation-result-3368002-1305394480/solver-3368002-1305394480 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368002-1305394480.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.50 2.96 3.39 4/382 16340
/proc/meminfo: memFree=22546048/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=29756 CPUtime=0 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 542 0 0 0 0 0 0 0 25 0 1 0 651045707 30470144 482 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 7439 482 339 95 0 2421 0

[startup+0.0725489 s]
/proc/loadavg: 3.50 2.96 3.39 4/382 16340
/proc/meminfo: memFree=22546048/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=30248 CPUtime=0.06 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 781 0 0 0 6 0 0 0 25 0 1 0 651045707 30973952 691 33554432000 4194304 4580011 140736950975184 18446744073709551615 4305952 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 7562 691 364 95 0 2544 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30248

[startup+0.100555 s]
/proc/loadavg: 3.50 2.96 3.39 4/382 16340
/proc/meminfo: memFree=22546048/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=30392 CPUtime=0.09 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 805 0 0 0 9 0 0 0 25 0 1 0 651045707 31121408 715 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 7598 715 364 95 0 2580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30392

[startup+0.300505 s]
/proc/loadavg: 3.50 2.96 3.39 4/382 16340
/proc/meminfo: memFree=22546048/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=30740 CPUtime=0.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 1025 0 0 0 29 0 0 0 25 0 1 0 651045707 31477760 805 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 7685 805 364 95 0 2667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30740

[startup+0.700433 s]
/proc/loadavg: 3.50 2.96 3.39 4/382 16340
/proc/meminfo: memFree=22546048/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=31200 CPUtime=0.69 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 1339 0 0 0 69 0 0 0 25 0 1 0 651045707 31948800 929 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 7800 929 364 95 0 2782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31200

[startup+1.50029 s]
/proc/loadavg: 3.50 2.96 3.39 5/383 16341
/proc/meminfo: memFree=22540840/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=31704 CPUtime=1.49 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 1969 0 0 0 149 0 0 0 25 0 1 0 651045707 32464896 1017 33554432000 4194304 4580011 140736950975184 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 7926 1017 366 95 0 2908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31704

[startup+3.10101 s]
/proc/loadavg: 3.50 2.96 3.39 5/383 16341
/proc/meminfo: memFree=22537740/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=40172 CPUtime=3.09 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 4506 0 0 0 309 0 0 0 25 0 1 0 651045707 41136128 3154 33554432000 4194304 4580011 140736950975184 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 10043 3154 368 95 0 5025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40172

[startup+6.30041 s]
/proc/loadavg: 3.62 2.99 3.40 5/383 16341
/proc/meminfo: memFree=22532532/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=41560 CPUtime=6.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 5866 0 0 0 629 0 0 0 25 0 1 0 651045707 42557440 3634 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 10390 3634 368 95 0 5372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41560

[startup+12.7003 s]
/proc/loadavg: 3.65 3.01 3.40 5/383 16342
/proc/meminfo: memFree=22528740/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=42340 CPUtime=12.69 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 8741 0 0 0 1268 1 0 0 25 0 1 0 651045707 43356160 3800 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 10585 3800 368 95 0 5567 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42340

[startup+25.5009 s]
/proc/loadavg: 3.73 3.05 3.41 5/383 16342
/proc/meminfo: memFree=22508572/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=46948 CPUtime=25.49 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 14535 0 0 0 2548 1 0 0 25 0 1 0 651045707 48074752 4930 33554432000 4194304 4580011 140736950975184 18446744073709551615 4321105 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 11737 4930 368 95 0 6719 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46948

[startup+51.1003 s]
/proc/loadavg: 3.98 3.16 3.44 5/383 16343
/proc/meminfo: memFree=22501744/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=48576 CPUtime=51.09 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 23039 0 0 0 5107 2 0 0 25 0 1 0 651045707 49741824 5363 33554432000 4194304 4580011 140736950975184 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 12144 5363 368 95 0 7126 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48576

[startup+102.314 s]
/proc/loadavg: 3.99 3.29 3.46 5/383 16344
/proc/meminfo: memFree=22466752/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=63060 CPUtime=102.3 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 38272 0 0 0 10226 4 0 0 25 0 1 0 651045707 64573440 8696 33554432000 4194304 4580011 140736950975184 18446744073709551615 4415733 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 15765 8696 368 95 0 10747 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63060

[startup+162.301 s]
/proc/loadavg: 4.03 3.43 3.50 5/383 16346
/proc/meminfo: memFree=22457796/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=63672 CPUtime=162.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 52659 0 0 0 16222 7 0 0 25 0 1 0 651045707 65200128 9623 33554432000 4194304 4580011 140736950975184 18446744073709551615 4304832 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 15918 9623 368 95 0 10900 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63672

[startup+222.301 s]
/proc/loadavg: 4.01 3.53 3.53 5/383 16347
/proc/meminfo: memFree=22423436/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=68252 CPUtime=222.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 68474 0 0 0 22220 9 0 0 25 0 1 0 651045707 69890048 9859 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 17063 9859 368 95 0 12045 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68252

[startup+282.3 s]
/proc/loadavg: 4.00 3.61 3.56 5/383 16349
/proc/meminfo: memFree=22406176/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=81392 CPUtime=282.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 82823 0 0 0 28217 12 0 0 25 0 1 0 651045707 83345408 13374 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 20348 13374 368 95 0 15330 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81392

[startup+342.3 s]
/proc/loadavg: 4.00 3.68 3.58 5/383 16350
/proc/meminfo: memFree=22390652/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=84312 CPUtime=342.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 95216 0 0 0 34215 14 0 0 25 0 1 0 651045707 86335488 14506 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 21078 14506 368 95 0 16060 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 84312

[startup+402.3 s]
/proc/loadavg: 4.00 3.74 3.60 5/383 16352
/proc/meminfo: memFree=22391988/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=84672 CPUtime=402.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 107823 0 0 0 40213 16 0 0 25 0 1 0 651045707 86704128 14747 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 21168 14747 368 95 0 16150 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 84672

[startup+462.3 s]
/proc/loadavg: 4.10 3.82 3.64 5/383 16354
/proc/meminfo: memFree=22367400/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=88540 CPUtime=462.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 118971 0 0 0 46211 18 0 0 25 0 1 0 651045707 90664960 15163 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 22135 15163 368 95 0 17117 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 88540

[startup+522.3 s]
/proc/loadavg: 4.20 3.90 3.67 5/383 16355
/proc/meminfo: memFree=22374944/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=102304 CPUtime=522.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 133185 0 0 0 52209 20 0 0 25 0 1 0 651045707 104759296 18570 33554432000 4194304 4580011 140736950975184 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 25576 18570 368 95 0 20558 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 102304

[startup+582.3 s]
/proc/loadavg: 4.13 3.93 3.70 5/383 16357
/proc/meminfo: memFree=22309944/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=102308 CPUtime=582.28 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 137108 0 0 0 58208 20 0 0 25 0 1 0 651045707 104763392 18961 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 25577 18961 368 95 0 20559 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 102308

[startup+642.301 s]
/proc/loadavg: 4.18 3.99 3.73 5/383 16385
/proc/meminfo: memFree=22122028/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=103596 CPUtime=642.3 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 148352 0 0 0 64205 25 0 0 25 0 1 0 651045707 106082304 18345 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 25899 18345 368 95 0 20881 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 103596

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.74 4/377 16404
/proc/meminfo: memFree=22173084/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=106684 CPUtime=702.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 156204 0 0 0 70201 28 0 0 25 0 1 0 651045707 109244416 19763 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 26671 19763 368 95 0 21653 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 106684

[startup+762.314 s]
/proc/loadavg: 3.36 3.79 3.69 4/377 16406
/proc/meminfo: memFree=22131380/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=106884 CPUtime=762.31 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 165999 0 0 0 76199 32 0 0 25 0 1 0 651045707 109449216 20144 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 26721 20144 368 95 0 21703 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 106884

[startup+822.301 s]
/proc/loadavg: 3.13 3.64 3.64 4/377 16407
/proc/meminfo: memFree=22110992/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123404 CPUtime=822.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 173193 0 0 0 82196 33 0 0 25 0 1 0 651045707 126365696 24173 33554432000 4194304 4580011 140736950975184 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30851 24173 368 95 0 25833 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 123404

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

[startup+844.701 s]
/proc/loadavg: 3.08 3.59 3.62 4/377 16408
/proc/meminfo: memFree=22098704/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123404 CPUtime=844.69 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 173193 0 0 0 84436 33 0 0 25 0 1 0 651045707 126365696 24173 33554432000 4194304 4580011 140736950975184 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30851 24173 368 95 0 25833 0
Current children cumulated CPU time (s) 844.69
Current children cumulated vsize (KiB) 123404

[startup+857.5 s]
/proc/loadavg: 3.07 3.57 3.62 4/377 16408
/proc/meminfo: memFree=22103780/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123404 CPUtime=857.49 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 173193 0 0 0 85716 33 0 0 25 0 1 0 651045707 126365696 24173 33554432000 4194304 4580011 140736950975184 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30851 24173 368 95 0 25833 0
Current children cumulated CPU time (s) 857.49
Current children cumulated vsize (KiB) 123404

[startup+870.301 s]
/proc/loadavg: 3.06 3.54 3.61 4/377 16408
/proc/meminfo: memFree=22096588/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123404 CPUtime=870.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 173848 0 0 0 86996 33 0 0 25 0 1 0 651045707 126365696 24828 33554432000 4194304 4580011 140736950975184 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30851 24828 368 95 0 25833 0
Current children cumulated CPU time (s) 870.29
Current children cumulated vsize (KiB) 123404

[startup+873.5 s]
/proc/loadavg: 3.06 3.54 3.61 4/377 16408
/proc/meminfo: memFree=22093860/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=181960 CPUtime=873.49 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 174174 0 0 0 87316 33 0 0 25 0 1 0 651045707 186327040 25154 33554432000 4194304 4580011 140736950975184 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 45490 25154 368 95 0 40472 0
Current children cumulated CPU time (s) 873.49
Current children cumulated vsize (KiB) 181960

[startup+876.714 s]
/proc/loadavg: 3.05 3.53 3.60 4/377 16409
/proc/meminfo: memFree=22091380/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=181960 CPUtime=876.7 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 174465 0 0 0 87637 33 0 0 25 0 1 0 651045707 186327040 25445 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294830 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 45490 25445 368 95 0 40472 0
Current children cumulated CPU time (s) 876.7
Current children cumulated vsize (KiB) 181960

[startup+877.501 s]
/proc/loadavg: 3.05 3.53 3.60 4/377 16409
/proc/meminfo: memFree=22091380/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=181960 CPUtime=877.49 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 174503 0 0 0 87716 33 0 0 25 0 1 0 651045707 186327040 25483 33554432000 4194304 4580011 140736950975184 18446744073709551615 4305197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 45490 25483 368 95 0 40472 0
Current children cumulated CPU time (s) 877.49
Current children cumulated vsize (KiB) 181960

[startup+878.3 s]
/proc/loadavg: 3.05 3.53 3.60 4/377 16409
/proc/meminfo: memFree=22090760/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123288 CPUtime=878.29 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 175835 0 0 0 87796 33 0 0 25 0 1 0 651045707 126246912 22666 33554432000 4194304 4580011 140736950975184 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30822 22666 368 95 0 25804 0
Current children cumulated CPU time (s) 878.29
Current children cumulated vsize (KiB) 123288

[startup+878.7 s]
/proc/loadavg: 3.05 3.53 3.60 4/377 16409
/proc/meminfo: memFree=22090760/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123288 CPUtime=878.69 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 175903 0 0 0 87836 33 0 0 25 0 1 0 651045707 126246912 22734 33554432000 4194304 4580011 140736950975184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30822 22734 368 95 0 25804 0
Current children cumulated CPU time (s) 878.69
Current children cumulated vsize (KiB) 123288

[startup+878.8 s]
/proc/loadavg: 3.05 3.53 3.60 4/377 16409
/proc/meminfo: memFree=22101300/32951124 swapFree=67111348/67111528
[pid=16340] ppid=16338 vsize=123288 CPUtime=878.79 cores=1,3
/proc/16340/stat : 16340 (strangenight2-s) R 16338 16340 15158 0 -1 4202496 175919 0 0 0 87846 33 0 0 25 0 1 0 651045707 126246912 22750 33554432000 4194304 4580011 140736950975184 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16340/statm: 30822 22750 368 95 0 25804 0
Current children cumulated CPU time (s) 878.79
Current children cumulated vsize (KiB) 123288

Child status: 10
Real time (s): 878.827
CPU time (s): 878.826
CPU user time (s): 878.482
CPU system time (s): 0.343947
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 196484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 878.482
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175938
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= 13
involuntary context switches= 996

runsolver used 2.93455 second user time and 7.61284 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 19:34:40
IDJOB=3368002
IDBENCH=85355
IDSOLVER=1845
FILE ID=node139/3368002-1305394480
RUNJOBID= node139-1305394398-16244
PBS_JOBID= 13324418
Free space on /tmp= 73340 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368002-1305394480/watcher-3368002-1305394480 -o /tmp/evaluation-result-3368002-1305394480/solver-3368002-1305394480 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368002-1305394480.cnf

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=1607273694

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22546080 kB
Buffers:        295216 kB
Cached:        2879124 kB
SwapCached:          0 kB
Active:        8049224 kB
Inactive:      2048932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22546080 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5584 kB
Writeback:           0 kB
AnonPages:     6924280 kB
Mapped:          29996 kB
Slab:           203488 kB
PageTables:      39040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76941252 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= 73320 MiB
End job on node139 at 2011-05-14 19:49:19