Trace number 3175424

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-mtSAT 662.448 165.847

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1440346932-010.SATISFIABLE.cnf
MD5SUMb1640086ff1cfd4e86559744179c13fe
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 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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175424-1304123306.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c 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.38/0.10	c lits-rem:         1  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
0.38/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.10	c calculated reachability. Time: 0.00
0.38/0.10	c Calc default polars -  time:   0.00 s pos:     176 undec:      50 neg:     174
0.38/0.10	c =========================================================================================
0.38/0.10	c types(t): F = full restart, N = normal restart
0.38/0.10	c types(t): S = simplification begin/end, E = solution found
0.38/0.10	c restart types(rt): st = static, dy = dynamic
0.38/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.10	c  B st     0         0       382      1691         0         0      5185         0   no data   no data  --
0.38/0.10	c Decided on static restart strategy
3.18/0.85	c  N st     8      4917       382      1691         0      4811      5185    102148   no data   no data  --
3.18/0.85	c  N st    10     11300       382      1691         0      4463      5185     67300   no data   no data  --
3.18/0.85	c  N st    11     17044       382      1691         0     10046      5185    185121   no data   no data  --
3.99/1.05	c  F st    12     25001       382      1691         0     12299      5185    235209   no data   no data  --
3.99/1.05	c  N st    12     25001       382      1691         0     12299      5185    235209   no data   no data  --
5.17/1.35	c Decided on static restart strategy
5.17/1.35	c  N st    18     30000       382      1691         0     10574      5185    172776   no data   no data  --
5.17/1.35	c  S st    18     30000       382      1691         0     10574      5185    172776   no data   no data  --
5.17/1.35	c  S st    18     30502       382      1691         0     11076      5185    182557   no data   no data  --
5.17/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.58/1.48	c lits-rem:       191  cl-subs:      764  v-elim:      0  v-fix:    0  time:  0.67 s
5.58/1.48	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.03
5.58/1.48	c calculated reachability. Time: 0.00
5.58/1.48	c  N st    18     30502       382      1691         0     10312      5185    166342   no data   no data  --
7.57/1.92	c  N st    20     37614       382      1691         0      9535      5185    134841   no data   no data  --
8.79/2.28	c  N st    21     44014       382      1691         0     15732      5185    249458   no data   no data  --
9.16/2.38	c  S st    22     45753       382      1691         0     17424      5185    282653   no data   no data  --
9.56/2.42	c  S st    22     46261       382      1691         0      9253      5185    117328   no data   no data  --
9.56/2.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
9.56/2.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.49	c lits-rem:        34  cl-subs:      187  v-elim:      0  v-fix:    0  time:  0.24 s
9.56/2.49	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
9.56/2.49	c vivif2 --  cl tried     9066 cl shrink        0 lits rem          0 time: 0.00
9.56/2.49	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.03
9.56/2.50	c calculated reachability. Time: 0.00
9.56/2.50	c  N st    22     46261       382      1691         0      9066      5185    114257   no data   no data  --
13.18/3.36	c  N st    23     60658       382      1691         0     13348      5185    188170   no data   no data  --
15.56/3.98	c  N st    24     69391       382      1691         0     11173      5185    139890   no data   no data  --
15.56/3.98	c  S st    24     69391       382      1691         0     11173      5185    139890   no data   no data  --
15.96/4.01	c  S st    24     69894       382      1691         0     11676      5185    149621   no data   no data  --
15.96/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.96/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.96/4.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
15.96/4.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.35/4.15	c lits-rem:        69  cl-subs:      246  v-elim:      0  v-fix:    0  time:  0.52 s
16.35/4.15	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
16.35/4.15	c vivif2 --  cl tried    11430 cl shrink        0 lits rem          0 time: 0.00
16.35/4.16	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.04
16.35/4.16	c calculated reachability. Time: 0.00
16.35/4.16	c  N st    24     69894       382      1691         0     11430      5185    144813   no data   no data  --
21.15/5.33	c  F st    25     87500       382      1691         0     16866      5185    249052   no data   no data  --
21.15/5.33	c  N st    25     87500       382      1691         0     16866      5185    249052   no data   no data  --
22.75/5.74	c Decided on static restart strategy
23.54/5.99	c  N st    32     95537       382      1691         0     24684      5185    399899   no data   no data  --
26.37/6.69	c  N st    34    104842       382      1691         0     21088      5185    312950   no data   no data  --
26.37/6.69	c  S st    34    104842       382      1691         0     21088      5185    312950   no data   no data  --
26.75/6.75	c  S st    34    105347       382      1691         0     21592      5185    323208   no data   no data  --
26.75/6.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.75/6.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.75/6.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
26.75/6.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.75/6.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.75/6.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
26.75/6.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.54/7.44	c lits-rem:       354  cl-subs:     1313  v-elim:      0  v-fix:    0  time:  2.71 s
29.54/7.44	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
29.54/7.44	c vivif2 --  cl tried    20279 cl shrink        0 lits rem          0 time: 0.01
29.54/7.46	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.06
29.54/7.46	c calculated reachability. Time: 0.00
29.54/7.46	c  N st    34    105347       382      1691         0     20279      5185    298711   no data   no data  --
32.74/8.26	c  N st    35    114948       382      1691         0     15971      5185    191385   no data   no data  --
38.33/9.67	c  N st    36    129346       382      1691         0     15380      5185    171820   no data   no data  --
45.92/11.55	c  N st    37    150942       382      1691         0     20767      5185    263716   no data   no data  --
47.94/12.06	c  S st    38    158020       382      1691         0     27684      5185    403308   no data   no data  --
48.34/12.13	c  S st    38    158521       382      1691         0     28184      5185    413423   no data   no data  --
48.34/12.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.34/12.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.34/12.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
48.34/12.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.34/12.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.34/12.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
48.34/12.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.50/13.41	c lits-rem:       888  cl-subs:     2046  v-elim:      0  v-fix:    0  time:  5.00 s
53.50/13.41	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
53.50/13.41	c vivif2 --  cl tried    26138 cl shrink        0 lits rem          0 time: 0.01
53.50/13.43	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.08
53.50/13.43	c calculated reachability. Time: 0.00
53.50/13.43	c  N st    38    158521       382      1691         0     26138      5185    377427   no data   no data  --
71.88/18.01	c  N st    39    207112       382      1691         0     20868      5185    237707   no data   no data  --
83.08/20.86	c  N st    40    237781       382      1691         0     31191      5185    427712   no data   no data  --
83.08/20.86	c  S st    40    237781       382      1691         0     31191      5185    427712   no data   no data  --
83.49/20.94	c  S st    40    238288       382      1691         0     31693      5185    438088   no data   no data  --
83.49/20.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.49/20.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.49/20.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
83.49/20.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.49/20.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.49/20.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
83.49/20.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
89.47/22.48	c lits-rem:      1264  cl-subs:     3307  v-elim:      0  v-fix:    0  time:  6.03 s
89.47/22.48	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
89.47/22.48	c vivif2 --  cl tried    28386 cl shrink        0 lits rem          0 time: 0.02
89.87/22.51	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.09
89.87/22.51	c calculated reachability. Time: 0.00
89.87/22.51	c  N st    40    238288       382      1691         0     28386      5185    378636   no data   no data  --
117.83/29.56	c  F st    41    306250       382      1691         0     30318      5185    364460   no data   no data  --
117.83/29.56	c  N st    41    306250       382      1691         0     30318      5185    364460   no data   no data  --
120.22/30.13	c Decided on static restart strategy
130.21/32.62	c  N st    51    334555       382      1691         0     34638      5185    454656   no data   no data  --
140.62/35.25	c  N st    53    357433       382      1691         0     32605      5185    401695   no data   no data  --
140.62/35.25	c  S st    53    357433       382      1691         0     32605      5185    401695   no data   no data  --
140.99/35.34	c  S st    53    357935       382      1691         0     33105      5185    411878   no data   no data  --
140.99/35.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
140.99/35.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
140.99/35.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
140.99/35.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.99/35.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.99/35.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
140.99/35.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.18/36.63	c lits-rem:       380  cl-subs:     1504  v-elim:      0  v-fix:    0  time:  5.07 s
146.18/36.63	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
146.18/36.63	c vivif2 --  cl tried    31601 cl shrink        0 lits rem          0 time: 0.02
146.18/36.66	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.10
146.18/36.66	c calculated reachability. Time: 0.00
146.18/36.66	c  N st    53    357935       382      1691         0     31601      5185    384709   no data   no data  --
161.77/40.57	c  N st    54    390328       382      1691         0     37716      5185    490274   no data   no data  --
190.12/47.60	c  N st    55    438916       382      1691         0     31631      5185    343912   no data   no data  --
228.09/57.12	c  N st    56    511799       382      1691         0     44942      5185    576898   no data   no data  --
240.85/60.34	c  N st    57    536902       382      1691         0     39447      5185    483911   no data   no data  --
240.85/60.34	c  S st    57    536902       382      1691         0     39447      5185    483911   no data   no data  --
241.27/60.44	c  S st    57    537404       382      1691         0     39946      5185    494154   no data   no data  --
241.27/60.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
241.27/60.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
241.27/60.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
241.27/60.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.27/60.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.27/60.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
241.27/60.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.24/61.98	c lits-rem:       501  cl-subs:     1247  v-elim:      0  v-fix:    0  time:  6.00 s
247.24/61.98	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
247.24/61.98	c vivif2 --  cl tried    38699 cl shrink        0 lits rem          0 time: 0.02
247.64/62.02	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.14
247.64/62.02	c calculated reachability. Time: 0.00
247.64/62.02	c  N st    57    537404       382      1691         0     38699      5185    469928   no data   no data  --
346.31/86.77	c  N st    58    701388       382      1691         0     67822      5185   1006184   no data   no data  --
418.62/104.80	c  N st    59    806106       382      1691         0     61361      5185    805950   no data   no data  --
418.62/104.80	c  S st    59    806106       382      1691         0     61361      5185    805950   no data   no data  --
419.02/104.97	c  S st    59    806610       382      1691         0     61861      5185    816242   no data   no data  --
419.02/104.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
419.02/104.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
419.02/104.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
419.41/105.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.41/105.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.41/105.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
419.41/105.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
432.19/108.27	c lits-rem:      1345  cl-subs:     5934  v-elim:      0  v-fix:    0  time: 12.98 s
432.19/108.27	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
432.19/108.28	c vivif2 --  cl tried    55927 cl shrink        0 lits rem          0 time: 0.04
432.59/108.34	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.24
432.59/108.34	c calculated reachability. Time: 0.00
432.59/108.34	c  N st    59    806610       382      1691         0     55927      5185    715290   no data   no data  --
607.96/152.27	c  F st    60   1071876       382      1691         0     72238      5185   1037887   no data   no data  --
607.96/152.27	c  N st    60   1071876       382      1691         0     72238      5185   1037887   no data   no data  --
613.95/153.73	c Decided on static restart strategy
632.34/158.36	c  N st    70   1100175       382      1691         0     56011      5185    637882   no data   no data  --
661.88/165.76	c  N st    72   1136169       382      1691         0     46325      5185    431348   no data   no data  --
662.28/165.83	c Following stats are for *FIRST FINISHED THREAD ONLY*
662.28/165.83	c num threads              : 4          
662.28/165.83	c restarts                 : 71         
662.28/165.83	c dynamic restarts         : 0          
662.28/165.83	c static restarts          : 71         
662.28/165.83	c full restarts            : 4          
662.28/165.83	c total simplify time      : 0.00       
662.28/165.83	c learnts DL2              : 0          
662.28/165.83	c learnts size 2           : 0          
662.28/165.83	c learnts size 1           : 0           (0.00      % of vars)
662.28/165.83	c filedLit time            : 0.19        (0.03      % time)
662.28/165.83	c v-elim SatELite          : 18          (4.50      % vars)
662.28/165.83	c SatELite time            : 25.83       (3.90      % time)
662.28/165.83	c v-elim xor               : 0           (0.00      % vars)
662.28/165.83	c xor elim time            : 0.03        (0.00      % time)
662.28/165.83	c num binary xor trees     : 0          
662.28/165.83	c binxor trees' crown      : 0           (nan       leafs/tree)
662.28/165.83	c bin xor find time        : 0.00       
662.28/165.83	c OTF clause improved      : 38375       (0.03      clauses/conflict)
662.28/165.83	c OTF impr. size diff      : 40581       (1.06       lits/clause)
662.28/165.83	c OTF cl watch-shrink      : 301335      (0.27      clauses/conflict)
662.28/165.83	c OTF cl watch-sh-lit      : 389108      (1.29       lits/clause)
662.28/165.83	c tried to recurMin cls    : 156186      (13.76      % of conflicts)
662.28/165.83	c updated cache            : 2992        (0.02       lits/tried recurMin)
662.28/165.83	c unit cls received        : 0           (nan       % of units)
662.28/165.83	c unit cls sent            : 0           (nan       % of units)
662.28/165.83	c bin cls received         : 0          
662.28/165.83	c bin cls sent             : 0          
662.28/165.83	c clauses over max glue    : 0           (0.00      % of all clauses)
662.28/165.83	c conflicts                : 1135392     (1715.20   / sec)
662.28/165.83	c decisions                : 1333973     (1.02      % random)
662.28/165.83	c bogo-props               : 20087893832 (30346067.32 / sec)
662.28/165.83	c conflict literals        : 22405683    (26.42     % deleted)
662.28/165.83	c Memory used              : 327.51      MB
662.28/165.83	c single-thread CPU time   : 661.96      s
662.28/165.83	c all-threads sum CPU time : 661.96      s
662.28/165.83	s SATISFIABLE
662.28/165.83	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175424-1304123306/watcher-3175424-1304123306 -o /tmp/evaluation-result-3175424-1304123306/solver-3175424-1304123306 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175424-1304123306.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.87 8.01 7.91 5/180 5104
/proc/meminfo: memFree=30776624/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 4 0 504746538 52465664 357 33554432000 4194304 4650419 140736073546336 18446744073709551615 220816236475 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 12809 357 306 112 0 7774 0
[pid=5104/tid=5105] ppid=5102 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 504746538 52465664 357 33554432000 4194304 4650419 140736073546336 18446744073709551615 47936400115634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 504746538 52465664 357 33554432000 4194304 4650419 140736073546336 18446744073709551615 220811283542 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 504746538 52465664 357 33554432000 4194304 4650419 140736073546336 18446744073709551615 220811283542 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.063262 s]
/proc/loadavg: 7.87 8.01 7.91 5/180 5104
/proc/meminfo: memFree=30776624/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=282208 CPUtime=0.23 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 1412 0 0 0 23 0 0 0 18 0 4 0 504746538 288980992 1288 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 70552 1288 391 112 0 65517 0
[pid=5104/tid=5105] ppid=5102 vsize=282208 CPUtime=0.05 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 233 0 0 0 5 0 0 0 25 0 4 0 504746538 288980992 1288 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=282208 CPUtime=0.05 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 275 0 0 0 5 0 0 0 18 0 4 0 504746538 288980992 1288 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=282208 CPUtime=0.05 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 155 0 0 0 5 0 0 0 18 0 4 0 504746538 288980992 1288 33554432000 4194304 4650419 140736073546336 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 282208

[startup+0.100255 s]
/proc/loadavg: 7.87 8.01 7.91 5/180 5104
/proc/meminfo: memFree=30776624/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=282208 CPUtime=0.38 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 1570 0 0 0 38 0 0 0 18 0 4 0 504746538 288980992 1446 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 70552 1446 391 112 0 65517 0
[pid=5104/tid=5105] ppid=5102 vsize=282208 CPUtime=0.09 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 274 0 0 0 9 0 0 0 25 0 4 0 504746538 288980992 1446 33554432000 4194304 4650419 140736073546336 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=282208 CPUtime=0.09 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 320 0 0 0 9 0 0 0 18 0 4 0 504746538 288980992 1446 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=282208 CPUtime=0.09 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 184 0 0 0 9 0 0 0 18 0 4 0 504746538 288980992 1446 33554432000 4194304 4650419 140736073546336 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282208

[startup+0.300219 s]
/proc/loadavg: 7.87 8.01 7.91 5/180 5104
/proc/meminfo: memFree=30776624/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=283356 CPUtime=1.17 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 2602 0 0 0 117 0 0 0 18 0 4 0 504746538 290156544 1993 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 70839 1993 393 112 0 65804 0
[pid=5104/tid=5105] ppid=5102 vsize=283356 CPUtime=0.29 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 507 0 0 0 29 0 0 0 25 0 4 0 504746538 290156544 1993 33554432000 4194304 4650419 140736073546336 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=283356 CPUtime=0.29 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 575 0 0 0 29 0 0 0 18 0 4 0 504746538 290156544 1993 33554432000 4194304 4650419 140736073546336 18446744073709551615 4310301 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=283356 CPUtime=0.29 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 454 0 0 0 29 0 0 0 18 0 4 0 504746538 290156544 1993 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283356

[startup+0.700146 s]
/proc/loadavg: 7.87 8.01 7.91 5/180 5104
/proc/meminfo: memFree=30776624/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=284900 CPUtime=2.78 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 4554 0 0 0 277 1 0 0 18 0 4 0 504746538 291737600 2245 33554432000 4194304 4650419 140736073546336 18446744073709551615 4333937 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 71225 2245 393 112 0 66190 0
[pid=5104/tid=5105] ppid=5102 vsize=284900 CPUtime=0.69 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1015 0 0 0 69 0 0 0 25 0 4 0 504746538 291737600 2245 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=284900 CPUtime=0.69 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1084 0 0 0 69 0 0 0 18 0 4 0 504746538 291737600 2245 33554432000 4194304 4650419 140736073546336 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=284900 CPUtime=0.69 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 897 0 0 0 69 0 0 0 18 0 4 0 504746538 291737600 2245 33554432000 4194304 4650419 140736073546336 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284900

[startup+1.501 s]
/proc/loadavg: 7.87 8.01 7.91 9/184 5108
/proc/meminfo: memFree=30766548/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=285404 CPUtime=5.98 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 7874 0 0 0 596 2 0 0 20 0 4 0 504746538 292253696 4246 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 71351 4246 395 112 0 66316 0
[pid=5104/tid=5105] ppid=5102 vsize=285404 CPUtime=1.48 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1583 0 0 0 148 0 0 0 25 0 4 0 504746538 292253696 4246 33554432000 4194304 4650419 140736073546336 18446744073709551615 4331978 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=285404 CPUtime=1.49 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1651 0 0 0 149 0 0 0 19 0 4 0 504746538 292253696 4246 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=285404 CPUtime=1.48 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 1420 0 0 0 148 0 0 0 20 0 4 0 504746538 292253696 4246 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 285404

[startup+3.1007 s]
/proc/loadavg: 7.87 8.01 7.91 9/184 5108
/proc/meminfo: memFree=30745592/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=294624 CPUtime=12.36 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 15489 0 0 0 1233 3 0 0 25 0 4 0 504746538 301694976 9002 33554432000 4194304 4650419 140736073546336 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 73656 9002 395 112 0 68621 0
[pid=5104/tid=5105] ppid=5102 vsize=294624 CPUtime=3.07 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 3367 0 0 0 307 0 0 0 25 0 4 0 504746538 301694976 9002 33554432000 4194304 4650419 140736073546336 18446744073709551615 4332006 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=294624 CPUtime=3.08 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 4113 0 0 0 308 0 0 0 25 0 4 0 504746538 301694976 9002 33554432000 4194304 4650419 140736073546336 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=294624 CPUtime=3.08 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 3625 0 0 0 308 0 0 0 25 0 4 0 504746538 301694976 9002 33554432000 4194304 4650419 140736073546336 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294624

[startup+6.30112 s]
/proc/loadavg: 7.88 8.00 7.91 9/184 5108
/proc/meminfo: memFree=30722832/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=312848 CPUtime=25.15 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 22927 0 0 0 2509 6 0 0 25 0 4 0 504746538 320356352 12406 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 78212 12406 395 112 0 73177 0
[pid=5104/tid=5105] ppid=5102 vsize=312848 CPUtime=6.26 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 5592 0 0 0 625 1 0 0 25 0 4 0 504746538 320356352 12406 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=312848 CPUtime=6.29 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 6454 0 0 0 628 1 0 0 25 0 4 0 504746538 320356352 12406 33554432000 4194304 4650419 140736073546336 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=312848 CPUtime=6.29 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 4568 0 0 0 628 1 0 0 25 0 4 0 504746538 320356352 12406 33554432000 4194304 4650419 140736073546336 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 312848

[startup+12.7009 s]
/proc/loadavg: 7.89 8.00 7.91 9/184 5108
/proc/meminfo: memFree=30705212/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=313820 CPUtime=50.72 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 34016 0 0 0 5064 8 0 0 25 0 4 0 504746538 321351680 17073 33554432000 4194304 4650419 140736073546336 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 78455 17073 395 112 0 73420 0
[pid=5104/tid=5105] ppid=5102 vsize=313820 CPUtime=12.62 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 8675 0 0 0 1261 1 0 0 25 0 4 0 504746538 321351680 17073 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=313820 CPUtime=12.69 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 9151 0 0 0 1267 2 0 0 25 0 4 0 504746538 321351680 17073 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=313820 CPUtime=12.68 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 6187 0 0 0 1267 1 0 0 25 0 4 0 504746538 321351680 17073 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 313820

[startup+25.5006 s]
/proc/loadavg: 7.92 8.00 7.91 9/184 5108
/proc/meminfo: memFree=30668732/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=321184 CPUtime=101.84 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 53665 0 0 0 10172 12 0 0 25 0 4 0 504746538 328892416 21600 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 80296 21600 395 112 0 75261 0
[pid=5104/tid=5105] ppid=5102 vsize=321184 CPUtime=25.35 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 13990 0 0 0 2533 2 0 0 25 0 4 0 504746538 328892416 21600 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=321184 CPUtime=25.48 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 15198 0 0 0 2545 3 0 0 25 0 4 0 504746538 328892416 21600 33554432000 4194304 4650419 140736073546336 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=321184 CPUtime=25.48 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 9778 0 0 0 2546 2 0 0 25 0 4 0 504746538 328892416 21600 33554432000 4194304 4650419 140736073546336 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 321184

[startup+51.1009 s]
/proc/loadavg: 7.94 8.00 7.91 9/184 5109
/proc/meminfo: memFree=30621704/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=302468 CPUtime=204.11 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 79815 0 0 0 20392 19 0 0 25 0 4 0 504746538 309727232 26028 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 75617 26028 395 112 0 70582 0
[pid=5104/tid=5105] ppid=5102 vsize=302468 CPUtime=50.81 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 21955 0 0 0 5077 4 0 0 25 0 4 0 504746538 309727232 26028 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=302468 CPUtime=51.09 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 22908 0 0 0 5103 6 0 0 25 0 4 0 504746538 309727232 26028 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=302468 CPUtime=51.08 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 12718 0 0 0 5106 2 0 0 25 0 4 0 504746538 309727232 26028 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 302468

[startup+102.306 s]
/proc/loadavg: 8.01 8.01 7.91 9/184 5110
/proc/meminfo: memFree=30588296/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=343204 CPUtime=408.64 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 122423 0 0 0 40833 31 0 0 25 0 4 0 504746538 351440896 33234 33554432000 4194304 4650419 140736073546336 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 85801 33234 395 112 0 80766 0
[pid=5104/tid=5105] ppid=5102 vsize=343204 CPUtime=101.74 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 34532 0 0 0 10167 7 0 0 25 0 4 0 504746538 351440896 33234 33554432000 4194304 4650419 140736073546336 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=343204 CPUtime=102.3 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 34800 0 0 0 10220 10 0 0 25 0 4 0 504746538 351440896 33234 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=343204 CPUtime=102.28 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 17635 0 0 0 10224 4 0 0 25 0 4 0 504746538 351440896 33234 33554432000 4194304 4650419 140736073546336 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 343204

[startup+162.3 s]
/proc/loadavg: 8.07 8.03 7.93 9/184 5112
/proc/meminfo: memFree=30530952/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=335248 CPUtime=648.3 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 167067 0 0 0 64783 47 0 0 25 0 4 0 504746538 343293952 37913 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 83812 37913 395 112 0 78777 0
[pid=5104/tid=5105] ppid=5102 vsize=335248 CPUtime=161.42 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47308 0 0 0 16130 12 0 0 25 0 4 0 504746538 343293952 37913 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=335248 CPUtime=162.29 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47844 0 0 0 16215 14 0 0 25 0 4 0 504746538 343293952 37913 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=335248 CPUtime=162.28 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 23167 0 0 0 16221 7 0 0 25 0 4 0 504746538 343293952 37913 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 335248

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

[startup+163.101 s]
/proc/loadavg: 8.07 8.03 7.93 9/184 5112
/proc/meminfo: memFree=30520908/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=335248 CPUtime=651.5 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 167330 0 0 0 65103 47 0 0 25 0 4 0 504746538 343293952 38176 33554432000 4194304 4650419 140736073546336 18446744073709551615 4328302 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 83812 38176 395 112 0 78777 0
[pid=5104/tid=5105] ppid=5102 vsize=335248 CPUtime=162.21 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47398 0 0 0 16209 12 0 0 25 0 4 0 504746538 343293952 38176 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=335248 CPUtime=163.09 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47929 0 0 0 16295 14 0 0 25 0 4 0 504746538 343293952 38176 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=335248 CPUtime=163.08 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 23167 0 0 0 16301 7 0 0 25 0 4 0 504746538 343293952 38176 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 651.5
Current children cumulated vsize (KiB) 335248

[startup+164.701 s]
/proc/loadavg: 8.07 8.03 7.93 9/184 5112
/proc/meminfo: memFree=30517808/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=335248 CPUtime=657.88 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 167822 0 0 0 65741 47 0 0 25 0 4 0 504746538 343293952 38668 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365453 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 83812 38668 395 112 0 78777 0
[pid=5104/tid=5105] ppid=5102 vsize=335248 CPUtime=163.8 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47592 0 0 0 16368 12 0 0 25 0 4 0 504746538 343293952 38668 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=335248 CPUtime=164.69 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 48068 0 0 0 16455 14 0 0 25 0 4 0 504746538 343293952 38668 33554432000 4194304 4650419 140736073546336 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=335248 CPUtime=164.68 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 23167 0 0 0 16461 7 0 0 25 0 4 0 504746538 343293952 38668 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 657.88
Current children cumulated vsize (KiB) 335248

[startup+165.501 s]
/proc/loadavg: 8.23 8.07 7.94 9/184 5112
/proc/meminfo: memFree=30524008/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=335308 CPUtime=661.08 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 168751 0 0 0 66061 47 0 0 25 0 4 0 504746538 343355392 37796 33554432000 4194304 4650419 140736073546336 18446744073709551615 4313443 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 83827 37796 395 112 0 78792 0
[pid=5104/tid=5105] ppid=5102 vsize=335308 CPUtime=164.6 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47672 0 0 0 16448 12 0 0 25 0 4 0 504746538 343355392 37796 33554432000 4194304 4650419 140736073546336 18446744073709551615 4332033 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=335308 CPUtime=165.49 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 48857 0 0 0 16535 14 0 0 25 0 4 0 504746538 343355392 37796 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=335308 CPUtime=165.48 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 23167 0 0 0 16541 7 0 0 25 0 4 0 504746538 343355392 37796 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 661.08
Current children cumulated vsize (KiB) 335308

[startup+165.701 s]
/proc/loadavg: 8.23 8.07 7.94 9/184 5112
/proc/meminfo: memFree=30524008/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=335364 CPUtime=661.88 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 169362 0 0 0 66140 48 0 0 25 0 4 0 504746538 343412736 36842 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 83841 36842 395 112 0 78806 0
[pid=5104/tid=5105] ppid=5102 vsize=335364 CPUtime=164.8 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47695 0 0 0 16468 12 0 0 25 0 4 0 504746538 343412736 36842 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=335364 CPUtime=165.69 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 48885 0 0 0 16555 14 0 0 25 0 4 0 504746538 343412736 36842 33554432000 4194304 4650419 140736073546336 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=335364 CPUtime=165.68 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 23167 0 0 0 16561 7 0 0 25 0 4 0 504746538 343412736 36842 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 661.88
Current children cumulated vsize (KiB) 335364

[startup+165.801 s]
/proc/loadavg: 8.23 8.07 7.94 9/184 5112
/proc/meminfo: memFree=30524008/32951124 swapFree=67105204/67111528
[pid=5104] ppid=5102 vsize=335364 CPUtime=662.28 cores=0,2,4,6
/proc/5104/stat : 5104 (strangenight1-m) R 5102 5104 4321 0 -1 4202496 169405 0 0 0 66180 48 0 0 25 0 4 0 504746538 343412736 36885 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5104/statm: 83841 36885 395 112 0 78806 0
[pid=5104/tid=5105] ppid=5102 vsize=335364 CPUtime=164.9 cores=0,2,4,6
/proc/5104/task/5105/stat : 5105 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 47706 0 0 0 16478 12 0 0 25 0 4 0 504746538 343412736 36885 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=335364 CPUtime=165.79 cores=0,2,4,6
/proc/5104/task/5106/stat : 5106 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 48900 0 0 0 16565 14 0 0 25 0 4 0 504746538 343412736 36885 33554432000 4194304 4650419 140736073546336 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=335364 CPUtime=165.78 cores=0,2,4,6
/proc/5104/task/5107/stat : 5107 (strangenight1-m) R 5102 5104 4321 0 -1 4202560 23167 0 0 0 16571 7 0 0 25 0 4 0 504746538 343412736 36885 33554432000 4194304 4650419 140736073546336 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 662.28
Current children cumulated vsize (KiB) 335364

Child status: 10
Real time (s): 165.847
CPU time (s): 662.448
CPU user time (s): 661.96
CPU system time (s): 0.487925
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 344916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.96
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169432
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= 291
involuntary context switches= 3447

runsolver used 0.275958 second user time and 0.627904 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 02:28:26
IDJOB=3175424
IDBENCH=83042
IDSOLVER=1588
FILE ID=node147/3175424-1304123306
RUNJOBID= node147-1304123241-5019
PBS_JOBID= 13170716
Free space on /tmp= 72652 MiB

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

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

MD5SUM BENCH= b1640086ff1cfd4e86559744179c13fe
RANDOM SEED=658265790

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:     32951124 kB
MemFree:      30776780 kB
Buffers:        296136 kB
Cached:        1388352 kB
SwapCached:       3064 kB
Active:         267980 kB
Inactive:      1582044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30776780 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            6352 kB
Writeback:           0 kB
AnonPages:      163656 kB
Mapped:          15396 kB
Slab:           260884 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   442484 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= 72648 MiB
End job on node147 at 2011-04-30 02:31:12