Trace number 3174252

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-mtSAT 470.066 117.684

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.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174252-1304116140.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.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.10	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     222 undec:      28 neg:     200
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       439      1907         0         0      5794         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4917       439      1907         0      4810      5794    104110   no data   no data
1.18/0.38	c  N st    10     11301       439      1907         0      4455      5794     71353   no data   no data
2.37/0.65	c  N st    11     17044       439      1907         0     10055      5794    193509   no data   no data
3.97/1.08	c  F st    12     25001       439      1907         0     12355      5794    246793   no data   no data
3.97/1.08	c  N st    12     25001       439      1907         0     12355      5794    246793   no data   no data
5.17/1.32	c Decided on static restart strategy
5.17/1.32	c  N st    18     30001       439      1907         0     10641      5794    182425   no data   no data
5.17/1.32	c  S st    18     30001       439      1907         0     10641      5794    182425   no data   no data
5.17/1.35	c  S st    18     30505       439      1907         0     11145      5794    192828   no data   no data
5.17/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.17/1.35	c blocked clauses removed:       14 vars:      2 tried:         439 T: 0.00 s
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
5.17/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.42	c lits-rem:       136  cl-subs:      644  v-elim:      0  v-fix:    0  time:  0.05 s
5.57/1.42	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.00
5.57/1.42	c calculated reachability. Time: 0.00
5.57/1.42	c  N st    18     30505       435      1891         0     10487      5763    177866   no data   no data
7.17/1.83	c  N st    20     37615       435      1891         0      9724      5763    143716   no data   no data
8.79/2.22	c  N st    21     44014       435      1891         0     15959      5763    277684   no data   no data
9.19/2.35	c  S st    22     45758       435      1891         0      8950      5763    115636   no data   no data
9.19/2.38	c  S st    22     46261       435      1891         0      9452      5763    126074   no data   no data
9.19/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.19/2.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
9.19/2.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.19/2.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.19/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.40	c lits-rem:        21  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.01 s
9.57/2.40	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
9.57/2.40	c vivif2 --  cl tried     9340 cl shrink        0 lits rem          0 time: 0.00
9.57/2.40	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.00
9.57/2.41	c calculated reachability. Time: 0.00
9.57/2.41	c  N st    22     46261       435      1891         0      9340      5763    123905   no data   no data
12.77/3.30	c  N st    23     60658       435      1891         0     13584      5763    202305   no data   no data
15.56/3.92	c  N st    24     69392       435      1891         0     11382      5763    149857   no data   no data
15.56/3.92	c  S st    24     69392       435      1891         0     11382      5763    149857   no data   no data
15.56/3.95	c  S st    24     69899       435      1891         0     11886      5763    159950   no data   no data
15.56/3.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.56/3.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
15.56/3.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/3.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.56/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.98	c lits-rem:        42  cl-subs:      293  v-elim:      0  v-fix:    0  time:  0.02 s
15.56/3.98	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c vivif2 --  cl tried    11593 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.01
15.56/3.99	c calculated reachability. Time: 0.00
15.56/3.99	c  N st    24     69899       435      1891         0     11593      5763    154635   no data   no data
20.35/5.18	c  F st    25     87501       435      1891         0     17090      5763    264605   no data   no data
20.35/5.18	c  N st    25     87501       435      1891         0     17090      5763    264605   no data   no data
21.97/5.60	c Decided on static restart strategy
23.14/5.86	c  N st    32     95546       435      1891         0     24971      5763    436190   no data   no data
25.95/6.52	c  N st    34    104849       435      1891         0     21371      5763    337727   no data   no data
25.95/6.52	c  S st    34    104849       435      1891         0     21371      5763    337727   no data   no data
25.95/6.58	c  S st    34    105350       435      1891         0     21872      5763    348068   no data   no data
25.95/6.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.95/6.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.95/6.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.95/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.95/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
25.95/6.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.95/6.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.95/6.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.76/6.74	c lits-rem:       168  cl-subs:     1149  v-elim:      0  v-fix:    0  time:  0.14 s
26.76/6.74	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
26.76/6.75	c vivif2 --  cl tried    20723 cl shrink        0 lits rem          0 time: 0.00
26.76/6.76	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.01
26.76/6.76	c calculated reachability. Time: 0.00
26.76/6.76	c  N st    34    105350       435      1891         0     20723      5763    323747   no data   no data
30.34/7.62	c  N st    35    114948       435      1891         0     16497      5763    215104   no data   no data
35.15/8.88	c  N st    36    129345       435      1891         0     15893      5763    189616   no data   no data
43.13/10.88	c  N st    37    150941       435      1891         0     21361      5763    303053   no data   no data
45.92/11.50	c  S st    38    158025       435      1891         0     28256      5763    447150   no data   no data
45.92/11.57	c  S st    38    158531       435      1891         0     28762      5763    457894   no data   no data
45.92/11.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.92/11.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
45.92/11.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.92/11.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.92/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.92/11.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
45.92/11.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.92/11.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.31/11.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.12/11.88	c lits-rem:       167  cl-subs:     1384  v-elim:      0  v-fix:    0  time:  0.28 s
47.12/11.88	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
47.12/11.89	c vivif2 --  cl tried    27378 cl shrink        0 lits rem          0 time: 0.01
47.52/11.90	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.02
47.52/11.90	c calculated reachability. Time: 0.00
47.52/11.90	c  N st    38    158531       435      1891         0     27378      5763    428879   no data   no data
65.10/16.31	c  N st    39    207121       435      1891         0     21994      5763    274953   no data   no data
77.08/19.38	c  N st    40    237799       435      1891         0     32286      5763    478937   no data   no data
77.08/19.38	c  S st    40    237799       435      1891         0     32286      5763    478937   no data   no data
77.48/19.46	c  S st    40    238300       435      1891         0     32787      5763    489630   no data   no data
77.48/19.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.48/19.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.48/19.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.48/19.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.48/19.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.48/19.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
77.48/19.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.48/19.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.88/19.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.88/20.04	c lits-rem:       159  cl-subs:     2644  v-elim:      0  v-fix:    0  time:  0.54 s
79.88/20.04	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
79.88/20.04	c vivif2 --  cl tried    30143 cl shrink        0 lits rem          0 time: 0.01
79.88/20.06	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.02
79.88/20.06	c calculated reachability. Time: 0.00
79.88/20.06	c  N st    40    238300       435      1891         0     30143      5763    439766   no data   no data
109.04/27.37	c  F st    41    306253       435      1891         0     32117      5763    449481   no data   no data
109.04/27.37	c  N st    41    306253       435      1891         0     32117      5763    449481   no data   no data
111.83/28.04	c Decided on static restart strategy
122.22/30.63	c  N st    51    334556       435      1891         0     36504      5763    549720   no data   no data
132.22/33.17	c  N st    53    357450       435      1891         0     34448      5763    474491   no data   no data
132.22/33.17	c  S st    53    357450       435      1891         0     34448      5763    474491   no data   no data
132.60/33.26	c  S st    53    357953       435      1891         0     34951      5763    485721   no data   no data
132.60/33.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.60/33.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.60/33.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.60/33.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.60/33.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.60/33.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
132.60/33.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.60/33.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
133.00/33.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.80/33.58	c lits-rem:       176  cl-subs:     1482  v-elim:      0  v-fix:    0  time:  0.28 s
133.80/33.58	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
133.80/33.59	c vivif2 --  cl tried    33469 cl shrink        0 lits rem          0 time: 0.01
134.20/33.61	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.02
134.20/33.61	c calculated reachability. Time: 0.00
134.20/33.61	c  N st    53    357953       435      1891         0     33469      5763    454232   no data   no data
151.38/37.93	c  N st    54    390346       435      1891         0     39650      5763    565822   no data   no data
176.54/44.24	c  N st    55    438934       435      1891         0     33459      5763    404771   no data   no data
218.89/54.80	c  N st    56    511818       435      1891         0     46891      5763    688576   no data   no data
235.26/58.90	c  N st    57    536929       435      1891         0     41166      5763    529425   no data   no data
235.26/58.90	c  S st    57    536929       435      1891         0     41166      5763    529425   no data   no data
235.66/59.01	c  S st    57    537431       435      1891         0     41666      5763    540886   no data   no data
235.66/59.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
235.66/59.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
235.66/59.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
235.66/59.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.66/59.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.66/59.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
235.66/59.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
235.66/59.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
235.66/59.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.28/59.42	c lits-rem:       300  cl-subs:     1405  v-elim:      0  v-fix:    0  time:  0.37 s
237.28/59.42	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
237.28/59.42	c vivif2 --  cl tried    40261 cl shrink        0 lits rem          0 time: 0.01
237.28/59.45	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.03
237.28/59.45	c calculated reachability. Time: 0.00
237.28/59.45	c  N st    57    537431       435      1891         0     40261      5763    513813   no data   no data
341.93/85.61	c  N st    58    701415       435      1891         0     68878      5763   1086494   no data   no data
410.63/102.80	c  N st    59    806148       435      1891         0     63103      5763    970544   no data   no data
410.63/102.80	c  S st    59    806148       435      1891         0     63103      5763    970544   no data   no data
411.03/102.97	c  S st    59    806652       435      1891         0     63607      5763    981471   no data   no data
411.03/102.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
411.43/103.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
411.43/103.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
411.43/103.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
411.43/103.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.43/103.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
411.43/103.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.43/103.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
411.43/103.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.23/105.78	c lits-rem:       517  cl-subs:     5283  v-elim:      0  v-fix:    0  time:  2.73 s
422.23/105.78	c vivif2 --  cl tried     1891 cl shrink        0 lits rem          0 time: 0.00
422.23/105.79	c vivif2 --  cl tried    58324 cl shrink        0 lits rem          0 time: 0.01
422.61/105.84	c asymm  cl-useful: 0/1891/1891 lits-rem:0 time: 0.05
422.61/105.85	c calculated reachability. Time: 0.00
422.61/105.85	c  N st    59    806652       435      1891         0     58324      5763    870009   no data   no data
469.75/117.67	c Following stats are for *FIRST FINISHED THREAD ONLY*
469.75/117.67	c num threads              : 4          
469.75/117.67	c restarts                 : 58         
469.75/117.67	c dynamic restarts         : 0          
469.75/117.67	c static restarts          : 58         
469.75/117.67	c full restarts            : 3          
469.75/117.67	c total simplify time      : 0.00       
469.75/117.67	c learnts DL2              : 0          
469.75/117.67	c learnts size 2           : 0          
469.75/117.67	c learnts size 1           : 0           (0.00      % of vars)
469.75/117.67	c filedLit time            : 0.06        (0.05      % time)
469.75/117.67	c v-elim SatELite          : 15          (3.33      % vars)
469.75/117.67	c SatELite time            : 4.64        (3.94      % time)
469.75/117.67	c v-elim xor               : 0           (0.00      % vars)
469.75/117.67	c xor elim time            : 0.01        (0.01      % time)
469.75/117.67	c num binary xor trees     : 0          
469.75/117.67	c binxor trees' crown      : 0           (nan       leafs/tree)
469.75/117.67	c bin xor find time        : 0.00       
469.75/117.67	c OTF clause improved      : 26051       (0.03      clauses/conflict)
469.75/117.67	c OTF impr. size diff      : 28028       (1.08       lits/clause)
469.75/117.67	c OTF cl watch-shrink      : 246604      (0.28      clauses/conflict)
469.75/117.67	c OTF cl watch-sh-lit      : 324660      (1.32       lits/clause)
469.75/117.67	c tried to recurMin cls    : 107387      (12.00      % of conflicts)
469.75/117.67	c updated cache            : 866         (0.01       lits/tried recurMin)
469.75/117.67	c unit cls recevied        : 0           (nan       % of units)
469.75/117.67	c unit cls sent            : 0           (nan       % of units)
469.75/117.67	c bin cls recevied         : 0          
469.75/117.67	c bin cls sent             : 0          
469.75/117.67	c clauses over max glue    : 0           (0.00      % of all clauses)
469.75/117.67	c conflicts                : 894734      (7610.47   / sec)
469.75/117.67	c decisions                : 1062099     (1.09      % random)
469.75/117.67	c bogo-props               : 13917888607 (118383491.59 / sec)
469.75/117.67	c conflict literals        : 20250315    (23.84     % deleted)
469.75/117.67	c Memory used              : 325.21      MB
469.75/117.67	c single-thread CPU time   : 117.57      s
469.75/117.67	c all-threads sum CPU time : 469.57      s
469.75/117.67	s SATISFIABLE
469.75/117.67	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174252-1304116140/watcher-3174252-1304116140 -o /tmp/evaluation-result-3174252-1304116140/solver-3174252-1304116140 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174252-1304116140.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: 5.98 7.51 7.24 5/180 18778
/proc/meminfo: memFree=30854032/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=199800 CPUtime=0 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 604 0 0 0 0 0 0 0 25 0 4 0 523212747 204595200 527 33554432000 4194304 4627427 140735926499520 18446744073709551615 251814345247 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 49950 537 338 106 0 44921 0
[pid=18778/tid=18779] ppid=18776 vsize=208004 CPUtime=0 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 4 0 523212747 212996096 560 33554432000 4194304 4627427 140735926499520 18446744073709551615 251814345247 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=208004 CPUtime=0 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 62 0 0 0 0 0 0 0 25 0 4 0 523212747 212996096 569 33554432000 4194304 4627427 140735926499520 18446744073709551615 4314065 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=208004 CPUtime=0 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 4 0 523212747 212996096 572 33554432000 4194304 4627427 140735926499520 18446744073709551615 251814345198 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.106181 s]
/proc/loadavg: 5.98 7.51 7.24 5/180 18778
/proc/meminfo: memFree=30854032/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=282440 CPUtime=0.4 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 1620 0 0 0 40 0 0 0 25 0 4 0 523212747 289218560 1542 33554432000 4194304 4627427 140735926499520 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 70610 1543 384 106 0 65581 0
[pid=18778/tid=18779] ppid=18776 vsize=282440 CPUtime=0.1 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 338 0 0 0 10 0 0 0 25 0 4 0 523212747 289218560 1543 33554432000 4194304 4627427 140735926499520 18446744073709551615 251814345247 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=282440 CPUtime=0.09 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 283 0 0 0 9 0 0 0 25 0 4 0 523212747 289218560 1543 33554432000 4194304 4627427 140735926499520 18446744073709551615 251814345198 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=282440 CPUtime=0.09 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 239 0 0 0 9 0 0 0 25 0 4 0 523212747 289218560 1543 33554432000 4194304 4627427 140735926499520 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282440

[startup+0.200443 s]
/proc/loadavg: 5.98 7.51 7.24 5/180 18778
/proc/meminfo: memFree=30854032/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=283540 CPUtime=0.78 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 2203 0 0 0 78 0 0 0 25 0 4 0 523212747 290344960 1601 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 70885 1601 385 106 0 65856 0
[pid=18778/tid=18779] ppid=18776 vsize=283540 CPUtime=0.19 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 489 0 0 0 19 0 0 0 25 0 4 0 523212747 290344960 1601 33554432000 4194304 4627427 140735926499520 18446744073709551615 4325093 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=283540 CPUtime=0.19 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 423 0 0 0 19 0 0 0 25 0 4 0 523212747 290344960 1601 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308268 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=283540 CPUtime=0.19 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 379 0 0 0 19 0 0 0 25 0 4 0 523212747 290344960 1601 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283540

[startup+0.300426 s]
/proc/loadavg: 5.98 7.51 7.24 5/180 18778
/proc/meminfo: memFree=30854032/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=283808 CPUtime=1.18 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 2581 0 0 0 118 0 0 0 25 0 4 0 523212747 290619392 1980 33554432000 4194304 4627427 140735926499520 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 70952 1980 385 106 0 65923 0
[pid=18778/tid=18779] ppid=18776 vsize=283808 CPUtime=0.29 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 572 0 0 0 29 0 0 0 25 0 4 0 523212747 290619392 1980 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=283808 CPUtime=0.29 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 524 0 0 0 29 0 0 0 25 0 4 0 523212747 290619392 1980 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=283808 CPUtime=0.29 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 467 0 0 0 29 0 0 0 25 0 4 0 523212747 290619392 1980 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283808

[startup+0.70036 s]
/proc/loadavg: 5.98 7.51 7.24 5/180 18778
/proc/meminfo: memFree=30854032/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=284640 CPUtime=2.77 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 4065 0 0 0 277 0 0 0 25 0 4 0 523212747 291471360 2671 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 71160 2671 385 106 0 66131 0
[pid=18778/tid=18779] ppid=18776 vsize=284640 CPUtime=0.69 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 898 0 0 0 69 0 0 0 25 0 4 0 523212747 291471360 2671 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=284640 CPUtime=0.69 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 931 0 0 0 69 0 0 0 25 0 4 0 523212747 291471360 2671 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308135 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=284640 CPUtime=0.69 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 845 0 0 0 69 0 0 0 25 0 4 0 523212747 291471360 2671 33554432000 4194304 4627427 140735926499520 18446744073709551615 4324107 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) 284640

[startup+1.50023 s]
/proc/loadavg: 5.98 7.51 7.24 9/184 18782
/proc/meminfo: memFree=30834284/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=285816 CPUtime=5.97 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 8068 0 0 0 596 1 0 0 25 0 4 0 523212747 292675584 4409 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 71454 4409 389 106 0 66425 0
[pid=18778/tid=18779] ppid=18776 vsize=285816 CPUtime=1.49 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 1610 0 0 0 149 0 0 0 25 0 4 0 523212747 292675584 4409 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=285816 CPUtime=1.48 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 1611 0 0 0 148 0 0 0 25 0 4 0 523212747 292675584 4409 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=285816 CPUtime=1.49 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 1567 0 0 0 149 0 0 0 25 0 4 0 523212747 292675584 4409 33554432000 4194304 4627427 140735926499520 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285816

[startup+3.10096 s]
/proc/loadavg: 6.14 7.52 7.24 9/184 18782
/proc/meminfo: memFree=30815312/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=290584 CPUtime=12.37 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 16373 0 0 0 1235 2 0 0 25 0 4 0 523212747 297558016 8210 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308661 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 72646 8210 389 106 0 67617 0
[pid=18778/tid=18779] ppid=18776 vsize=290584 CPUtime=3.09 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 3734 0 0 0 309 0 0 0 25 0 4 0 523212747 297558016 8210 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=290584 CPUtime=3.07 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 4247 0 0 0 307 0 0 0 25 0 4 0 523212747 297558016 8211 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=290584 CPUtime=3.09 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 4051 0 0 0 309 0 0 0 25 0 4 0 523212747 297558016 8211 33554432000 4194304 4627427 140735926499520 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 290584

[startup+6.30042 s]
/proc/loadavg: 6.14 7.52 7.24 9/184 18782
/proc/meminfo: memFree=30774056/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=297796 CPUtime=25.15 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 25752 0 0 0 2510 5 0 0 25 0 4 0 523212747 304943104 11657 33554432000 4194304 4627427 140735926499520 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 74449 11657 389 106 0 69420 0
[pid=18778/tid=18779] ppid=18776 vsize=297796 CPUtime=6.29 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 6823 0 0 0 628 1 0 0 25 0 4 0 523212747 304943104 11657 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=297796 CPUtime=6.26 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 7074 0 0 0 625 1 0 0 25 0 4 0 523212747 304943104 11657 33554432000 4194304 4627427 140735926499520 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=297796 CPUtime=6.29 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 5615 0 0 0 628 1 0 0 25 0 4 0 523212747 304943104 11657 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 297796

[startup+12.7003 s]
/proc/loadavg: 6.43 7.53 7.25 9/184 18782
/proc/meminfo: memFree=30726664/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=302980 CPUtime=50.71 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 41780 0 0 0 5062 9 0 0 25 0 4 0 523212747 310251520 16517 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 75745 16517 389 106 0 70716 0
[pid=18778/tid=18779] ppid=18776 vsize=302980 CPUtime=12.68 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 10683 0 0 0 1267 1 0 0 25 0 4 0 523212747 310251520 16517 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=302980 CPUtime=12.63 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 9943 0 0 0 1261 2 0 0 25 0 4 0 523212747 310251520 16517 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=302980 CPUtime=12.69 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 9993 0 0 0 1267 2 0 0 25 0 4 0 523212747 310251520 16517 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 302980

[startup+25.5012 s]
/proc/loadavg: 6.67 7.55 7.26 9/184 18782
/proc/meminfo: memFree=30686008/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=321004 CPUtime=101.84 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 64180 0 0 0 10170 14 0 0 25 0 4 0 523212747 328708096 23898 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 80251 23901 389 106 0 75222 0
[pid=18778/tid=18779] ppid=18776 vsize=321004 CPUtime=25.49 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 16853 0 0 0 2546 3 0 0 25 0 4 0 523212747 328708096 23903 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=321004 CPUtime=25.35 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 15902 0 0 0 2532 3 0 0 25 0 4 0 523212747 328708096 23904 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=321004 CPUtime=25.48 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 14511 0 0 0 2545 3 0 0 25 0 4 0 523212747 328708096 23905 33554432000 4194304 4627427 140735926499520 18446744073709551615 4429527 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 321004

[startup+51.1009 s]
/proc/loadavg: 7.12 7.58 7.28 9/184 18783
/proc/meminfo: memFree=30612432/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=323736 CPUtime=204.11 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 95664 0 0 0 20386 25 0 0 25 0 4 0 523212747 331505664 28304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 80934 28304 389 106 0 75905 0
[pid=18778/tid=18779] ppid=18776 vsize=323736 CPUtime=51.09 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 25416 0 0 0 5104 5 0 0 25 0 4 0 523212747 331505664 28304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=323736 CPUtime=50.81 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 24009 0 0 0 5075 6 0 0 25 0 4 0 523212747 331505664 28304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4338620 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=323736 CPUtime=51.09 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 21189 0 0 0 5103 6 0 0 25 0 4 0 523212747 331505664 28304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 323736

[startup+102.3 s]
/proc/loadavg: 7.65 7.65 7.31 9/184 18784
/proc/meminfo: memFree=30563784/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=332620 CPUtime=408.65 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 148285 0 0 0 40822 43 0 0 25 0 4 0 523212747 340602880 35132 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83155 35132 389 106 0 78126 0
[pid=18778/tid=18779] ppid=18776 vsize=332620 CPUtime=102.28 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 39602 0 0 0 10220 8 0 0 25 0 4 0 523212747 340602880 35132 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=332620 CPUtime=101.74 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 36057 0 0 0 10163 11 0 0 25 0 4 0 523212747 340602880 35132 33554432000 4194304 4627427 140735926499520 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=332620 CPUtime=102.29 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 35029 0 0 0 10219 10 0 0 25 0 4 0 523212747 340602880 35132 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 332620

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

[startup+102.406 s]
/proc/loadavg: 7.65 7.65 7.31 9/184 18784
/proc/meminfo: memFree=30563784/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=332620 CPUtime=409.05 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 148334 0 0 0 40862 43 0 0 25 0 4 0 523212747 340602880 35181 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83155 35181 389 106 0 78126 0
[pid=18778/tid=18779] ppid=18776 vsize=332620 CPUtime=102.38 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 39618 0 0 0 10230 8 0 0 25 0 4 0 523212747 340602880 35181 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=332620 CPUtime=101.84 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 36062 0 0 0 10173 11 0 0 25 0 4 0 523212747 340602880 35181 33554432000 4194304 4627427 140735926499520 18446744073709551615 4324294 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=332620 CPUtime=102.39 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 35044 0 0 0 10229 10 0 0 25 0 4 0 523212747 340602880 35181 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 409.05
Current children cumulated vsize (KiB) 332620

[startup+108.8 s]
/proc/loadavg: 7.68 7.65 7.32 9/184 18784
/proc/meminfo: memFree=30543444/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=332796 CPUtime=434.59 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 155834 0 0 0 43414 45 0 0 25 0 4 0 523212747 340783104 37685 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83199 37685 389 106 0 78170 0
[pid=18778/tid=18779] ppid=18776 vsize=332796 CPUtime=108.79 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 41020 0 0 0 10870 9 0 0 25 0 4 0 523212747 340783104 37685 33554432000 4194304 4627427 140735926499520 18446744073709551615 4333312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=332796 CPUtime=108.21 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 37398 0 0 0 10809 12 0 0 25 0 4 0 523212747 340783104 37685 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=332796 CPUtime=108.79 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 36359 0 0 0 10868 11 0 0 25 0 4 0 523212747 340783104 37685 33554432000 4194304 4627427 140735926499520 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 434.59
Current children cumulated vsize (KiB) 332796

[startup+112.001 s]
/proc/loadavg: 7.68 7.65 7.32 9/184 18784
/proc/meminfo: memFree=30540468/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=332888 CPUtime=447.38 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 158607 0 0 0 44692 46 0 0 25 0 4 0 523212747 340877312 37385 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83222 37385 389 106 0 78193 0
[pid=18778/tid=18779] ppid=18776 vsize=332888 CPUtime=111.98 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 41477 0 0 0 11189 9 0 0 25 0 4 0 523212747 340877312 37385 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=332888 CPUtime=111.39 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 38310 0 0 0 11127 12 0 0 25 0 4 0 523212747 340877312 37385 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=332888 CPUtime=111.99 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 36785 0 0 0 11188 11 0 0 25 0 4 0 523212747 340877312 37385 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 447.38
Current children cumulated vsize (KiB) 332888

[startup+115.201 s]
/proc/loadavg: 7.78 7.68 7.33 9/184 18785
/proc/meminfo: memFree=30540964/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=332964 CPUtime=460.16 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 161573 0 0 0 45969 47 0 0 25 0 4 0 523212747 340955136 37415 33554432000 4194304 4627427 140735926499520 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83241 37415 389 106 0 78212 0
[pid=18778/tid=18779] ppid=18776 vsize=332964 CPUtime=115.18 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 42544 0 0 0 11509 9 0 0 25 0 4 0 523212747 340955136 37415 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=332964 CPUtime=114.58 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 38759 0 0 0 11445 13 0 0 25 0 4 0 523212747 340955136 37415 33554432000 4194304 4627427 140735926499520 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=332964 CPUtime=115.19 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 37773 0 0 0 11507 12 0 0 25 0 4 0 523212747 340955136 37415 33554432000 4194304 4627427 140735926499520 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 460.16
Current children cumulated vsize (KiB) 332964

[startup+116.801 s]
/proc/loadavg: 7.78 7.68 7.33 9/184 18785
/proc/meminfo: memFree=30536248/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=333008 CPUtime=466.55 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 162966 0 0 0 46607 48 0 0 25 0 4 0 523212747 341000192 37304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83252 37304 389 106 0 78223 0
[pid=18778/tid=18779] ppid=18776 vsize=333008 CPUtime=116.79 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 42824 0 0 0 11669 10 0 0 25 0 4 0 523212747 341000192 37304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=333008 CPUtime=116.16 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 38943 0 0 0 11603 13 0 0 25 0 4 0 523212747 341000192 37304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=333008 CPUtime=116.79 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 37977 0 0 0 11667 12 0 0 25 0 4 0 523212747 341000192 37304 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 466.55
Current children cumulated vsize (KiB) 333008

[startup+117.201 s]
/proc/loadavg: 7.78 7.68 7.33 9/184 18785
/proc/meminfo: memFree=30536248/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=333008 CPUtime=468.15 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 163176 0 0 0 46767 48 0 0 25 0 4 0 523212747 341000192 37514 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83252 37514 389 106 0 78223 0
[pid=18778/tid=18779] ppid=18776 vsize=333008 CPUtime=117.19 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 42872 0 0 0 11709 10 0 0 25 0 4 0 523212747 341000192 37514 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=333008 CPUtime=116.56 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 38982 0 0 0 11643 13 0 0 25 0 4 0 523212747 341000192 37514 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=333008 CPUtime=117.19 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 38021 0 0 0 11707 12 0 0 25 0 4 0 523212747 341000192 37514 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 468.15
Current children cumulated vsize (KiB) 333008

[startup+117.601 s]
/proc/loadavg: 7.78 7.68 7.33 9/184 18785
/proc/meminfo: memFree=30536248/32950928 swapFree=67111448/67111528
[pid=18778] ppid=18776 vsize=333008 CPUtime=469.75 cores=1,3,5,7
/proc/18778/stat : 18778 (strangenight2-m) R 18776 18778 18155 0 -1 4202496 163388 0 0 0 46927 48 0 0 25 0 4 0 523212747 341000192 37726 33554432000 4194304 4627427 140735926499520 18446744073709551615 4325997 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18778/statm: 83252 37726 389 106 0 78223 0
[pid=18778/tid=18779] ppid=18776 vsize=333008 CPUtime=117.59 cores=1,3,5,7
/proc/18778/task/18779/stat : 18779 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 42929 0 0 0 11749 10 0 0 25 0 4 0 523212747 341000192 37726 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18778/tid=18780] ppid=18776 vsize=333008 CPUtime=116.96 cores=1,3,5,7
/proc/18778/task/18780/stat : 18780 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 39024 0 0 0 11683 13 0 0 25 0 4 0 523212747 341000192 37726 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18778/tid=18781] ppid=18776 vsize=333008 CPUtime=117.59 cores=1,3,5,7
/proc/18778/task/18781/stat : 18781 (strangenight2-m) R 18776 18778 18155 0 -1 4202560 38058 0 0 0 11747 12 0 0 25 0 4 0 523212747 341000192 37726 33554432000 4194304 4627427 140735926499520 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 469.75
Current children cumulated vsize (KiB) 333008

Child status: 10
Real time (s): 117.684
CPU time (s): 470.066
CPU user time (s): 469.574
CPU system time (s): 0.491925
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 333008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 469.574
system time used= 0.491925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163439
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= 348
involuntary context switches= 2030

runsolver used 0.199969 second user time and 0.444932 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 00:29:00
IDJOB=3174252
IDBENCH=83070
IDSOLVER=1586
FILE ID=node126/3174252-1304116140
RUNJOBID= node126-1304116137-18726
PBS_JOBID= 13170683
Free space on /tmp= 71592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174252-1304116140/watcher-3174252-1304116140 -o /tmp/evaluation-result-3174252-1304116140/solver-3174252-1304116140 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174252-1304116140.cnf

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

MD5SUM BENCH= 7ba801e5e19de5d13bce0ebc43b52968
RANDOM SEED=355211078

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30854444 kB
Buffers:        261664 kB
Cached:        1419952 kB
SwapCached:         76 kB
Active:         180632 kB
Inactive:      1605256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30854444 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           11248 kB
Writeback:           0 kB
AnonPages:      103836 kB
Mapped:          15464 kB
Slab:           247676 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   315260 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= 71588 MiB
End job on node126 at 2011-04-30 00:30:58