Trace number 3366661

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)SAT 480.13 120.351

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S2088689288-085.SATISFIABLE.cnf
MD5SUM7ba801e5e19de5d13bce0ebc43b52968
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012998
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.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-3366661-1305411202.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     11  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:     222 undec:      28 neg:     200
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       439      1907         0         0      5794         0   no data   no data
0.17/0.06	c Decided on static restart strategy
0.37/0.15	c  N st     8      4917       439      1907         0      4810      5794    104110   no data   no data
1.16/0.39	c  N st    10     11301       439      1907         0      4455      5794     71353   no data   no data
2.37/0.67	c  N st    11     17044       439      1907         0     10055      5794    193509   no data   no data
3.98/1.09	c  F st    12     25001       439      1907         0     12355      5794    246793   no data   no data
3.98/1.09	c  N st    12     25001       439      1907         0     12355      5794    246793   no data   no data
5.16/1.34	c Decided on static restart strategy
5.16/1.34	c  N st    18     30001       439      1907         0     10641      5794    182425   no data   no data
5.16/1.34	c  S st    18     30001       439      1907         0     10641      5794    182425   no data   no data
5.16/1.37	c  S st    18     30505       439      1907         0     11145      5794    192828   no data   no data
5.16/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.16/1.37	c blocked clauses removed:       14 vars:      2 tried:         439 T: 0.00 s
5.16/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
5.16/1.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.38	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
5.16/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.43	c lits-rem:       136  cl-subs:      644  v-elim:      0  v-fix:    0  time:  0.05 s
5.55/1.44	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.00
5.55/1.44	c calculated reachability. Time: 0.00
5.55/1.44	c  N st    18     30505       435      1891         0     10487      5763    177866   no data   no data
7.16/1.85	c  N st    20     37615       435      1891         0      9724      5763    143716   no data   no data
8.79/2.24	c  N st    21     44014       435      1891         0     15959      5763    277684   no data   no data
9.15/2.38	c  S st    22     45758       435      1891         0      8950      5763    115636   no data   no data
9.55/2.40	c  S st    22     46261       435      1891         0      9452      5763    126074   no data   no data
9.55/2.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
9.55/2.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.42	c lits-rem:        21  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.01 s
9.55/2.42	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
9.55/2.42	c vivif2 --  cl tried     9340 cl shrink        0 lits rem          0 time: 0.00
9.55/2.43	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.00
9.55/2.43	c calculated reachability. Time: 0.00
9.55/2.43	c  N st    22     46261       435      1891         0      9340      5763    123905   no data   no data
13.18/3.33	c  N st    23     60658       435      1891         0     13584      5763    202305   no data   no data
15.54/3.95	c  N st    24     69392       435      1891         0     11382      5763    149857   no data   no data
15.54/3.95	c  S st    24     69392       435      1891         0     11382      5763    149857   no data   no data
15.54/3.98	c  S st    24     69899       435      1891         0     11886      5763    159950   no data   no data
15.54/3.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.54/3.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.54/3.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.54/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
15.54/3.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.54/3.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.54/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.01	c lits-rem:        42  cl-subs:      293  v-elim:      0  v-fix:    0  time:  0.02 s
15.94/4.01	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
15.94/4.02	c vivif2 --  cl tried    11593 cl shrink        0 lits rem          0 time: 0.00
15.94/4.02	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.01
15.94/4.02	c calculated reachability. Time: 0.00
15.94/4.02	c  N st    24     69899       435      1891         0     11593      5763    154635   no data   no data
20.73/5.22	c  F st    25     87501       435      1891         0     17090      5763    264605   no data   no data
20.73/5.22	c  N st    25     87501       435      1891         0     17090      5763    264605   no data   no data
22.32/5.64	c Decided on static restart strategy
23.52/5.91	c  N st    32     95546       435      1891         0     24971      5763    436190   no data   no data
25.93/6.56	c  N st    34    104849       435      1891         0     21371      5763    337727   no data   no data
25.93/6.56	c  S st    34    104849       435      1891         0     21371      5763    337727   no data   no data
26.35/6.62	c  S st    34    105350       435      1891         0     21872      5763    348068   no data   no data
26.35/6.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.35/6.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
26.35/6.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.35/6.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.35/6.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.35/6.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
26.35/6.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.35/6.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.35/6.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.70/6.79	c lits-rem:       168  cl-subs:     1149  v-elim:      0  v-fix:    0  time:  0.14 s
26.70/6.79	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
26.70/6.79	c vivif2 --  cl tried    20723 cl shrink        0 lits rem          0 time: 0.00
27.10/6.80	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.01
27.10/6.80	c calculated reachability. Time: 0.00
27.10/6.80	c  N st    34    105350       435      1891         0     20723      5763    323747   no data   no data
30.32/7.67	c  N st    35    114948       435      1891         0     16497      5763    215104   no data   no data
35.49/8.94	c  N st    36    129345       435      1891         0     15893      5763    189616   no data   no data
43.50/10.95	c  N st    37    150941       435      1891         0     21361      5763    303053   no data   no data
45.87/11.58	c  S st    38    158025       435      1891         0     28256      5763    447150   no data   no data
46.27/11.65	c  S st    38    158531       435      1891         0     28762      5763    457894   no data   no data
46.27/11.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.27/11.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
46.27/11.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.27/11.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.27/11.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.27/11.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
46.27/11.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.27/11.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.27/11.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.46/11.96	c lits-rem:       167  cl-subs:     1384  v-elim:      0  v-fix:    0  time:  0.28 s
47.46/11.96	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
47.46/11.97	c vivif2 --  cl tried    27378 cl shrink        0 lits rem          0 time: 0.00
47.46/11.98	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.02
47.46/11.98	c calculated reachability. Time: 0.00
47.46/11.98	c  N st    38    158531       435      1891         0     27378      5763    428879   no data   no data
65.44/16.43	c  N st    39    207121       435      1891         0     21994      5763    274953   no data   no data
77.80/19.51	c  N st    40    237799       435      1891         0     32286      5763    478937   no data   no data
77.80/19.51	c  S st    40    237799       435      1891         0     32286      5763    478937   no data   no data
77.80/19.59	c  S st    40    238300       435      1891         0     32787      5763    489630   no data   no data
77.80/19.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.19/19.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
78.19/19.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.19/19.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.19/19.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.19/19.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
78.19/19.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.19/19.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.19/19.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.19/20.16	c lits-rem:       159  cl-subs:     2644  v-elim:      0  v-fix:    0  time:  0.53 s
80.19/20.16	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
80.19/20.16	c vivif2 --  cl tried    30143 cl shrink        0 lits rem          0 time: 0.01
80.19/20.18	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.02
80.19/20.18	c calculated reachability. Time: 0.00
80.19/20.18	c  N st    40    238300       435      1891         0     30143      5763    439766   no data   no data
109.76/27.53	c  F st    41    306253       435      1891         0     32117      5763    449481   no data   no data
109.76/27.53	c  N st    41    306253       435      1891         0     32117      5763    449481   no data   no data
112.51/28.20	c Decided on static restart strategy
122.52/30.81	c  N st    51    334556       435      1891         0     36504      5763    549720   no data   no data
132.86/33.35	c  N st    53    357450       435      1891         0     34448      5763    474491   no data   no data
132.86/33.35	c  S st    53    357450       435      1891         0     34448      5763    474491   no data   no data
133.26/33.45	c  S st    53    357953       435      1891         0     34951      5763    485721   no data   no data
133.26/33.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.26/33.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
133.26/33.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.26/33.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.26/33.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.26/33.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
133.26/33.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.26/33.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
133.26/33.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.47/33.76	c lits-rem:       176  cl-subs:     1482  v-elim:      0  v-fix:    0  time:  0.28 s
134.47/33.76	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
134.47/33.76	c vivif2 --  cl tried    33469 cl shrink        0 lits rem          0 time: 0.01
134.47/33.79	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.02
134.47/33.79	c calculated reachability. Time: 0.00
134.47/33.79	c  N st    53    357953       435      1891         0     33469      5763    454232   no data   no data
152.02/38.11	c  N st    54    390346       435      1891         0     39650      5763    565822   no data   no data
177.17/44.49	c  N st    55    438934       435      1891         0     33459      5763    404771   no data   no data
219.50/55.09	c  N st    56    511818       435      1891         0     46891      5763    688576   no data   no data
236.24/59.20	c  N st    57    536929       435      1891         0     41166      5763    529425   no data   no data
236.24/59.20	c  S st    57    536929       435      1891         0     41166      5763    529425   no data   no data
236.66/59.31	c  S st    57    537431       435      1891         0     41666      5763    540886   no data   no data
236.66/59.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.66/59.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.66/59.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.66/59.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.66/59.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.66/59.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
236.66/59.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.66/59.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.66/59.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.22/59.72	c lits-rem:       300  cl-subs:     1405  v-elim:      0  v-fix:    0  time:  0.37 s
238.22/59.72	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
238.22/59.73	c vivif2 --  cl tried    40261 cl shrink        0 lits rem          0 time: 0.01
238.22/59.75	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.03
238.22/59.75	c calculated reachability. Time: 0.00
238.22/59.75	c  N st    57    537431       435      1891         0     40261      5763    513813   no data   no data
343.18/86.04	c  N st    58    701415       435      1891         0     68878      5763   1086494   no data   no data
411.84/103.23	c  N st    59    806148       435      1891         0     63103      5763    970544   no data   no data
411.84/103.23	c  S st    59    806148       435      1891         0     63103      5763    970544   no data   no data
412.67/103.41	c  S st    59    806652       435      1891         0     63607      5763    981471   no data   no data
412.67/103.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
412.67/103.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
412.67/103.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.67/103.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.67/103.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.67/103.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
412.67/103.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.67/103.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
412.67/103.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.80/106.20	c lits-rem:       517  cl-subs:     5283  v-elim:      0  v-fix:    0  time:  2.72 s
423.80/106.20	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
423.80/106.21	c vivif2 --  cl tried    58324 cl shrink        0 lits rem          0 time: 0.01
423.80/106.26	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.05
423.80/106.26	c calculated reachability. Time: 0.00
423.80/106.27	c  N st    59    806652       435      1891         0     58324      5763    870009   no data   no data
480.03/120.34	c Following stats are for *FIRST FINISHED THREAD ONLY*
480.03/120.34	c num threads              : 4          
480.03/120.34	c restarts                 : 58         
480.03/120.34	c dynamic restarts         : 0          
480.03/120.34	c static restarts          : 58         
480.03/120.34	c full restarts            : 3          
480.03/120.34	c total simplify time      : 0.00       
480.03/120.34	c learnts DL2              : 0          
480.03/120.34	c learnts size 2           : 0          
480.03/120.34	c learnts size 1           : 0           (0.00      % of vars)
480.03/120.34	c filedLit time            : 0.06        (0.05      % time)
480.03/120.34	c v-elim SatELite          : 15          (3.33      % vars)
480.03/120.34	c SatELite time            : 4.60        (3.86      % time)
480.03/120.34	c v-elim xor               : 0           (0.00      % vars)
480.03/120.34	c xor elim time            : 0.01        (0.01      % time)
480.03/120.34	c num binary xor trees     : 0          
480.03/120.34	c binxor trees' crown      : 0           (nan       leafs/tree)
480.03/120.34	c bin xor find time        : 0.00       
480.03/120.34	c OTF clause improved      : 26051       (0.03      clauses/conflict)
480.03/120.34	c OTF impr. size diff      : 28028       (1.08       lits/clause)
480.03/120.34	c OTF cl watch-shrink      : 246604      (0.28      clauses/conflict)
480.03/120.34	c OTF cl watch-sh-lit      : 324660      (1.32       lits/clause)
480.03/120.34	c tried to recurMin cls    : 107387      (12.00      % of conflicts)
480.03/120.34	c updated cache            : 866         (0.01       lits/tried recurMin)
480.03/120.34	c unit cls recevied        : 0           (nan       % of units)
480.03/120.34	c unit cls sent            : 0           (nan       % of units)
480.03/120.34	c bin cls recevied         : 0          
480.03/120.34	c bin cls sent             : 0          
480.03/120.34	c clauses over max glue    : 0           (0.00      % of all clauses)
480.03/120.34	c conflicts                : 894734      (7510.51   / sec)
480.03/120.34	c decisions                : 1062099     (1.09      % random)
480.03/120.34	c bogo-props               : 13917888607 (116828546.52 / sec)
480.03/120.34	c conflict literals        : 20250315    (23.84     % deleted)
480.03/120.34	c Memory used              : 318.83      MB
480.03/120.34	c single-thread CPU time   : 119.13      s
480.03/120.34	c all-threads sum CPU time : 479.66      s
480.03/120.34	s SATISFIABLE
480.03/120.34	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 -353 -354 355 356 -357 -358 -359 -360 -361 362 -363 -364 365 -366 -367 368 369 370 371 -372 373 374 375 376 -377 378 379 380 381 -382 -383 -384 -385 386 387 388 389 -390 -391 392 -393 394 -395 -396 397 -398 399 400 -401 402 -403 404 -405 -406 407 408 409 410 411 412 413 -414 415 416 -417 418 -419 -420 421 422 -423 -424 425 -426 -427 -428 429 430 431 432 -433 -434 435 436 437 -438 439 -440 -441 -442 443 -444 445 446 447 448 -449 -450 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-3366661-1305411202/watcher-3366661-1305411202 -o /tmp/evaluation-result-3366661-1305411202/solver-3366661-1305411202 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366661-1305411202.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.54 7.99 8.01 6/298 21347
/proc/meminfo: memFree=27731380/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 652718682 52396032 352 33554432000 4194304 4580107 140735480079648 18446744073709551615 210204647355 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 12792 352 302 95 0 7774 0
[pid=21347/tid=21348] ppid=21345 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652718683 52396032 352 33554432000 4194304 4580107 140735480079648 18446744073709551615 47888179578796 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652718683 52396032 352 33554432000 4194304 4580107 140735480079648 18446744073709551615 47888179578391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652718683 52396032 352 33554432000 4194304 4580107 140735480079648 18446744073709551615 47888179578391 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0509451 s]
/proc/loadavg: 7.54 7.99 8.01 6/298 21347
/proc/meminfo: memFree=27731380/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=282188 CPUtime=0.17 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 1307 0 0 0 17 0 0 0 18 0 4 0 652718682 288960512 1181 33554432000 4194304 4580107 140735480079648 18446744073709551615 4292985 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 70547 1181 376 95 0 65529 0
[pid=21347/tid=21348] ppid=21345 vsize=282188 CPUtime=0.03 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 256 0 0 0 3 0 0 0 25 0 4 0 652718683 288960512 1182 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293073 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=282188 CPUtime=0.04 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 235 0 0 0 4 0 0 0 18 0 4 0 652718683 288960512 1182 33554432000 4194304 4580107 140735480079648 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=282188 CPUtime=0.04 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 181 0 0 0 4 0 0 0 18 0 4 0 652718683 288960512 1182 33554432000 4194304 4580107 140735480079648 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 282188

[startup+0.100937 s]
/proc/loadavg: 7.54 7.99 8.01 6/298 21347
/proc/meminfo: memFree=27731380/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=282188 CPUtime=0.37 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 1570 0 0 0 37 0 0 0 18 0 4 0 652718682 288960512 1444 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 70547 1444 377 95 0 65529 0
[pid=21347/tid=21348] ppid=21345 vsize=282188 CPUtime=0.08 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 320 0 0 0 8 0 0 0 25 0 4 0 652718683 288960512 1444 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=282188 CPUtime=0.09 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 305 0 0 0 9 0 0 0 18 0 4 0 652718683 288960512 1444 33554432000 4194304 4580107 140735480079648 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=282188 CPUtime=0.09 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 253 0 0 0 9 0 0 0 18 0 4 0 652718683 288960512 1444 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282188

[startup+0.300903 s]
/proc/loadavg: 7.54 7.99 8.01 6/298 21347
/proc/meminfo: memFree=27731380/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=283760 CPUtime=1.16 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 2614 0 0 0 116 0 0 0 18 0 4 0 652718682 290570240 1964 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 70940 1964 377 95 0 65922 0
[pid=21347/tid=21348] ppid=21345 vsize=283760 CPUtime=0.28 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 572 0 0 0 28 0 0 0 25 0 4 0 652718683 290570240 1964 33554432000 4194304 4580107 140735480079648 18446744073709551615 4322920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=283760 CPUtime=0.29 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 554 0 0 0 29 0 0 0 18 0 4 0 652718683 290570240 1964 33554432000 4194304 4580107 140735480079648 18446744073709551615 4306354 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=283760 CPUtime=0.29 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 526 0 0 0 29 0 0 0 18 0 4 0 652718683 290570240 1964 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283760

[startup+0.700839 s]
/proc/loadavg: 7.54 7.99 8.01 6/298 21347
/proc/meminfo: memFree=27731380/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=284628 CPUtime=2.77 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 4083 0 0 0 276 1 0 0 18 0 4 0 652718682 291459072 2641 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 71157 2641 377 95 0 66139 0
[pid=21347/tid=21348] ppid=21345 vsize=284628 CPUtime=0.68 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 912 0 0 0 68 0 0 0 25 0 4 0 652718683 291459072 2641 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=284628 CPUtime=0.69 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 908 0 0 0 69 0 0 0 18 0 4 0 652718683 291459072 2641 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=284628 CPUtime=0.68 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 928 0 0 0 68 0 0 0 18 0 4 0 652718683 291459072 2641 33554432000 4194304 4580107 140735480079648 18446744073709551615 4318376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284628

[startup+1.50071 s]
/proc/loadavg: 7.58 7.99 8.01 9/302 21351
/proc/meminfo: memFree=27712252/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=285800 CPUtime=5.95 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 8175 0 0 0 594 1 0 0 20 0 4 0 652718682 292659200 4330 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 71450 4330 379 95 0 66432 0
[pid=21347/tid=21348] ppid=21345 vsize=285800 CPUtime=1.47 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 1642 0 0 0 147 0 0 0 25 0 4 0 652718683 292659200 4330 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=285800 CPUtime=1.49 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 1601 0 0 0 149 0 0 0 20 0 4 0 652718683 292659200 4330 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=285800 CPUtime=1.48 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 1650 0 0 0 148 0 0 0 20 0 4 0 652718683 292659200 4330 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285800

[startup+3.10044 s]
/proc/loadavg: 7.58 7.99 8.01 9/302 21351
/proc/meminfo: memFree=27700856/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=294052 CPUtime=12.35 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 16444 0 0 0 1232 3 0 0 25 0 4 0 652718682 301109248 8688 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 73513 8688 379 95 0 68495 0
[pid=21347/tid=21348] ppid=21345 vsize=294052 CPUtime=3.06 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 3688 0 0 0 306 0 0 0 25 0 4 0 652718683 301109248 8688 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=294052 CPUtime=3.08 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 4253 0 0 0 308 0 0 0 25 0 4 0 652718683 301109248 8688 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=294052 CPUtime=3.08 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 4275 0 0 0 307 1 0 0 25 0 4 0 652718683 301109248 8688 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 294052

[startup+6.30091 s]
/proc/loadavg: 7.61 7.99 8.01 9/302 21351
/proc/meminfo: memFree=27651768/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=299324 CPUtime=25.12 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 25791 0 0 0 2507 5 0 0 25 0 4 0 652718682 306507776 11708 33554432000 4194304 4580107 140735480079648 18446744073709551615 4322656 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 74831 11708 379 95 0 69813 0
[pid=21347/tid=21348] ppid=21345 vsize=299324 CPUtime=6.23 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 6544 0 0 0 622 1 0 0 25 0 4 0 652718683 306507776 11708 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=299324 CPUtime=6.29 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 7052 0 0 0 628 1 0 0 25 0 4 0 652718683 306507776 11708 33554432000 4194304 4580107 140735480079648 18446744073709551615 4318592 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=299324 CPUtime=6.28 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 5850 0 0 0 627 1 0 0 25 0 4 0 652718683 306507776 11708 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 299324

[startup+12.7008 s]
/proc/loadavg: 7.64 7.99 8.01 9/302 21351
/proc/meminfo: memFree=27610452/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=300156 CPUtime=50.66 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 41650 0 0 0 5057 9 0 0 25 0 4 0 652718682 307359744 16090 33554432000 4194304 4580107 140735480079648 18446744073709551615 4323429 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 75039 16090 379 95 0 70021 0
[pid=21347/tid=21348] ppid=21345 vsize=300156 CPUtime=12.57 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 10502 0 0 0 1255 2 0 0 25 0 4 0 652718683 307359744 16090 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=300156 CPUtime=12.68 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 9703 0 0 0 1267 1 0 0 25 0 4 0 652718683 307359744 16090 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=300156 CPUtime=12.69 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 10180 0 0 0 1267 2 0 0 25 0 4 0 652718683 307359744 16090 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 300156

[startup+25.5007 s]
/proc/loadavg: 7.80 8.01 8.01 9/302 21352
/proc/meminfo: memFree=27558252/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=308872 CPUtime=101.73 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 63820 0 0 0 10159 14 0 0 25 0 4 0 652718682 316284928 22486 33554432000 4194304 4580107 140735480079648 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 77218 22486 379 95 0 72200 0
[pid=21347/tid=21348] ppid=21345 vsize=308872 CPUtime=25.25 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 15799 0 0 0 2522 3 0 0 25 0 4 0 652718683 316284928 22486 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=308872 CPUtime=25.48 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 15788 0 0 0 2545 3 0 0 25 0 4 0 652718683 316284928 22486 33554432000 4194304 4580107 140735480079648 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=308872 CPUtime=25.49 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 15082 0 0 0 2546 3 0 0 25 0 4 0 652718683 316284928 22486 33554432000 4194304 4580107 140735480079648 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 308872

[startup+51.1004 s]
/proc/loadavg: 7.94 8.02 8.02 9/302 21353
/proc/meminfo: memFree=27506072/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=316104 CPUtime=203.9 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 96621 0 0 0 20367 23 0 0 25 0 4 0 652718682 323690496 27569 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 79026 27569 379 95 0 74008 0
[pid=21347/tid=21348] ppid=21345 vsize=316104 CPUtime=50.62 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 25398 0 0 0 5056 6 0 0 25 0 4 0 652718683 323690496 27569 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=316104 CPUtime=51.08 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 24110 0 0 0 5103 5 0 0 25 0 4 0 652718683 323690496 27569 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=316104 CPUtime=51.08 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 22345 0 0 0 5104 4 0 0 25 0 4 0 652718683 323690496 27570 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293911 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 316104

[startup+102.311 s]
/proc/loadavg: 8.05 8.04 8.02 9/302 21354
/proc/meminfo: memFree=27435100/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=317996 CPUtime=408.28 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 149441 0 0 0 40788 40 0 0 25 0 4 0 652718682 325627904 33763 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 79499 33763 379 95 0 74481 0
[pid=21347/tid=21348] ppid=21345 vsize=317996 CPUtime=101.37 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39801 0 0 0 10127 10 0 0 25 0 4 0 652718683 325627904 33763 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=317996 CPUtime=102.3 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 35754 0 0 0 10220 10 0 0 25 0 4 0 652718683 325627904 33764 33554432000 4194304 4580107 140735480079648 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=317996 CPUtime=102.3 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 36405 0 0 0 10221 9 0 0 25 0 4 0 652718683 325627904 33764 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 317996

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

[startup+108.701 s]
/proc/loadavg: 8.05 8.04 8.02 9/302 21354
/proc/meminfo: memFree=27412776/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=318472 CPUtime=433.79 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 155828 0 0 0 43337 42 0 0 25 0 4 0 652718682 326115328 36649 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 79618 36649 379 95 0 74600 0
[pid=21347/tid=21348] ppid=21345 vsize=318472 CPUtime=107.7 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 41131 0 0 0 10760 10 0 0 25 0 4 0 652718683 326115328 36649 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=318472 CPUtime=108.68 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 36582 0 0 0 10858 10 0 0 25 0 4 0 652718683 326115328 36649 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=318472 CPUtime=108.68 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 37727 0 0 0 10859 9 0 0 25 0 4 0 652718683 326115328 36649 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 433.79
Current children cumulated vsize (KiB) 318472

[startup+115.101 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21354
/proc/meminfo: memFree=27403348/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=319924 CPUtime=459.33 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 161368 0 0 0 45889 44 0 0 25 0 4 0 652718682 327602176 37353 33554432000 4194304 4580107 140735480079648 18446744073709551615 4321874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 79981 37353 379 95 0 74963 0
[pid=21347/tid=21348] ppid=21345 vsize=319924 CPUtime=114.04 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 42135 0 0 0 11394 10 0 0 25 0 4 0 652718683 327602176 37353 33554432000 4194304 4580107 140735480079648 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=319924 CPUtime=115.08 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 38098 0 0 0 11497 11 0 0 25 0 4 0 652718683 327602176 37353 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=319924 CPUtime=115.08 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39189 0 0 0 11498 10 0 0 25 0 4 0 652718683 327602176 37353 33554432000 4194304 4580107 140735480079648 18446744073709551615 4305960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 459.33
Current children cumulated vsize (KiB) 319924

[startup+118.3 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21354
/proc/meminfo: memFree=27411532/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=320056 CPUtime=472.1 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 164844 0 0 0 47165 45 0 0 25 0 4 0 652718682 327737344 36283 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 80014 36283 379 95 0 74996 0
[pid=21347/tid=21348] ppid=21345 vsize=320056 CPUtime=117.22 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 43176 0 0 0 11711 11 0 0 25 0 4 0 652718683 327737344 36283 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=320056 CPUtime=118.28 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39036 0 0 0 11817 11 0 0 25 0 4 0 652718683 327737344 36283 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=320056 CPUtime=118.28 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39618 0 0 0 11818 10 0 0 25 0 4 0 652718683 327737344 36283 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 472.1
Current children cumulated vsize (KiB) 320056

[startup+119.101 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21354
/proc/meminfo: memFree=27415744/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=320056 CPUtime=475.29 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 165352 0 0 0 47484 45 0 0 25 0 4 0 652718682 327737344 36791 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 80014 36791 379 95 0 74996 0
[pid=21347/tid=21348] ppid=21345 vsize=320056 CPUtime=118.01 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 43301 0 0 0 11790 11 0 0 25 0 4 0 652718683 327737344 36791 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=320056 CPUtime=119.08 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39174 0 0 0 11897 11 0 0 25 0 4 0 652718683 327737344 36791 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=320056 CPUtime=119.08 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39726 0 0 0 11898 10 0 0 25 0 4 0 652718683 327737344 36791 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 475.29
Current children cumulated vsize (KiB) 320056

[startup+119.911 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21355
/proc/meminfo: memFree=27406196/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=326432 CPUtime=478.52 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) R 21345 21347 20874 0 -1 4202496 167225 0 0 0 47806 46 0 0 25 0 4 0 652718682 334266368 38663 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 81608 38663 379 95 0 76590 0
[pid=21347/tid=21348] ppid=21345 vsize=326432 CPUtime=118.8 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 43395 0 0 0 11869 11 0 0 25 0 4 0 652718683 334266368 38663 33554432000 4194304 4580107 140735480079648 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=326432 CPUtime=119.9 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 40718 0 0 0 11978 12 0 0 25 0 4 0 652718683 334266368 38663 33554432000 4194304 4580107 140735480079648 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=326432 CPUtime=119.89 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 39826 0 0 0 11979 10 0 0 25 0 4 0 652718683 334266368 38663 33554432000 4194304 4580107 140735480079648 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 478.52
Current children cumulated vsize (KiB) 326432

[startup+120.301 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21355
/proc/meminfo: memFree=27406196/32951124 swapFree=63649232/67111528
[pid=21347] ppid=21345 vsize=326476 CPUtime=480.03 cores=1,3,5,7
/proc/21347/stat : 21347 (strangenight2-m) S 21345 21347 20874 0 -1 4202496 167807 0 0 0 47957 46 0 0 25 0 4 0 652718682 334311424 37774 33554432000 4194304 4580107 140735480079648 18446744073709551615 47888179578420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21347/statm: 81619 37774 379 95 0 76601 0
[pid=21347/tid=21348] ppid=21345 vsize=326476 CPUtime=119.19 cores=1,3,5,7
/proc/21347/task/21348/stat : 21348 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 43430 0 0 0 11908 11 0 0 25 0 4 0 652718683 334311424 37774 33554432000 4194304 4580107 140735480079648 18446744073709551615 47888179553835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21347/tid=21349] ppid=21345 vsize=326476 CPUtime=120.29 cores=1,3,5,7
/proc/21347/task/21349/stat : 21349 (strangenight2-m) R 21345 21347 20874 0 -1 4202560 40718 0 0 0 12017 12 0 0 25 0 4 0 652718683 334311424 37774 33554432000 4194304 4580107 140735480079648 18446744073709551615 4507988 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21347/tid=21350] ppid=21345 vsize=326476 CPUtime=120.26 cores=1,3,5,7
/proc/21347/task/21350/stat : 21350 (strangenight2-m) S 21345 21347 20874 0 -1 4202560 40333 0 0 0 12016 10 0 0 25 0 4 0 652718683 334311424 37774 33554432000 4194304 4580107 140735480079648 18446744073709551615 47888179578420 0 0 4096 2 18446604464717032256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 480.03
Current children cumulated vsize (KiB) 326476

Child status: 10
Real time (s): 120.351
CPU time (s): 480.13
CPU user time (s): 479.661
CPU system time (s): 0.468928
CPU usage (%): 398.942
Max. virtual memory (cumulated for all children) (KiB): 328916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.661
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167815
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= 515
involuntary context switches= 3298

runsolver used 0.315951 second user time and 0.789879 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 00:13:22
IDJOB=3366661
IDBENCH=83070
IDSOLVER=1844
FILE ID=node130/3366661-1305411202
RUNJOBID= node130-1305409993-21189
PBS_JOBID= 13324512
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S2088689288-085.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366661-1305411202/watcher-3366661-1305411202 -o /tmp/evaluation-result-3366661-1305411202/solver-3366661-1305411202 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366661-1305411202.cnf

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

MD5SUM BENCH= 7ba801e5e19de5d13bce0ebc43b52968
RANDOM SEED=1360436829

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27731792 kB
Buffers:        260120 kB
Cached:        3594760 kB
SwapCached:      10248 kB
Active:        1188748 kB
Inactive:      3760756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27731792 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           11488 kB
Writeback:           0 kB
AnonPages:     1092052 kB
Mapped:          13868 kB
Slab:           183880 kB
PageTables:      24932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51586772 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= 73416 MiB
End job on node130 at 2011-05-15 00:15:22