Trace number 3369010

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 546.076 136.932

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1023920765-089.SATISFIABLE.cnf
MD5SUMea9dfa5adeec712c099d553962345305
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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-3369010-1305410264.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1704/1704 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:    400 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     169 undec:      45 neg:     186
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       390      1688         0         0      5111         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.37/0.14	c  N st     8      4919       390      1688         0      4797      5111     95480   no data   no data  --
1.17/0.37	c  N st    10     11303       390      1688         0      4468      5111     66472   no data   no data  --
2.37/0.61	c  N st    11     17046       390      1688         0     10033      5111    185933   no data   no data  --
3.99/1.01	c  F st    12     25001       390      1688         0     12240      5111    228103   no data   no data  --
3.99/1.01	c  N st    12     25001       390      1688         0     12240      5111    228103   no data   no data  --
4.76/1.24	c Decided on static restart strategy
4.76/1.24	c  N st    18     30000       390      1688         0     10573      5111    172798   no data   no data  --
4.76/1.24	c  S st    18     30000       390      1688         0     10573      5111    172798   no data   no data  --
4.76/1.27	c  S st    18     30505       390      1688         0     11077      5111    182769   no data   no data  --
4.76/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.76/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.76/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
4.76/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.45	c lits-rem:       143  cl-subs:      942  v-elim:      0  v-fix:    0  time:  0.68 s
5.55/1.46	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.03
5.55/1.46	c calculated reachability. Time: 0.00
5.55/1.46	c  N st    18     30505       390      1688         0     10135      5111    163844   no data   no data  --
7.16/1.81	c  N st    20     37620       390      1688         0      9437      5111    136951   no data   no data  --
8.37/2.17	c  N st    21     44022       390      1688         0     15650      5111    270346   no data   no data  --
8.79/2.29	c  S st    22     45758       390      1688         0     17351      5111    306845   no data   no data  --
9.14/2.34	c  S st    22     46262       390      1688         0      9158      5111    116745   no data   no data  --
9.14/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.14/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.14/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
9.14/2.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.40	c lits-rem:        35  cl-subs:       75  v-elim:      0  v-fix:    0  time:  0.21 s
9.14/2.40	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
9.54/2.40	c vivif2 --  cl tried     9083 cl shrink        0 lits rem          0 time: 0.00
9.54/2.40	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.03
9.54/2.40	c calculated reachability. Time: 0.00
9.54/2.40	c  N st    22     46262       390      1688         0      9083      5111    115115   no data   no data  --
12.76/3.23	c  N st    23     60660       390      1688         0     13421      5111    206736   no data   no data  --
15.13/3.90	c  N st    24     69393       390      1688         0     11208      5111    146265   no data   no data  --
15.53/3.90	c  S st    24     69393       390      1688         0     11208      5111    146265   no data   no data  --
15.53/3.93	c  S st    24     69894       390      1688         0     11708      5111    156024   no data   no data  --
15.53/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.53/3.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.53/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
15.53/3.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.93/4.07	c lits-rem:        78  cl-subs:      157  v-elim:      0  v-fix:    0  time:  0.55 s
15.93/4.07	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
15.93/4.08	c vivif2 --  cl tried    11551 cl shrink        0 lits rem          0 time: 0.00
15.93/4.08	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.04
15.93/4.09	c calculated reachability. Time: 0.00
15.93/4.09	c  N st    24     69894       390      1688         0     11551      5111    152506   no data   no data  --
21.11/5.39	c  F st    25     87503       390      1688         0     16961      5111    249201   no data   no data  --
21.11/5.39	c  N st    25     87503       390      1688         0     16961      5111    249201   no data   no data  --
22.70/5.74	c Decided on static restart strategy
23.50/5.97	c  N st    32     95543       390      1688         0     24781      5111    409648   no data   no data  --
25.92/6.60	c  N st    34    104841       390      1688         0     21237      5111    332834   no data   no data  --
25.92/6.60	c  S st    34    104841       390      1688         0     21237      5111    332834   no data   no data  --
26.34/6.66	c  S st    34    105344       390      1688         0     21740      5111    342955   no data   no data  --
26.34/6.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.34/6.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.34/6.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
26.34/6.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.34/6.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.34/6.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
26.34/6.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.49/7.45	c lits-rem:       553  cl-subs:     1034  v-elim:      0  v-fix:    0  time:  3.10 s
29.49/7.45	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
29.49/7.45	c vivif2 --  cl tried    20706 cl shrink        0 lits rem          0 time: 0.01
29.49/7.47	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.06
29.49/7.47	c calculated reachability. Time: 0.00
29.49/7.47	c  N st    34    105344       390      1688         0     20706      5111    318835   no data   no data  --
32.68/8.25	c  N st    35    114946       390      1688         0     16449      5111    207713   no data   no data  --
37.46/9.48	c  N st    36    129343       390      1688         0     15829      5111    181535   no data   no data  --
44.64/11.21	c  N st    37    150942       390      1688         0     21256      5111    285982   no data   no data  --
47.04/11.81	c  S st    38    158016       390      1688         0     28169      5111    441715   no data   no data  --
47.04/11.87	c  S st    38    158517       390      1688         0     28670      5111    452653   no data   no data  --
47.04/11.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.04/11.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.04/11.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
47.44/11.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.44/11.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.44/11.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
47.44/11.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.01/13.33	c lits-rem:       707  cl-subs:     1685  v-elim:      0  v-fix:    0  time:  5.71 s
53.01/13.33	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
53.01/13.34	c vivif2 --  cl tried    26985 cl shrink        0 lits rem          0 time: 0.02
53.01/13.36	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.08
53.01/13.36	c calculated reachability. Time: 0.00
53.01/13.36	c  N st    38    158517       390      1688         0     26985      5111    417908   no data   no data  --
71.37/17.98	c  N st    39    207109       390      1688         0     21734      5111    267894   no data   no data  --
84.12/21.18	c  N st    40    237775       390      1688         0     32013      5111    463815   no data   no data  --
84.12/21.18	c  S st    40    237775       390      1688         0     32013      5111    463815   no data   no data  --
84.52/21.26	c  S st    40    238281       390      1688         0     32519      5111    473570   no data   no data  --
84.52/21.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.52/21.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.52/21.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
84.52/21.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.52/21.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.52/21.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
84.52/21.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.91/22.88	c lits-rem:       815  cl-subs:     2625  v-elim:      0  v-fix:    0  time:  6.34 s
90.91/22.88	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
90.91/22.88	c vivif2 --  cl tried    29894 cl shrink        0 lits rem          0 time: 0.02
91.31/22.91	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.09
91.31/22.91	c calculated reachability. Time: 0.00
91.31/22.91	c  N st    40    238281       390      1688         0     29894      5111    421768   no data   no data  --
122.02/30.62	c  F st    41    306250       390      1688         0     31852      5111    404001   no data   no data  --
122.02/30.62	c  N st    41    306250       390      1688         0     31852      5111    404001   no data   no data  --
124.81/31.31	c Decided on static restart strategy
136.02/34.12	c  N st    51    334557       390      1688         0     36097      5111    495760   no data   no data  --
147.53/37.05	c  N st    53    357423       390      1688         0     34017      5111    437783   no data   no data  --
147.53/37.05	c  S st    53    357423       390      1688         0     34017      5111    437783   no data   no data  --
147.94/37.12	c  S st    53    357927       390      1688         0     34519      5111    447798   no data   no data  --
147.94/37.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.94/37.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.94/37.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
147.94/37.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.94/37.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.94/37.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
147.94/37.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.57/38.55	c lits-rem:       540  cl-subs:     1630  v-elim:      0  v-fix:    0  time:  5.57 s
153.57/38.55	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
153.57/38.55	c vivif2 --  cl tried    32889 cl shrink        0 lits rem          0 time: 0.02
153.57/38.58	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.10
153.57/38.58	c calculated reachability. Time: 0.00
153.57/38.58	c  N st    53    357927       390      1688         0     32889      5111    416513   no data   no data  --
171.47/43.09	c  N st    54    390319       390      1688         0     39086      5111    519145   no data   no data  --
198.59/49.87	c  N st    55    438908       390      1688         0     32791      5111    360597   no data   no data  --
240.07/60.24	c  N st    56    511790       390      1688         0     46311      5111    627797   no data   no data  --
256.03/64.26	c  N st    57    536893       390      1688         0     40599      5111    504291   no data   no data  --
256.03/64.26	c  S st    57    536893       390      1688         0     40599      5111    504291   no data   no data  --
256.43/64.37	c  S st    57    537394       390      1688         0     41100      5111    514852   no data   no data  --
256.43/64.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
256.43/64.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
256.43/64.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
256.82/64.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.82/64.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.82/64.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
256.82/64.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
263.24/66.05	c lits-rem:       671  cl-subs:     2149  v-elim:      0  v-fix:    0  time:  6.57 s
263.24/66.05	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
263.24/66.06	c vivif2 --  cl tried    38951 cl shrink        0 lits rem          0 time: 0.02
263.24/66.09	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.12
263.24/66.09	c calculated reachability. Time: 0.00
263.24/66.09	c  N st    57    537394       390      1688         0     38951      5111    474590   no data   no data  --
366.10/91.85	c  N st    58    701380       390      1688         0     67475      5111   1004467   no data   no data  --
437.89/109.90	c  N st    59    806091       390      1688         0     61491      5111    860105   no data   no data  --
437.89/109.90	c  S st    59    806091       390      1688         0     61491      5111    860105   no data   no data  --
438.73/110.08	c  S st    59    806596       390      1688         0     61991      5111    869954   no data   no data  --
438.73/110.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
438.73/110.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
439.08/110.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
439.08/110.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
439.08/110.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
439.08/110.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
439.08/110.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
453.84/113.85	c lits-rem:      1832  cl-subs:     5667  v-elim:      0  v-fix:    0  time: 14.83 s
453.84/113.85	c vivif2 --  cl tried     1688 cl shrink        0 lits rem          0 time: 0.00
453.84/113.86	c vivif2 --  cl tried    56324 cl shrink        0 lits rem          0 time: 0.04
454.24/113.92	c asymm  cl-useful: 0/1688/1688 lits-rem:0 time: 0.23
454.24/113.93	c calculated reachability. Time: 0.00
454.24/113.93	c  N st    59    806596       390      1688         0     56324      5111    762173   no data   no data  --
545.97/136.91	c  E st    60    934800         0      1688         0     64569      5111    871576   no data   no data  --
545.97/136.92	c Verified 1688 clauses.
545.97/136.92	c Solution needs extension. Extending.
545.97/136.92	c Verified 1688 clauses.
545.97/136.92	c Following stats are for *FIRST FINISHED THREAD ONLY*
545.97/136.92	c num threads              : 4          
545.97/136.92	c restarts                 : 60         
545.97/136.92	c dynamic restarts         : 0          
545.97/136.92	c static restarts          : 60         
545.97/136.92	c full restarts            : 3          
545.97/136.92	c total simplify time      : 0.00       
545.97/136.92	c learnts DL2              : 0          
545.97/136.92	c learnts size 2           : 0          
545.97/136.92	c learnts size 1           : 0           (0.00      % of vars)
545.97/136.92	c filedLit time            : 0.31        (0.06      % time)
545.97/136.92	c v-elim SatELite          : 10          (2.50      % vars)
545.97/136.92	c SatELite time            : 43.15       (7.91      % time)
545.97/136.92	c v-elim xor               : 0           (0.00      % vars)
545.97/136.92	c xor elim time            : 0.05        (0.01      % time)
545.97/136.92	c num binary xor trees     : 0          
545.97/136.92	c binxor trees' crown      : 0           (nan       leafs/tree)
545.97/136.92	c bin xor find time        : 0.00       
545.97/136.92	c OTF clause improved      : 31493       (0.03      clauses/conflict)
545.97/136.92	c OTF impr. size diff      : 33142       (1.05       lits/clause)
545.97/136.92	c OTF cl watch-shrink      : 241690      (0.26      clauses/conflict)
545.97/136.92	c OTF cl watch-sh-lit      : 312115      (1.29       lits/clause)
545.97/136.92	c tried to recurMin cls    : 130793      (13.99      % of conflicts)
545.97/136.92	c updated cache            : 766         (0.01       lits/tried recurMin)
545.97/136.92	c unit cls received        : 0           (nan       % of units)
545.97/136.92	c unit cls sent            : 0           (nan       % of units)
545.97/136.92	c bin cls received         : 0          
545.97/136.92	c bin cls sent             : 0          
545.97/136.92	c clauses over max glue    : 0           (0.00      % of all clauses)
545.97/136.92	c conflicts                : 934800      (1713.27   / sec)
545.97/136.92	c decisions                : 1099160     (0.75      % random)
545.97/136.92	c bogo-props               : 15599583153 (28590455.78 / sec)
545.97/136.92	c conflict literals        : 19143166    (25.77     % deleted)
545.97/136.92	c Memory used              : 331.05      MB
545.97/136.92	c single-thread CPU time   : 545.62      s
545.97/136.92	c all-threads sum CPU time : 545.62      s
545.97/136.92	s SATISFIABLE
545.97/136.92	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 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-3369010-1305410264/watcher-3369010-1305410264 -o /tmp/evaluation-result-3369010-1305410264/solver-3369010-1305410264 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369010-1305410264.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: 3.74 5.52 6.97 2/361 15862
/proc/meminfo: memFree=23305640/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 416 0 0 0 0 0 0 0 22 0 4 0 731257071 52465664 356 33554432000 4194304 4650419 140733764696240 18446744073709551615 46927113471513 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 12809 356 306 112 0 7774 0
[pid=15862/tid=15863] ppid=15860 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 4 0 731257071 52465664 356 33554432000 4194304 4650419 140733764696240 18446744073709551615 46927113471517 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 731257071 52465664 356 33554432000 4194304 4650419 140733764696240 18446744073709551615 46927113471922 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 731257071 52465664 356 33554432000 4194304 4650419 140733764696240 18446744073709551615 46927113471513 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0749741 s]
/proc/loadavg: 3.74 5.52 6.97 2/361 15862
/proc/meminfo: memFree=23305640/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=282472 CPUtime=0.27 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 1442 0 0 0 27 0 0 0 24 0 4 0 731257071 289251328 1309 33554432000 4194304 4650419 140733764696240 18446744073709551615 4360803 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 70618 1309 391 112 0 65583 0
[pid=15862/tid=15863] ppid=15860 vsize=282472 CPUtime=0.07 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 310 0 0 0 7 0 0 0 24 0 4 0 731257071 289251328 1309 33554432000 4194304 4650419 140733764696240 18446744073709551615 4329696 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=282472 CPUtime=0.06 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 268 0 0 0 6 0 0 0 24 0 4 0 731257071 289251328 1309 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=282472 CPUtime=0.06 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 179 0 0 0 6 0 0 0 25 0 4 0 731257071 289251328 1309 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 282472

[startup+0.100968 s]
/proc/loadavg: 3.74 5.52 6.97 2/361 15862
/proc/meminfo: memFree=23305640/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=282472 CPUtime=0.37 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 1545 0 0 0 37 0 0 0 24 0 4 0 731257071 289251328 1412 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 70618 1412 391 112 0 65583 0
[pid=15862/tid=15863] ppid=15860 vsize=282472 CPUtime=0.09 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 340 0 0 0 9 0 0 0 24 0 4 0 731257071 289251328 1412 33554432000 4194304 4650419 140733764696240 18446744073709551615 4333260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=282472 CPUtime=0.08 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 292 0 0 0 8 0 0 0 24 0 4 0 731257071 289251328 1412 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=282472 CPUtime=0.09 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 205 0 0 0 9 0 0 0 25 0 4 0 731257071 289251328 1412 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282472

[startup+0.300932 s]
/proc/loadavg: 3.74 5.52 6.97 2/361 15862
/proc/meminfo: memFree=23305640/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=283784 CPUtime=1.17 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 2618 0 0 0 117 0 0 0 25 0 4 0 731257071 290594816 1994 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 70946 1994 393 112 0 65911 0
[pid=15862/tid=15863] ppid=15860 vsize=283784 CPUtime=0.29 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 609 0 0 0 29 0 0 0 25 0 4 0 731257071 290594816 1994 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=283784 CPUtime=0.28 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 552 0 0 0 28 0 0 0 25 0 4 0 731257071 290594816 1994 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=283784 CPUtime=0.29 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 483 0 0 0 29 0 0 0 25 0 4 0 731257071 290594816 1994 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283784

[startup+0.70086 s]
/proc/loadavg: 3.74 5.52 6.97 2/361 15862
/proc/meminfo: memFree=23305640/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=285268 CPUtime=2.77 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 4589 0 0 0 277 0 0 0 25 0 4 0 731257071 292114432 2249 33554432000 4194304 4650419 140733764696240 18446744073709551615 4315476 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 71317 2250 393 112 0 66282 0
[pid=15862/tid=15863] ppid=15860 vsize=285268 CPUtime=0.69 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 1137 0 0 0 69 0 0 0 25 0 4 0 731257071 292114432 2250 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=285268 CPUtime=0.68 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 1009 0 0 0 68 0 0 0 25 0 4 0 731257071 292114432 2250 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=285268 CPUtime=0.69 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 940 0 0 0 69 0 0 0 25 0 4 0 731257071 292114432 2250 33554432000 4194304 4650419 140733764696240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285268

[startup+1.50072 s]
/proc/loadavg: 3.74 5.52 6.97 9/371 15875
/proc/meminfo: memFree=23271240/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=285972 CPUtime=5.95 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 7840 0 0 0 595 0 0 0 25 0 4 0 731257071 292835328 4192 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366841 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 71493 4192 395 112 0 66458 0
[pid=15862/tid=15863] ppid=15860 vsize=285972 CPUtime=1.49 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 1698 0 0 0 149 0 0 0 25 0 4 0 731257071 292835328 4192 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=285972 CPUtime=1.47 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 1552 0 0 0 147 0 0 0 25 0 4 0 731257071 292835328 4192 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=285972 CPUtime=1.49 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 1468 0 0 0 149 0 0 0 25 0 4 0 731257071 292835328 4192 33554432000 4194304 4650419 140733764696240 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285972

[startup+3.10042 s]
/proc/loadavg: 4.08 5.56 6.98 9/371 15875
/proc/meminfo: memFree=23240464/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=284780 CPUtime=12.34 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 15713 0 0 0 1233 1 0 0 25 0 4 0 731257071 291614720 8639 33554432000 4194304 4650419 140733764696240 18446744073709551615 4331155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 71195 8639 395 112 0 66160 0
[pid=15862/tid=15863] ppid=15860 vsize=284780 CPUtime=3.08 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 3762 0 0 0 308 0 0 0 25 0 4 0 731257071 291614720 8639 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=284780 CPUtime=3.05 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 3987 0 0 0 305 0 0 0 25 0 4 0 731257071 291614720 8639 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=284780 CPUtime=3.09 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 3466 0 0 0 309 0 0 0 25 0 4 0 731257071 291614720 8639 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 284780

[startup+6.30084 s]
/proc/loadavg: 4.08 5.56 6.98 9/371 15875
/proc/meminfo: memFree=23193592/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=294100 CPUtime=25.11 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 23596 0 0 0 2508 3 0 0 25 0 4 0 731257071 301158400 12153 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 73525 12153 395 112 0 68490 0
[pid=15862/tid=15863] ppid=15860 vsize=294100 CPUtime=6.29 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 6302 0 0 0 628 1 0 0 25 0 4 0 731257071 301158400 12153 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=294100 CPUtime=6.21 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 6093 0 0 0 621 0 0 0 25 0 4 0 731257071 301158400 12153 33554432000 4194304 4650419 140733764696240 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=294100 CPUtime=6.29 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 4786 0 0 0 629 0 0 0 25 0 4 0 731257071 301158400 12153 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294100

[startup+12.7007 s]
/proc/loadavg: 4.68 5.64 6.99 9/371 15875
/proc/meminfo: memFree=23141556/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=294572 CPUtime=50.63 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 36202 0 0 0 5057 6 0 0 25 0 4 0 731257071 301641728 17494 33554432000 4194304 4650419 140733764696240 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 73643 17494 395 112 0 68608 0
[pid=15862/tid=15863] ppid=15860 vsize=294572 CPUtime=12.69 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 9695 0 0 0 1268 1 0 0 25 0 4 0 731257071 301641728 17494 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=294572 CPUtime=12.53 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 8578 0 0 0 1252 1 0 0 25 0 4 0 731257071 301641728 17494 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=294572 CPUtime=12.69 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 7109 0 0 0 1268 1 0 0 25 0 4 0 731257071 301641728 17494 33554432000 4194304 4650419 140733764696240 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 294572

[startup+25.5003 s]
/proc/loadavg: 5.19 5.72 7.00 9/371 15876
/proc/meminfo: memFree=23098008/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=307092 CPUtime=101.67 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 55678 0 0 0 10155 12 0 0 25 0 4 0 731257071 314462208 21569 33554432000 4194304 4650419 140733764696240 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 76773 21569 395 112 0 71738 0
[pid=15862/tid=15863] ppid=15860 vsize=307092 CPUtime=25.49 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 15272 0 0 0 2547 2 0 0 25 0 4 0 731257071 314462208 21569 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=307092 CPUtime=25.18 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 13854 0 0 0 2515 3 0 0 25 0 4 0 731257071 314462208 21569 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=307092 CPUtime=25.49 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 10562 0 0 0 2546 3 0 0 25 0 4 0 731257071 314462208 21569 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 307092

[startup+51.1006 s]
/proc/loadavg: 6.20 5.91 7.03 9/371 15876
/proc/meminfo: memFree=23060836/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=308100 CPUtime=203.78 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 85203 0 0 0 20357 21 0 0 25 0 4 0 731257071 315494400 27162 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 77025 27162 395 112 0 71990 0
[pid=15862/tid=15863] ppid=15860 vsize=308100 CPUtime=51.08 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 24330 0 0 0 5104 4 0 0 25 0 4 0 731257071 315494400 27162 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=308100 CPUtime=50.48 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 21475 0 0 0 5043 5 0 0 25 0 4 0 731257071 315494400 27162 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=308100 CPUtime=51.09 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 15929 0 0 0 5104 5 0 0 25 0 4 0 731257071 315494400 27162 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 308100

[startup+102.314 s]
/proc/loadavg: 7.40 6.29 7.10 9/371 15878
/proc/meminfo: memFree=23011524/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=330232 CPUtime=408.03 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 124865 0 0 0 40768 35 0 0 25 0 4 0 731257071 338157568 34648 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 82558 34648 395 112 0 77523 0
[pid=15862/tid=15863] ppid=15860 vsize=330232 CPUtime=102.3 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 34682 0 0 0 10222 8 0 0 25 0 4 0 731257071 338157568 34648 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=330232 CPUtime=101.08 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 30953 0 0 0 10101 7 0 0 25 0 4 0 731257071 338157568 34648 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=330232 CPUtime=102.3 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 24572 0 0 0 10222 8 0 0 25 0 4 0 731257071 338157568 34648 33554432000 4194304 4650419 140733764696240 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 330232

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

[startup+115.101 s]
/proc/loadavg: 7.49 6.35 7.10 9/371 15878
/proc/meminfo: memFree=23000100/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=319976 CPUtime=459.03 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 133371 0 0 0 45864 39 0 0 25 0 4 0 731257071 327655424 37472 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 79994 37472 395 112 0 74959 0
[pid=15862/tid=15863] ppid=15860 vsize=319976 CPUtime=115.08 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 36553 0 0 0 11499 9 0 0 25 0 4 0 731257071 327655424 37472 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=319976 CPUtime=113.73 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 31684 0 0 0 11365 8 0 0 25 0 4 0 731257071 327655424 37472 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=319976 CPUtime=115.09 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 26728 0 0 0 11500 9 0 0 25 0 4 0 731257071 327655424 37472 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 459.03
Current children cumulated vsize (KiB) 319976

[startup+127.901 s]
/proc/loadavg: 7.60 6.43 7.12 9/371 15878
/proc/meminfo: memFree=22964864/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=317904 CPUtime=510.07 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 140532 0 0 0 50966 41 0 0 25 0 4 0 731257071 325533696 38814 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363620 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 79476 38814 395 112 0 74441 0
[pid=15862/tid=15863] ppid=15860 vsize=317904 CPUtime=127.89 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 38153 0 0 0 12779 10 0 0 25 0 4 0 731257071 325533696 38814 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=317904 CPUtime=126.37 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 33690 0 0 0 12628 9 0 0 25 0 4 0 731257071 325533696 38814 33554432000 4194304 4650419 140733764696240 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=317904 CPUtime=127.89 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 29029 0 0 0 12779 10 0 0 25 0 4 0 731257071 325533696 38814 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 510.07
Current children cumulated vsize (KiB) 317904

[startup+131.101 s]
/proc/loadavg: 7.60 6.43 7.12 9/371 15878
/proc/meminfo: memFree=22958168/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=328416 CPUtime=522.83 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 142574 0 0 0 52241 42 0 0 25 0 4 0 731257071 336297984 40770 33554432000 4194304 4650419 140733764696240 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 82104 40770 395 112 0 77069 0
[pid=15862/tid=15863] ppid=15860 vsize=328416 CPUtime=131.09 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 38239 0 0 0 13099 10 0 0 25 0 4 0 731257071 336297984 40770 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=328416 CPUtime=129.53 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 34800 0 0 0 12944 9 0 0 25 0 4 0 731257071 336297984 40770 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=328416 CPUtime=131.09 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 29380 0 0 0 13099 10 0 0 25 0 4 0 731257071 336297984 40770 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 522.83
Current children cumulated vsize (KiB) 328416

[startup+134.3 s]
/proc/loadavg: 7.63 6.46 7.12 9/371 15879
/proc/meminfo: memFree=22952588/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=338940 CPUtime=535.59 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 145017 0 0 0 53516 43 0 0 25 0 4 0 731257071 347074560 41709 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 84735 41709 395 112 0 79700 0
[pid=15862/tid=15863] ppid=15860 vsize=338940 CPUtime=134.28 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 39087 0 0 0 13418 10 0 0 25 0 4 0 731257071 347074560 41709 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=338940 CPUtime=132.7 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 35172 0 0 0 13260 10 0 0 25 0 4 0 731257071 347074560 41709 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=338940 CPUtime=134.29 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 29715 0 0 0 13418 11 0 0 25 0 4 0 731257071 347074560 41709 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 535.59
Current children cumulated vsize (KiB) 338940

[startup+135.901 s]
/proc/loadavg: 7.63 6.46 7.12 9/371 15879
/proc/meminfo: memFree=22948124/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=338940 CPUtime=541.98 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 145714 0 0 0 54155 43 0 0 25 0 4 0 731257071 347074560 42406 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 84735 42406 395 112 0 79700 0
[pid=15862/tid=15863] ppid=15860 vsize=338940 CPUtime=135.89 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 39262 0 0 0 13579 10 0 0 25 0 4 0 731257071 347074560 42406 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=338940 CPUtime=134.29 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 35325 0 0 0 13419 10 0 0 25 0 4 0 731257071 347074560 42406 33554432000 4194304 4650419 140733764696240 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=338940 CPUtime=135.89 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 29835 0 0 0 13578 11 0 0 25 0 4 0 731257071 347074560 42406 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 541.98
Current children cumulated vsize (KiB) 338940

[startup+136.701 s]
/proc/loadavg: 7.63 6.46 7.12 9/371 15879
/proc/meminfo: memFree=22939816/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=338988 CPUtime=545.17 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 146973 0 0 0 54473 44 0 0 25 0 4 0 731257071 347123712 42237 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 84747 42237 395 112 0 79712 0
[pid=15862/tid=15863] ppid=15860 vsize=338988 CPUtime=136.69 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 39360 0 0 0 13659 10 0 0 25 0 4 0 731257071 347123712 42237 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=338988 CPUtime=135.07 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 35881 0 0 0 13497 10 0 0 25 0 4 0 731257071 347123712 42237 33554432000 4194304 4650419 140733764696240 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=338988 CPUtime=136.69 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 30330 0 0 0 13658 11 0 0 25 0 4 0 731257071 347123712 42237 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 545.17
Current children cumulated vsize (KiB) 338988

[startup+136.901 s]
/proc/loadavg: 7.63 6.46 7.12 9/371 15879
/proc/meminfo: memFree=22939816/32950928 swapFree=65730864/67111528
[pid=15862] ppid=15860 vsize=338988 CPUtime=545.97 cores=1,3,5,7
/proc/15862/stat : 15862 (strangenight1-m) R 15860 15862 15496 0 -1 4202496 147081 0 0 0 54553 44 0 0 25 0 4 0 731257071 347123712 42345 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15862/statm: 84747 42345 395 112 0 79712 0
[pid=15862/tid=15863] ppid=15860 vsize=338988 CPUtime=136.89 cores=1,3,5,7
/proc/15862/task/15863/stat : 15863 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 39381 0 0 0 13679 10 0 0 25 0 4 0 731257071 347123712 42345 33554432000 4194304 4650419 140733764696240 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15862/tid=15864] ppid=15860 vsize=338988 CPUtime=135.27 cores=1,3,5,7
/proc/15862/task/15864/stat : 15864 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 35916 0 0 0 13517 10 0 0 25 0 4 0 731257071 347123712 42345 33554432000 4194304 4650419 140733764696240 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15862/tid=15865] ppid=15860 vsize=338988 CPUtime=136.89 cores=1,3,5,7
/proc/15862/task/15865/stat : 15865 (strangenight1-m) R 15860 15862 15496 0 -1 4202560 30356 0 0 0 13678 11 0 0 25 0 4 0 731257071 347123712 42345 33554432000 4194304 4650419 140733764696240 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 545.97
Current children cumulated vsize (KiB) 338988

Child status: 10
Real time (s): 136.932
CPU time (s): 546.076
CPU user time (s): 545.622
CPU system time (s): 0.45393
CPU usage (%): 398.794
Max. virtual memory (cumulated for all children) (KiB): 338988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 545.622
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147106
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= 262
involuntary context switches= 2446

runsolver used 0.417936 second user time and 1.20982 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 23:57:44
IDJOB=3369010
IDBENCH=83019
IDSOLVER=1846
FILE ID=node116/3369010-1305410264
RUNJOBID= node116-1305410264-15849
PBS_JOBID= 13324511
Free space on /tmp= 73136 MiB

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

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

MD5SUM BENCH= ea9dfa5adeec712c099d553962345305
RANDOM SEED=1854332792

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23305672 kB
Buffers:         40288 kB
Cached:         106316 kB
SwapCached:      12356 kB
Active:        9380668 kB
Inactive:        57648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23305672 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            6216 kB
Writeback:           8 kB
AnonPages:     9289936 kB
Mapped:          15416 kB
Slab:            96648 kB
PageTables:      44216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82749508 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= 73124 MiB
End job on node116 at 2011-05-15 00:00:01