Trace number 3368724

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-1-mt (fixed)SAT 459.89 115.56

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1946851065-023.SATISFIABLE.cnf
MD5SUM96b76a29d6976e3cb9111f511d66ef22
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.001999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368724-1305401675.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1491/1491 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 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:    350 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:         1  cl-subs:        2  v-elim:     15  v-fix:    0  time:  0.00 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:     149 undec:      53 neg:     148
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0       335      1471         1         0      4493         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.51/0.14	c  N st     8      4915       335      1471         1      4787      4493     89815   no data   no data  --
1.17/0.35	c  N st    10     11300       335      1471         1      4443      4493     61785   no data   no data  --
1.97/0.58	c  N st    11     17043       335      1471         1     10019      4493    157749   no data   no data  --
3.58/0.94	c  F st    12     25000       335      1471         1     12202      4493    189746   no data   no data  --
3.58/0.95	c  N st    12     25000       335      1471         1     12202      4493    189746   no data   no data  --
4.40/1.18	c Decided on static restart strategy
4.40/1.18	c  N st    18     30001       335      1471         1     10540      4493    153109   no data   no data  --
4.40/1.18	c  S st    18     30001       335      1471         1     10540      4493    153109   no data   no data  --
4.81/1.21	c  S st    18     30502       335      1471         1     11040      4493    162725   no data   no data  --
4.81/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.81/1.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.81/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.81/1.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.81/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
4.81/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.36	c lits-rem:       231  cl-subs:     1128  v-elim:      0  v-fix:    0  time:  0.58 s
5.16/1.37	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.03
5.16/1.37	c calculated reachability. Time: 0.00
5.16/1.37	c  N st    18     30502       335      1471         1      9912      4493    143842   no data   no data  --
6.76/1.78	c  N st    20     37612       335      1471         1      9184      4493    116414   no data   no data  --
8.37/2.10	c  N st    21     44011       335      1471         1     15393      4493    236329   no data   no data  --
8.37/2.21	c  S st    22     45753       335      1471         1     17081      4493    265842   no data   no data  --
8.80/2.25	c  S st    22     46258       335      1471         1      8914      4493    101734   no data   no data  --
8.80/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/2.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.80/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.80/2.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
8.80/2.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.80/2.30	c lits-rem:        23  cl-subs:      166  v-elim:      0  v-fix:    0  time:  0.16 s
8.80/2.30	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
8.80/2.30	c vivif2 --  cl tried     8748 cl shrink        0 lits rem          0 time: 0.00
9.19/2.31	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.02
9.19/2.31	c calculated reachability. Time: 0.00
9.19/2.31	c  N st    22     46258       335      1471         1      8748      4493     99264   no data   no data  --
12.36/3.14	c  N st    23     60655       335      1471         1     13056      4493    169642   no data   no data  --
14.75/3.77	c  N st    24     69388       335      1471         1     10849      4493    121634   no data   no data  --
14.75/3.77	c  S st    24     69388       335      1471         1     10849      4493    121634   no data   no data  --
15.15/3.80	c  S st    24     69894       335      1471         1     11354      4493    131436   no data   no data  --
15.15/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.15/3.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.15/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
15.15/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.92	c lits-rem:        58  cl-subs:      178  v-elim:      0  v-fix:    0  time:  0.44 s
15.55/3.92	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
15.55/3.92	c vivif2 --  cl tried    11176 cl shrink        0 lits rem          0 time: 0.00
15.55/3.93	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.03
15.55/3.93	c calculated reachability. Time: 0.00
15.55/3.93	c  N st    24     69894       335      1471         1     11176      4493    128563   no data   no data  --
20.33/5.16	c  F st    25     87500       335      1471         1     16553      4493    215521   no data   no data  --
20.33/5.17	c  N st    25     87500       335      1471         1     16553      4493    215521   no data   no data  --
21.96/5.54	c Decided on static restart strategy
22.73/5.76	c  N st    32     95539       335      1471         1     24309      4493    351498   no data   no data  --
25.53/6.44	c  N st    34    104843       335      1471         1     20765      4493    280972   no data   no data  --
25.53/6.44	c  S st    34    104843       335      1471         1     20765      4493    280972   no data   no data  --
25.93/6.50	c  S st    34    105344       335      1471         1     21262      4493    290924   no data   no data  --
25.93/6.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.93/6.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.93/6.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.93/6.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.93/6.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.93/6.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
25.93/6.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.32/7.16	c lits-rem:       340  cl-subs:     1624  v-elim:      0  v-fix:    0  time:  2.58 s
28.32/7.16	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
28.32/7.16	c vivif2 --  cl tried    19638 cl shrink        0 lits rem          0 time: 0.01
28.32/7.18	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.06
28.32/7.18	c calculated reachability. Time: 0.00
28.32/7.18	c  N st    34    105344       335      1471         1     19638      4493    263208   no data   no data  --
31.51/7.91	c  N st    35    114944       335      1471         1     15386      4493    170570   no data   no data  --
36.70/9.28	c  N st    36    129341       335      1471         1     14826      4493    149700   no data   no data  --
43.92/11.08	c  N st    37    150937       335      1471         1     20225      4493    237048   no data   no data  --
46.28/11.67	c  S st    38    158016       335      1471         1     27071      4493    370975   no data   no data  --
46.68/11.74	c  S st    38    158517       335      1471         1     27571      4493    380713   no data   no data  --
46.68/11.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.68/11.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.68/11.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
46.68/11.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.68/11.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.68/11.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
46.68/11.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.08/12.89	c lits-rem:       536  cl-subs:     1968  v-elim:      0  v-fix:    0  time:  4.50 s
51.08/12.89	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
51.08/12.89	c vivif2 --  cl tried    25603 cl shrink        0 lits rem          0 time: 0.02
51.48/12.91	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.08
51.48/12.91	c calculated reachability. Time: 0.00
51.48/12.91	c  N st    38    158517       335      1471         1     25603      4493    346691   no data   no data  --
69.44/17.48	c  N st    39    207105       335      1471         1     20336      4493    215475   no data   no data  --
80.21/20.19	c  N st    40    237775       335      1471         1     30599      4493    391538   no data   no data  --
80.21/20.19	c  S st    40    237775       335      1471         1     30599      4493    391538   no data   no data  --
80.61/20.28	c  S st    40    238278       335      1471         1     31100      4493    401183   no data   no data  --
80.61/20.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.61/20.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.61/20.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
81.02/20.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.02/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.02/20.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
81.02/20.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.21/21.62	c lits-rem:       376  cl-subs:     2420  v-elim:      0  v-fix:    0  time:  5.25 s
86.21/21.62	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
86.21/21.63	c vivif2 --  cl tried    28680 cl shrink        0 lits rem          0 time: 0.02
86.21/21.65	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.09
86.21/21.65	c calculated reachability. Time: 0.00
86.21/21.65	c  N st    40    238278       335      1471         1     28680      4493    360867   no data   no data  --
112.95/28.35	c  F st    41    306250       335      1471         1     30728      4493    371229   no data   no data  --
112.95/28.35	c  N st    41    306250       335      1471         1     30728      4493    371229   no data   no data  --
115.34/28.93	c Decided on static restart strategy
126.13/31.68	c  N st    51    334556       335      1471         1     34873      4493    436928   no data   no data  --
136.90/34.33	c  N st    53    357420       335      1471         1     32931      4493    406897   no data   no data  --
136.90/34.33	c  S st    53    357420       335      1471         1     32931      4493    406897   no data   no data  --
137.29/34.41	c  S st    53    357921       335      1471         1     33429      4493    416815   no data   no data  --
137.29/34.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.29/34.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
137.29/34.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
137.29/34.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.29/34.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.29/34.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
137.29/34.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.48/35.76	c lits-rem:       582  cl-subs:     1386  v-elim:      0  v-fix:    0  time:  5.28 s
142.48/35.76	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
142.48/35.76	c vivif2 --  cl tried    32043 cl shrink        0 lits rem          0 time: 0.02
142.48/35.79	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.10
142.48/35.79	c calculated reachability. Time: 0.00
142.48/35.79	c  N st    53    357921       335      1471         1     32043      4493    386482   no data   no data  --
158.85/39.81	c  N st    54    390315       335      1471         1     38233      4493    481839   no data   no data  --
185.19/46.44	c  N st    55    438906       335      1471         1     31961      4493    337880   no data   no data  --
224.71/56.35	c  N st    56    511788       335      1471         1     45356      4493    550641   no data   no data  --
239.88/60.12	c  N st    57    536881       335      1471         1     39667      4493    441876   no data   no data  --
239.88/60.12	c  S st    57    536881       335      1471         1     39667      4493    441876   no data   no data  --
240.28/60.22	c  S st    57    537385       335      1471         1     40169      4493    451578   no data   no data  --
240.28/60.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
240.28/60.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
240.28/60.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
240.28/60.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.28/60.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.28/60.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
240.28/60.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.31/61.71	c lits-rem:       770  cl-subs:     2056  v-elim:      0  v-fix:    0  time:  5.80 s
246.31/61.71	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
246.31/61.71	c vivif2 --  cl tried    38113 cl shrink        0 lits rem          0 time: 0.02
246.31/61.74	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.12
246.31/61.74	c calculated reachability. Time: 0.00
246.31/61.74	c  N st    57    537385       335      1471         1     38113      4493    418444   no data   no data  --
340.47/85.32	c  N st    58    701369       335      1471         1     66882      4493    902357   no data   no data  --
410.73/102.91	c  N st    59    806077       335      1471         1     60397      4493    710362   no data   no data  --
410.73/102.91	c  S st    59    806077       335      1471         1     60397      4493    710362   no data   no data  --
411.13/103.08	c  S st    59    806583       335      1471         1     60901      4493    720426   no data   no data  --
411.13/103.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
411.13/103.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
411.53/103.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
411.53/103.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
411.53/103.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.53/103.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
411.53/103.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.31/106.32	c lits-rem:      1964  cl-subs:     8270  v-elim:      0  v-fix:    0  time: 12.74 s
424.31/106.32	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
424.31/106.33	c vivif2 --  cl tried    52631 cl shrink        0 lits rem          0 time: 0.03
424.31/106.39	c asymm  cl-useful: 0/1471/1471 lits-rem:0 time: 0.25
424.31/106.39	c calculated reachability. Time: 0.00
424.31/106.39	c  N st    59    806583       335      1471         1     52631      4493    598488   no data   no data  --
459.78/115.55	c Following stats are for *FIRST FINISHED THREAD ONLY*
459.78/115.55	c num threads              : 4          
459.78/115.55	c restarts                 : 58         
459.78/115.55	c dynamic restarts         : 0          
459.78/115.55	c static restarts          : 58         
459.78/115.55	c full restarts            : 3          
459.78/115.55	c total simplify time      : 0.00       
459.78/115.55	c learnts DL2              : 0          
459.78/115.55	c learnts size 2           : 1          
459.78/115.55	c learnts size 1           : 0           (0.00      % of vars)
459.78/115.55	c filedLit time            : 0.22        (0.05      % time)
459.78/115.55	c v-elim SatELite          : 15          (4.29      % vars)
459.78/115.55	c SatELite time            : 28.71       (6.25      % time)
459.78/115.55	c v-elim xor               : 0           (0.00      % vars)
459.78/115.55	c xor elim time            : 0.03        (0.01      % time)
459.78/115.55	c num binary xor trees     : 0          
459.78/115.55	c binxor trees' crown      : 0           (nan       leafs/tree)
459.78/115.55	c bin xor find time        : 0.00       
459.78/115.55	c OTF clause improved      : 32095       (0.04      clauses/conflict)
459.78/115.55	c OTF impr. size diff      : 33469       (1.04       lits/clause)
459.78/115.55	c OTF cl watch-shrink      : 197632      (0.23      clauses/conflict)
459.78/115.55	c OTF cl watch-sh-lit      : 248981      (1.26       lits/clause)
459.78/115.55	c tried to recurMin cls    : 116708      (13.57      % of conflicts)
459.78/115.55	c updated cache            : 668         (0.01       lits/tried recurMin)
459.78/115.55	c unit cls received        : 0           (nan       % of units)
459.78/115.55	c unit cls sent            : 0           (nan       % of units)
459.78/115.55	c bin cls received         : 0          
459.78/115.55	c bin cls sent             : 0          
459.78/115.55	c clauses over max glue    : 0           (0.00      % of all clauses)
459.78/115.55	c conflicts                : 860084      (1871.64   / sec)
459.78/115.55	c decisions                : 1008376     (1.02      % random)
459.78/115.55	c bogo-props               : 13402607083 (29165576.07 / sec)
459.78/115.55	c conflict literals        : 15487432    (25.52     % deleted)
459.78/115.55	c Memory used              : 312.47      MB
459.78/115.55	c single-thread CPU time   : 459.54      s
459.78/115.55	c all-threads sum CPU time : 459.54      s
459.78/115.55	s SATISFIABLE
459.78/115.55	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 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-3368724-1305401675/watcher-3368724-1305401675 -o /tmp/evaluation-result-3368724-1305401675/solver-3368724-1305401675 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368724-1305401675.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.44 7.98 7.94 6/277 31389
/proc/meminfo: memFree=25127476/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 412 0 0 0 2 0 0 0 25 0 4 0 730398066 52465664 352 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505911208 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 12809 352 303 112 0 7774 0
[pid=31389/tid=31390] ppid=31387 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730398066 52465664 352 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505911216 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730398066 52465664 352 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505911218 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730398066 52465664 352 33554432000 4194304 4650419 140733604743792 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.13545 s]
/proc/loadavg: 7.44 7.98 7.94 6/277 31389
/proc/meminfo: memFree=25127476/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=282320 CPUtime=0.51 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 1635 0 0 0 51 0 0 0 18 0 4 0 730398066 289095680 1529 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 70580 1529 393 112 0 65545 0
[pid=31389/tid=31390] ppid=31387 vsize=282320 CPUtime=0.13 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 294 0 0 0 13 0 0 0 18 0 4 0 730398066 289095680 1529 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=282320 CPUtime=0.13 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 332 0 0 0 13 0 0 0 18 0 4 0 730398066 289095680 1529 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=282320 CPUtime=0.12 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 242 0 0 0 12 0 0 0 25 0 4 0 730398066 289095680 1529 33554432000 4194304 4650419 140733604743792 18446744073709551615 260020439130 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 282320

[startup+0.200479 s]
/proc/loadavg: 7.44 7.98 7.94 6/277 31389
/proc/meminfo: memFree=25127476/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=283124 CPUtime=0.77 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 2118 0 0 0 77 0 0 0 18 0 4 0 730398066 289918976 1568 33554432000 4194304 4650419 140733604743792 18446744073709551615 4367287 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 70781 1568 393 112 0 65746 0
[pid=31389/tid=31390] ppid=31387 vsize=283124 CPUtime=0.19 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 403 0 0 0 19 0 0 0 18 0 4 0 730398066 289918976 1568 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=283124 CPUtime=0.19 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 448 0 0 0 19 0 0 0 18 0 4 0 730398066 289918976 1568 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=283124 CPUtime=0.18 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 371 0 0 0 18 0 0 0 25 0 4 0 730398066 289918976 1568 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283124

[startup+0.30046 s]
/proc/loadavg: 7.44 7.98 7.94 6/277 31389
/proc/meminfo: memFree=25127476/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=283124 CPUtime=1.17 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 2450 0 0 0 117 0 0 0 18 0 4 0 730398066 289918976 1900 33554432000 4194304 4650419 140733604743792 18446744073709551615 4330601 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 70781 1900 393 112 0 65746 0
[pid=31389/tid=31390] ppid=31387 vsize=283124 CPUtime=0.29 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 483 0 0 0 29 0 0 0 18 0 4 0 730398066 289918976 1900 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=283124 CPUtime=0.29 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 533 0 0 0 29 0 0 0 18 0 4 0 730398066 289918976 1900 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=283124 CPUtime=0.28 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 464 0 0 0 28 0 0 0 25 0 4 0 730398066 289918976 1900 33554432000 4194304 4650419 140733604743792 18446744073709551615 4360403 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283124

[startup+0.700387 s]
/proc/loadavg: 7.44 7.98 7.94 6/277 31389
/proc/meminfo: memFree=25127476/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=284580 CPUtime=2.78 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 4283 0 0 0 277 1 0 0 18 0 4 0 730398066 291409920 2215 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 71145 2215 393 112 0 66110 0
[pid=31389/tid=31390] ppid=31387 vsize=284580 CPUtime=0.69 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 957 0 0 0 69 0 0 0 18 0 4 0 730398066 291409920 2215 33554432000 4194304 4650419 140733604743792 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=284580 CPUtime=0.69 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 982 0 0 0 69 0 0 0 18 0 4 0 730398066 291409920 2215 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=284580 CPUtime=0.68 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 919 0 0 0 68 0 0 0 25 0 4 0 730398066 291409920 2215 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284580

[startup+1.50024 s]
/proc/loadavg: 7.49 7.98 7.94 9/281 31393
/proc/meminfo: memFree=25099668/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=276372 CPUtime=5.96 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 7580 0 0 0 595 1 0 0 20 0 4 0 730398066 283004928 3858 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 69093 3859 395 112 0 64058 0
[pid=31389/tid=31390] ppid=31387 vsize=276372 CPUtime=1.49 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 1594 0 0 0 149 0 0 0 19 0 4 0 730398066 283004928 3859 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=276372 CPUtime=1.49 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 1683 0 0 0 149 0 0 0 20 0 4 0 730398066 283004928 3859 33554432000 4194304 4650419 140733604743792 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=276372 CPUtime=1.47 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 1348 0 0 0 147 0 0 0 25 0 4 0 730398066 283004928 3859 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 276372

[startup+3.10095 s]
/proc/loadavg: 7.49 7.98 7.94 9/281 31393
/proc/meminfo: memFree=25082436/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=289160 CPUtime=12.36 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 14427 0 0 0 1233 3 0 0 25 0 4 0 730398066 296099840 8322 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 72290 8322 395 112 0 67255 0
[pid=31389/tid=31390] ppid=31387 vsize=289160 CPUtime=3.09 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 3385 0 0 0 309 0 0 0 25 0 4 0 730398066 296099840 8322 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=289160 CPUtime=3.09 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 3671 0 0 0 309 0 0 0 25 0 4 0 730398066 296099840 8322 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=289160 CPUtime=3.06 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 3407 0 0 0 306 0 0 0 25 0 4 0 730398066 296099840 8322 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 289160

[startup+6.30036 s]
/proc/loadavg: 7.49 7.98 7.94 9/281 31393
/proc/meminfo: memFree=25054768/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=298496 CPUtime=25.13 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 21021 0 0 0 2509 4 0 0 25 0 4 0 730398066 305659904 10987 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 74624 10987 395 112 0 69589 0
[pid=31389/tid=31390] ppid=31387 vsize=298496 CPUtime=6.29 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 5154 0 0 0 629 0 0 0 25 0 4 0 730398066 305659904 10987 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=298496 CPUtime=6.29 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 5721 0 0 0 628 1 0 0 25 0 4 0 730398066 305659904 10987 33554432000 4194304 4650419 140733604743792 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=298496 CPUtime=6.23 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 4655 0 0 0 623 0 0 0 25 0 4 0 730398066 305659904 10987 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 298496

[startup+12.7012 s]
/proc/loadavg: 7.57 7.98 7.94 9/281 31393
/proc/meminfo: memFree=25010064/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=298980 CPUtime=50.68 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 32523 0 0 0 5062 6 0 0 25 0 4 0 730398066 306155520 16365 33554432000 4194304 4650419 140733604743792 18446744073709551615 4439089 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 74745 16365 395 112 0 69710 0
[pid=31389/tid=31390] ppid=31387 vsize=298980 CPUtime=12.69 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 8018 0 0 0 1268 1 0 0 25 0 4 0 730398066 306155520 16365 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=298980 CPUtime=12.69 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 8421 0 0 0 1268 1 0 0 25 0 4 0 730398066 306155520 16365 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=298980 CPUtime=12.58 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 6919 0 0 0 1257 1 0 0 25 0 4 0 730398066 306155520 16365 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 298980

[startup+25.5008 s]
/proc/loadavg: 7.63 7.98 7.94 9/281 31394
/proc/meminfo: memFree=24969632/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=299732 CPUtime=101.77 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 49225 0 0 0 10167 10 0 0 25 0 4 0 730398066 306925568 19530 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 74933 19530 395 112 0 69898 0
[pid=31389/tid=31390] ppid=31387 vsize=299732 CPUtime=25.49 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 12321 0 0 0 2547 2 0 0 25 0 4 0 730398066 306925568 19530 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=299732 CPUtime=25.49 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 12932 0 0 0 2546 3 0 0 25 0 4 0 730398066 306925568 19530 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=299732 CPUtime=25.27 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 9735 0 0 0 2526 1 0 0 25 0 4 0 730398066 306925568 19530 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 299732

[startup+51.1011 s]
/proc/loadavg: 7.82 7.99 7.94 9/281 31394
/proc/meminfo: memFree=24938332/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=314156 CPUtime=203.95 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 77118 0 0 0 20379 16 0 0 25 0 4 0 730398066 321695744 25603 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78539 25603 395 112 0 73504 0
[pid=31389/tid=31390] ppid=31387 vsize=314156 CPUtime=51.08 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 20143 0 0 0 5105 3 0 0 25 0 4 0 730398066 321695744 25603 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=314156 CPUtime=51.09 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 20133 0 0 0 5104 5 0 0 25 0 4 0 730398066 321695744 25603 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=314156 CPUtime=50.66 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 15067 0 0 0 5064 2 0 0 25 0 4 0 730398066 321695744 25603 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 314156

[startup+102.301 s]
/proc/loadavg: 8.08 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24857348/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=315444 CPUtime=408.37 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 116154 0 0 0 40807 30 0 0 25 0 4 0 730398066 323014656 30852 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78861 30852 395 112 0 73826 0
[pid=31389/tid=31390] ppid=31387 vsize=315444 CPUtime=102.29 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 30807 0 0 0 10222 7 0 0 25 0 4 0 730398066 323014656 30852 33554432000 4194304 4650419 140733604743792 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=315444 CPUtime=102.3 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 30784 0 0 0 10222 8 0 0 25 0 4 0 730398066 323014656 30852 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=315444 CPUtime=101.45 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 21959 0 0 0 10141 4 0 0 25 0 4 0 730398066 323014656 30852 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 315444

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

[startup+102.411 s]
/proc/loadavg: 8.08 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24857348/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=315444 CPUtime=408.77 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 116548 0 0 0 40847 30 0 0 25 0 4 0 730398066 323014656 31246 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78861 31246 395 112 0 73826 0
[pid=31389/tid=31390] ppid=31387 vsize=315444 CPUtime=102.39 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 30821 0 0 0 10232 7 0 0 25 0 4 0 730398066 323014656 31246 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=315444 CPUtime=102.4 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 30793 0 0 0 10232 8 0 0 25 0 4 0 730398066 323014656 31246 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=315444 CPUtime=101.55 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 22319 0 0 0 10151 4 0 0 25 0 4 0 730398066 323014656 31246 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.77
Current children cumulated vsize (KiB) 315444

[startup+108.8 s]
/proc/loadavg: 8.07 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24861308/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=315532 CPUtime=434.29 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 122914 0 0 0 43396 33 0 0 25 0 4 0 730398066 323104768 34107 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78883 34107 395 112 0 73848 0
[pid=31389/tid=31390] ppid=31387 vsize=315532 CPUtime=108.78 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 32133 0 0 0 10870 8 0 0 25 0 4 0 730398066 323104768 34107 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=315532 CPUtime=108.79 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 32165 0 0 0 10870 9 0 0 25 0 4 0 730398066 323104768 34107 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=315532 CPUtime=107.9 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 23545 0 0 0 10785 5 0 0 25 0 4 0 730398066 323104768 34107 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 434.29
Current children cumulated vsize (KiB) 315532

[startup+112.001 s]
/proc/loadavg: 8.07 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24867384/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=315628 CPUtime=447.06 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 125208 0 0 0 44673 33 0 0 25 0 4 0 730398066 323203072 33757 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78907 33757 395 112 0 73872 0
[pid=31389/tid=31390] ppid=31387 vsize=315628 CPUtime=111.98 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 32993 0 0 0 11190 8 0 0 25 0 4 0 730398066 323203072 33757 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=315628 CPUtime=111.99 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 32465 0 0 0 11190 9 0 0 25 0 4 0 730398066 323203072 33757 33554432000 4194304 4650419 140733604743792 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=315628 CPUtime=111.08 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 23788 0 0 0 11103 5 0 0 25 0 4 0 730398066 323203072 33757 33554432000 4194304 4650419 140733604743792 18446744073709551615 4363411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 447.06
Current children cumulated vsize (KiB) 315628

[startup+113.601 s]
/proc/loadavg: 8.07 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24865272/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=315688 CPUtime=453.44 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 126567 0 0 0 45310 34 0 0 25 0 4 0 730398066 323264512 32438 33554432000 4194304 4650419 140733604743792 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78922 32438 395 112 0 73887 0
[pid=31389/tid=31390] ppid=31387 vsize=315688 CPUtime=113.58 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 33190 0 0 0 11350 8 0 0 25 0 4 0 730398066 323264512 32438 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=315688 CPUtime=113.59 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 33219 0 0 0 11350 9 0 0 25 0 4 0 730398066 323264512 32438 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=315688 CPUtime=112.66 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 23992 0 0 0 11261 5 0 0 25 0 4 0 730398066 323264512 32438 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 453.44
Current children cumulated vsize (KiB) 315688

[startup+114.4 s]
/proc/loadavg: 8.07 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24858328/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=315688 CPUtime=456.67 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) R 31387 31389 31021 0 -1 4202496 127669 0 0 0 45633 34 0 0 25 0 4 0 730398066 323264512 33496 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 78922 33496 395 112 0 73887 0
[pid=31389/tid=31390] ppid=31387 vsize=315688 CPUtime=114.39 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 33279 0 0 0 11431 8 0 0 25 0 4 0 730398066 323264512 33496 33554432000 4194304 4650419 140733604743792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=315688 CPUtime=114.4 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 34144 0 0 0 11431 9 0 0 25 0 4 0 730398066 323264512 33496 33554432000 4194304 4650419 140733604743792 18446744073709551615 4443768 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=315688 CPUtime=113.46 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 23992 0 0 0 11341 5 0 0 25 0 4 0 730398066 323264512 33496 33554432000 4194304 4650419 140733604743792 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 456.67
Current children cumulated vsize (KiB) 315688

[startup+115.2 s]
/proc/loadavg: 8.07 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24858328/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=319964 CPUtime=459.17 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) S 31387 31389 31021 0 -1 4202496 127794 0 0 0 45883 34 0 0 25 0 4 0 730398066 327643136 33619 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505910836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 79991 33619 395 112 0 74956 0
[pid=31389/tid=31390] ppid=31387 vsize=319964 CPUtime=115.18 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 33316 0 0 0 11510 8 0 0 25 0 4 0 730398066 327643136 33619 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505886404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=319964 CPUtime=115.19 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 34201 0 0 0 11510 9 0 0 25 0 4 0 730398066 327643136 33619 33554432000 4194304 4650419 140733604743792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=319964 CPUtime=113.92 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) S 31387 31389 31021 0 -1 4202560 23992 0 0 0 11387 5 0 0 25 0 4 0 730398066 327643136 33619 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505910836 0 0 4096 2 18446604446184581056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 459.17
Current children cumulated vsize (KiB) 319964

[startup+115.4 s]
/proc/loadavg: 8.07 8.04 7.96 9/281 31396
/proc/meminfo: memFree=24858328/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=319964 CPUtime=459.57 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) S 31387 31389 31021 0 -1 4202496 128163 0 0 0 45923 34 0 0 25 0 4 0 730398066 327643136 33987 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505910836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 79991 33987 395 112 0 74956 0
[pid=31389/tid=31390] ppid=31387 vsize=319964 CPUtime=115.38 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 33316 0 0 0 11530 8 0 0 25 0 4 0 730398066 327643136 33987 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505886251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=319964 CPUtime=115.39 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 34570 0 0 0 11530 9 0 0 25 0 4 0 730398066 327643136 33987 33554432000 4194304 4650419 140733604743792 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=319964 CPUtime=113.92 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) S 31387 31389 31021 0 -1 4202560 23992 0 0 0 11387 5 0 0 25 0 4 0 730398066 327643136 33987 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505910836 0 0 4096 2 18446604446184581056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 459.57
Current children cumulated vsize (KiB) 319964

[startup+115.5 s]
/proc/loadavg: 8.07 8.04 7.96 8/281 31396
/proc/meminfo: memFree=24849524/32951124 swapFree=67083432/67111528
[pid=31389] ppid=31387 vsize=319964 CPUtime=459.78 cores=0,2,4,6
/proc/31389/stat : 31389 (strangenight1-m) S 31387 31389 31021 0 -1 4202496 128223 0 0 0 45944 34 0 0 25 0 4 0 730398066 327643136 34047 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505910836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31389/statm: 79991 34047 395 112 0 74956 0
[pid=31389/tid=31390] ppid=31387 vsize=319964 CPUtime=115.49 cores=0,2,4,6
/proc/31389/task/31390/stat : 31390 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 33316 0 0 0 11541 8 0 0 25 0 4 0 730398066 327643136 34047 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505886251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31389/tid=31391] ppid=31387 vsize=319964 CPUtime=115.5 cores=0,2,4,6
/proc/31389/task/31391/stat : 31391 (strangenight1-m) R 31387 31389 31021 0 -1 4202560 34630 0 0 0 11541 9 0 0 25 0 4 0 730398066 327643136 34047 33554432000 4194304 4650419 140733604743792 18446744073709551615 4540584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=319964 CPUtime=113.92 cores=0,2,4,6
/proc/31389/task/31392/stat : 31392 (strangenight1-m) S 31387 31389 31021 0 -1 4202560 23992 0 0 0 11387 5 0 0 25 0 4 0 730398066 327643136 34047 33554432000 4194304 4650419 140733604743792 18446744073709551615 47528505910836 0 0 4096 2 18446604446184581056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 459.78
Current children cumulated vsize (KiB) 319964

Child status: 10
Real time (s): 115.56
CPU time (s): 459.89
CPU user time (s): 459.537
CPU system time (s): 0.352946
CPU usage (%): 397.965
Max. virtual memory (cumulated for all children) (KiB): 326004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.537
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128231
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= 243
involuntary context switches= 2401

runsolver used 0.289955 second user time and 0.668898 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 21:34:35
IDJOB=3368724
IDBENCH=82733
IDSOLVER=1846
FILE ID=node110/3368724-1305401675
RUNJOBID= node110-1305401673-31336
PBS_JOBID= 13324476
Free space on /tmp= 73588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1946851065-023.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368724-1305401675/watcher-3368724-1305401675 -o /tmp/evaluation-result-3368724-1305401675/solver-3368724-1305401675 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368724-1305401675.cnf

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

MD5SUM BENCH= 96b76a29d6976e3cb9111f511d66ef22
RANDOM SEED=1877190170

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25127632 kB
Buffers:        276668 kB
Cached:        4040816 kB
SwapCached:       1440 kB
Active:        4309956 kB
Inactive:      3183904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25127632 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           12768 kB
Writeback:           0 kB
AnonPages:     3174772 kB
Mapped:          23384 kB
Slab:           246676 kB
PageTables:      20512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46215848 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= 73580 MiB
End job on node110 at 2011-05-14 21:36:30