Trace number 3174182

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mtSAT 460.616 115.733

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1009664450-096.SATISFIABLE.cnf
MD5SUM2532888f1d1a6483b85bdee81ac0c479
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174182-1304110354.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 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.03/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.03/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.03/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.03/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.03/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      36 undec:       5 neg:      34
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4917        75      1597         0      4461      7985     75566   no data   no data
3.17/0.80	c  N st    10     11300        75      1597         0      4136      7985     59178   no data   no data
3.17/0.80	c  N st    11     17045        75      1597         0      9328      7985    147955   no data   no data
3.17/0.80	c  F st    12     25001        75      1597         0     11448      7985    181188   no data   no data
3.17/0.80	c  N st    12     25001        75      1597         0     11448      7985    181188   no data   no data
3.57/1.00	c Decided on static restart strategy
3.57/1.00	c  N st    18     30000        75      1597         0      9856      7985    147135   no data   no data
3.57/1.00	c  S st    18     30000        75      1597         0      9856      7985    147135   no data   no data
3.57/1.00	c  S st    18     30502        75      1597         0     10325      7985    155601   no data   no data
3.57/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/1.00	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.17	c lits-rem:       275  cl-subs:     2427  v-elim:      0  v-fix:    0  time:  0.15 s
4.39/1.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.39/1.17	c calculated reachability. Time: 0.00
4.39/1.17	c  N st    18     30502        75      1597         0      7898      7985    117035   no data   no data
5.97/1.50	c  N st    20     37612        75      1597         0      7265      7985     96247   no data   no data
6.77/1.72	c  N st    21     44012        75      1597         0     13014      7985    188382   no data   no data
7.16/1.82	c  S st    22     45754        75      1597         0     14603      7985    215727   no data   no data
7.16/1.86	c  S st    22     46254        75      1597         0     15073      7985    224152   no data   no data
7.16/1.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.21	c lits-rem:       380  cl-subs:     3069  v-elim:      0  v-fix:    0  time:  0.34 s
8.79/2.21	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.79/2.21	c vivif2 --  cl tried    12004 cl shrink        0 lits rem          0 time: 0.00
8.79/2.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.79/2.26	c calculated reachability. Time: 0.00
8.79/2.26	c  N st    22     46254        75      1597         0     12004      7985    176810   no data   no data
11.56/2.96	c  N st    23     60653        75      1597         0     17111      7985    250311   no data   no data
13.18/3.37	c  N st    24     69382        75      1597         0     16083      7985    226913   no data   no data
13.18/3.37	c  S st    24     69382        75      1597         0     16083      7985    226913   no data   no data
13.56/3.42	c  S st    24     69889        75      1597         0     16551      7985    235624   no data   no data
13.56/3.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.56/3.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.56/3.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.56/3.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.56/3.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.56/3.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.56/3.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.56/3.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.56/3.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.79	c lits-rem:       321  cl-subs:     2946  v-elim:      0  v-fix:    0  time:  0.36 s
14.76/3.79	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.76/3.79	c vivif2 --  cl tried    13605 cl shrink        0 lits rem          0 time: 0.00
15.16/3.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
15.16/3.83	c calculated reachability. Time: 0.00
15.16/3.83	c  N st    24     69889        75      1597         0     13605      7985    191751   no data   no data
19.14/4.85	c  F st    25     87501        75      1597         0     19607      7985    266709   no data   no data
19.14/4.85	c  N st    25     87501        75      1597         0     19607      7985    266709   no data   no data
20.11/5.17	c Decided on static restart strategy
20.79/5.32	c  N st    32     95538        75      1597         0     16183      7985    215970   no data   no data
22.69/5.94	c  N st    34    104834        75      1597         0     12872      7985    157630   no data   no data
22.69/5.94	c  S st    34    104834        75      1597         0     12872      7985    157630   no data   no data
23.01/6.06	c  S st    34    105336        75      1597         0     13346      7985    166363   no data   no data
23.01/6.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.01/6.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.01/6.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.01/6.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.01/6.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.01/6.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.01/6.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.01/6.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.01/6.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.33/6.17	c lits-rem:       167  cl-subs:     1355  v-elim:      0  v-fix:    0  time:  0.09 s
23.33/6.17	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.33/6.17	c vivif2 --  cl tried    11991 cl shrink        0 lits rem          0 time: 0.00
23.33/6.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.33/6.17	c calculated reachability. Time: 0.00
23.33/6.17	c  N st    34    105336        75      1597         0     11991      7985    147105   no data   no data
24.91/6.65	c  N st    35    114935        75      1597         0     20579      7985    292674   no data   no data
28.50/7.50	c  N st    36    129332        75      1597         0     20974      7985    286948   no data   no data
33.70/8.83	c  N st    37    150928        75      1597         0     26857      7985    367645   no data   no data
35.28/9.28	c  S st    38    158004        75      1597         0     18955      7985    237028   no data   no data
35.68/9.33	c  S st    38    158507        75      1597         0     19425      7985    245615   no data   no data
35.68/9.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.68/9.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
35.68/9.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.68/9.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.68/9.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.68/9.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
35.68/9.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.68/9.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
35.68/9.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.89/9.60	c lits-rem:       255  cl-subs:     2557  v-elim:      0  v-fix:    0  time:  0.26 s
36.89/9.60	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
36.89/9.61	c vivif2 --  cl tried    16868 cl shrink        0 lits rem          0 time: 0.00
36.89/9.67	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
36.89/9.67	c calculated reachability. Time: 0.00
36.89/9.67	c  N st    38    158507        75      1597         0     16868      7985    207936   no data   no data
50.04/12.99	c  N st    39    207096        75      1597         0     29238      7985    397041   no data   no data
59.64/15.35	c  N st    40    237763        75      1597         0     21861      7985    261542   no data   no data
59.64/15.35	c  S st    40    237763        75      1597         0     21861      7985    261542   no data   no data
60.04/15.41	c  S st    40    238266        75      1597         0     22341      7985    270452   no data   no data
60.04/15.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.04/15.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
60.04/15.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.04/15.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.04/15.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.04/15.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
60.04/15.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.04/15.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
60.04/15.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.22/15.71	c lits-rem:       237  cl-subs:     2349  v-elim:      0  v-fix:    0  time:  0.28 s
61.22/15.71	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
61.22/15.71	c vivif2 --  cl tried    19992 cl shrink        0 lits rem          0 time: 0.00
61.22/15.78	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
61.22/15.78	c calculated reachability. Time: 0.00
61.22/15.78	c  N st    40    238266        75      1597         0     19992      7985    236361   no data   no data
84.77/21.66	c  F st    41    306250        75      1597         0     21783      7985    237520   no data   no data
84.77/21.66	c  N st    41    306250        75      1597         0     21783      7985    237520   no data   no data
86.38/22.07	c Decided on static restart strategy
95.54/24.30	c  N st    51    334554        75      1597         0     25763      7985    297493   no data   no data
104.74/26.66	c  N st    53    357400        75      1597         0     23863      7985    259191   no data   no data
104.74/26.66	c  S st    53    357400        75      1597         0     23863      7985    259191   no data   no data
105.13/26.73	c  S st    53    357906        75      1597         0     24349      7985    268230   no data   no data
105.13/26.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.13/26.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
105.13/26.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.13/26.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.13/26.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.13/26.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.13/26.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.13/26.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.13/26.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.93/26.92	c lits-rem:       194  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  0.17 s
105.93/26.92	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
105.93/26.92	c vivif2 --  cl tried    22881 cl shrink        0 lits rem          0 time: 0.00
106.33/27.00	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
106.33/27.00	c calculated reachability. Time: 0.00
106.33/27.00	c  N st    53    357906        75      1597         0     22881      7985    248646   no data   no data
118.31/30.00	c  N st    54    390298        75      1597         0     28596      7985    331086   no data   no data
139.87/35.45	c  N st    55    438887        75      1597         0     47752      7985    616442   no data   no data
171.79/43.41	c  N st    56    511769        75      1597         0     35284      7985    408020   no data   no data
183.77/46.41	c  N st    57    536861        75      1597         0     29984      7985    321075   no data   no data
183.77/46.41	c  S st    57    536861        75      1597         0     29984      7985    321075   no data   no data
183.77/46.48	c  S st    57    537364        75      1597         0     30466      7985    330283   no data   no data
183.77/46.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
183.77/46.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
183.77/46.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
183.77/46.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
183.77/46.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.77/46.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
183.77/46.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
183.77/46.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
184.17/46.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.97/46.76	c lits-rem:       173  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  0.26 s
184.97/46.76	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
184.97/46.76	c vivif2 --  cl tried    28756 cl shrink        0 lits rem          0 time: 0.00
185.37/46.86	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
185.37/46.86	c calculated reachability. Time: 0.00
185.37/46.86	c  N st    57    537364        75      1597         0     28756      7985    307525   no data   no data
261.64/65.95	c  N st    58    701348        75      1597         0     55142      7985    671767   no data   no data
313.15/78.81	c  N st    59    806046        75      1597         0     50162      7985    612705   no data   no data
313.15/78.81	c  S st    59    806046        75      1597         0     50162      7985    612705   no data   no data
313.55/78.96	c  S st    59    806551        75      1597         0     50636      7985    621420   no data   no data
313.55/78.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
313.55/78.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
313.55/78.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.55/78.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
313.55/78.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.55/78.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
313.55/78.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
313.55/78.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
313.95/79.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.53/80.93	c lits-rem:      1004  cl-subs:     6851  v-elim:      0  v-fix:    0  time:  1.93 s
321.53/80.93	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
321.53/80.94	c vivif2 --  cl tried    43785 cl shrink        0 lits rem          0 time: 0.01
322.33/81.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
322.33/81.11	c calculated reachability. Time: 0.00
322.33/81.11	c  N st    59    806551        75      1597         0     43785      7985    527803   no data   no data
460.50/115.72	c Following stats are for *FIRST FINISHED THREAD ONLY*
460.50/115.72	c num threads              : 4          
460.50/115.72	c restarts                 : 69         
460.50/115.72	c dynamic restarts         : 0          
460.50/115.72	c static restarts          : 69         
460.50/115.72	c full restarts            : 4          
460.50/115.72	c total simplify time      : 0.00       
460.50/115.72	c learnts DL2              : 0          
460.50/115.72	c learnts size 2           : 0          
460.50/115.72	c learnts size 1           : 0           (0.00      % of vars)
460.50/115.72	c filedLit time            : 0.04        (0.03      % time)
460.50/115.72	c v-elim SatELite          : 0           (0.00      % vars)
460.50/115.72	c SatELite time            : 3.83        (3.31      % time)
460.50/115.72	c v-elim xor               : 0           (0.00      % vars)
460.50/115.72	c xor elim time            : 0.01        (0.01      % time)
460.50/115.72	c num binary xor trees     : 0          
460.50/115.72	c binxor trees' crown      : 0           (nan       leafs/tree)
460.50/115.72	c bin xor find time        : 0.00       
460.50/115.72	c OTF clause improved      : 122024      (0.11      clauses/conflict)
460.50/115.72	c OTF impr. size diff      : 123895      (1.02       lits/clause)
460.50/115.72	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
460.50/115.72	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
460.50/115.72	c tried to recurMin cls    : 43540       (3.98       % of conflicts)
460.50/115.72	c updated cache            : 299         (0.01       lits/tried recurMin)
460.50/115.72	c unit cls recevied        : 0           (nan       % of units)
460.50/115.72	c unit cls sent            : 0           (nan       % of units)
460.50/115.72	c bin cls recevied         : 0          
460.50/115.72	c bin cls sent             : 0          
460.50/115.72	c clauses over max glue    : 0           (0.00      % of all clauses)
460.50/115.72	c conflicts                : 1094039     (9462.01   / sec)
460.50/115.72	c decisions                : 1199751     (0.58      % random)
460.50/115.72	c bogo-props               : 22242708484 (192370332.32 / sec)
460.50/115.72	c conflict literals        : 17303353    (21.11     % deleted)
460.50/115.72	c Memory used              : 361.45      MB
460.50/115.72	c single-thread CPU time   : 115.62      s
460.50/115.72	c all-threads sum CPU time : 460.15      s
460.50/115.72	s SATISFIABLE
460.50/115.72	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 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-3174182-1304110354/watcher-3174182-1304110354 -o /tmp/evaluation-result-3174182-1304110354/solver-3174182-1304110354 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174182-1304110354.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: 8.17 8.15 7.83 5/178 14209
/proc/meminfo: memFree=30963488/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 522634036 52441088 348 33554432000 4194304 4627427 140737183919968 18446744073709551615 47542827591602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 12803 348 299 106 0 7774 0
[pid=14209/tid=14210] ppid=14207 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522634036 52441088 348 33554432000 4194304 4627427 140737183919968 18446744073709551615 47542827591602 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522634036 52441088 348 33554432000 4194304 4627427 140737183919968 18446744073709551615 47542827591602 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522634036 52441088 348 33554432000 4194304 4627427 140737183919968 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0138759 s]
/proc/loadavg: 8.17 8.15 7.83 5/178 14209
/proc/meminfo: memFree=30963488/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=281728 CPUtime=0.03 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) D 14207 14209 13971 0 -1 4202496 761 0 0 0 3 0 0 0 18 0 4 0 522634036 288489472 662 33554432000 4194304 4627427 140737183919968 18446744073709551615 242970593463 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 70432 662 369 106 0 65403 0
[pid=14209/tid=14210] ppid=14207 vsize=281728 CPUtime=0.01 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) D 14207 14209 13971 0 -1 4202560 84 0 0 0 1 0 0 0 18 0 4 0 522634036 288489472 662 33554432000 4194304 4627427 140737183919968 18446744073709551615 4415675 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=281728 CPUtime=0 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) D 14207 14209 13971 0 -1 4202560 77 0 0 0 0 0 0 0 18 0 4 0 522634036 288489472 662 33554432000 4194304 4627427 140737183919968 18446744073709551615 4416374 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=281728 CPUtime=0 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 98 0 0 0 0 0 0 0 25 0 4 0 522634036 288489472 662 33554432000 4194304 4627427 140737183919968 18446744073709551615 242970593463 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 281728

[startup+0.156751 s]
/proc/loadavg: 8.17 8.15 7.83 5/178 14209
/proc/meminfo: memFree=30963488/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=283240 CPUtime=0.6 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 1953 0 0 0 60 0 0 0 18 0 4 0 522634036 290037760 1448 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 70810 1448 384 106 0 65781 0
[pid=14209/tid=14210] ppid=14207 vsize=283240 CPUtime=0.15 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 398 0 0 0 15 0 0 0 18 0 4 0 522634036 290037760 1448 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=283240 CPUtime=0.15 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 383 0 0 0 15 0 0 0 18 0 4 0 522634036 290037760 1448 33554432000 4194304 4627427 140737183919968 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=283240 CPUtime=0.14 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 355 0 0 0 14 0 0 0 25 0 4 0 522634036 290037760 1448 33554432000 4194304 4627427 140737183919968 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283240

[startup+0.300726 s]
/proc/loadavg: 8.17 8.15 7.83 5/178 14209
/proc/meminfo: memFree=30963488/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=283904 CPUtime=1.17 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 2837 0 0 0 117 0 0 0 18 0 4 0 522634036 290717696 1706 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 70976 1706 384 106 0 65947 0
[pid=14209/tid=14210] ppid=14207 vsize=283904 CPUtime=0.29 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 619 0 0 0 29 0 0 0 18 0 4 0 522634036 290717696 1706 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=283904 CPUtime=0.29 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 609 0 0 0 29 0 0 0 18 0 4 0 522634036 290717696 1706 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=283904 CPUtime=0.29 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 569 0 0 0 29 0 0 0 25 0 4 0 522634036 290717696 1706 33554432000 4194304 4627427 140737183919968 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283904

[startup+0.700657 s]
/proc/loadavg: 8.17 8.15 7.83 5/178 14209
/proc/meminfo: memFree=30963488/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=284652 CPUtime=2.77 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 4350 0 0 0 277 0 0 0 18 0 4 0 522634036 291483648 2422 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 71163 2422 385 106 0 66134 0
[pid=14209/tid=14210] ppid=14207 vsize=284652 CPUtime=0.69 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 1005 0 0 0 69 0 0 0 18 0 4 0 522634036 291483648 2422 33554432000 4194304 4627427 140737183919968 18446744073709551615 4325026 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=284652 CPUtime=0.69 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 998 0 0 0 69 0 0 0 18 0 4 0 522634036 291483648 2422 33554432000 4194304 4627427 140737183919968 18446744073709551615 4333195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=284652 CPUtime=0.69 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 921 0 0 0 69 0 0 0 25 0 4 0 522634036 291483648 2422 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284652

[startup+1.50052 s]
/proc/loadavg: 8.17 8.15 7.83 11/182 14213
/proc/meminfo: memFree=30948816/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=289284 CPUtime=5.97 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 8834 0 0 0 596 1 0 0 20 0 4 0 522634036 296226816 4631 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 72321 4631 388 106 0 67292 0
[pid=14209/tid=14210] ppid=14207 vsize=289284 CPUtime=1.49 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 2488 0 0 0 149 0 0 0 19 0 4 0 522634036 296226816 4631 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=289284 CPUtime=1.49 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 1663 0 0 0 149 0 0 0 19 0 4 0 522634036 296226816 4632 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=289284 CPUtime=1.48 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 1595 0 0 0 148 0 0 0 25 0 4 0 522634036 296226816 4632 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289284

[startup+3.10025 s]
/proc/loadavg: 8.17 8.15 7.83 9/182 14213
/proc/meminfo: memFree=30950428/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=294420 CPUtime=12.36 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 16602 0 0 0 1233 3 0 0 25 0 4 0 522634036 301486080 9059 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 73605 9059 388 106 0 68576 0
[pid=14209/tid=14210] ppid=14207 vsize=294420 CPUtime=3.08 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 4317 0 0 0 308 0 0 0 25 0 4 0 522634036 301486080 9059 33554432000 4194304 4627427 140737183919968 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=294420 CPUtime=3.08 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 3971 0 0 0 307 1 0 0 25 0 4 0 522634036 301486080 9059 33554432000 4194304 4627427 140737183919968 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=294420 CPUtime=3.07 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 3795 0 0 0 307 0 0 0 25 0 4 0 522634036 301486080 9059 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294420

[startup+6.3117 s]
/proc/loadavg: 8.15 8.14 7.83 10/182 14213
/proc/meminfo: memFree=30944792/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=286112 CPUtime=23.91 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 24446 0 0 0 2381 10 0 0 25 0 4 0 522634036 292978688 11998 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 71528 12000 388 106 0 66499 0
[pid=14209/tid=14210] ppid=14207 vsize=286112 CPUtime=6.3 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 5888 0 0 0 629 1 0 0 25 0 4 0 522634036 292978688 12001 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=286112 CPUtime=5.08 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 5646 0 0 0 502 6 0 0 25 0 4 0 522634036 292978688 12002 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=286112 CPUtime=6.21 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 6584 0 0 0 620 1 0 0 25 0 4 0 522634036 292978688 12004 33554432000 4194304 4627427 140737183919968 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.91
Current children cumulated vsize (KiB) 286112

[startup+12.7006 s]
/proc/loadavg: 8.14 8.14 7.83 10/182 14213
/proc/meminfo: memFree=30929132/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=287348 CPUtime=49.24 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 35456 0 0 0 4910 14 0 0 25 0 4 0 522634036 294244352 13399 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 71837 13399 388 106 0 66808 0
[pid=14209/tid=14210] ppid=14207 vsize=287348 CPUtime=12.69 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 8502 0 0 0 1267 2 0 0 25 0 4 0 522634036 294244352 13399 33554432000 4194304 4627427 140737183919968 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=287348 CPUtime=11.29 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 8320 0 0 0 1121 8 0 0 25 0 4 0 522634036 294244352 13399 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=287348 CPUtime=12.55 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 9342 0 0 0 1254 1 0 0 25 0 4 0 522634036 294244352 13399 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 287348

[startup+25.5004 s]
/proc/loadavg: 8.11 8.13 7.83 9/182 14213
/proc/meminfo: memFree=30952064/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=311200 CPUtime=100.34 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 55015 0 0 0 10015 19 0 0 25 0 4 0 522634036 318668800 17974 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 77800 17974 388 106 0 72771 0
[pid=14209/tid=14210] ppid=14207 vsize=311200 CPUtime=25.48 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 13188 0 0 0 2545 3 0 0 25 0 4 0 522634036 318668800 17974 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=311200 CPUtime=24.09 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 12473 0 0 0 2399 10 0 0 25 0 4 0 522634036 318668800 17974 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=311200 CPUtime=25.29 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 15258 0 0 0 2526 3 0 0 25 0 4 0 522634036 318668800 17974 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.34
Current children cumulated vsize (KiB) 311200

[startup+51.101 s]
/proc/loadavg: 8.07 8.12 7.83 9/182 14214
/proc/meminfo: memFree=30917816/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=312788 CPUtime=202.53 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 84995 0 0 0 20223 30 0 0 25 0 4 0 522634036 320294912 21483 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 78197 21483 388 106 0 73168 0
[pid=14209/tid=14210] ppid=14207 vsize=312788 CPUtime=51.08 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 20777 0 0 0 5104 4 0 0 25 0 4 0 522634036 320294912 21483 33554432000 4194304 4627427 140737183919968 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=312788 CPUtime=49.64 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 19964 0 0 0 4948 16 0 0 25 0 4 0 522634036 320294912 21483 33554432000 4194304 4627427 140737183919968 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=312788 CPUtime=50.75 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 22344 0 0 0 5070 5 0 0 25 0 4 0 522634036 320294912 21483 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 312788

[startup+102.306 s]
/proc/loadavg: 8.07 8.12 7.84 10/182 14215
/proc/meminfo: memFree=30867908/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=304308 CPUtime=407.01 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 133852 0 0 0 40658 43 0 0 25 0 4 0 522634036 311611392 27319 33554432000 4194304 4627427 140737183919968 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 76077 27319 388 106 0 71048 0
[pid=14209/tid=14210] ppid=14207 vsize=304308 CPUtime=102.27 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 32185 0 0 0 10221 6 0 0 25 0 4 0 522634036 311611392 27319 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=304308 CPUtime=100.81 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 32137 0 0 0 10062 19 0 0 25 0 4 0 522634036 311611392 27319 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=304308 CPUtime=101.69 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34907 0 0 0 10160 9 0 0 25 0 4 0 522634036 311611392 27319 33554432000 4194304 4627427 140737183919968 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.01
Current children cumulated vsize (KiB) 304308

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

[startup+108.701 s]
/proc/loadavg: 8.06 8.11 7.84 10/182 14216
/proc/meminfo: memFree=30861088/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=304452 CPUtime=432.55 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 138848 0 0 0 43211 44 0 0 25 0 4 0 522634036 311758848 28712 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 76113 28712 388 106 0 71084 0
[pid=14209/tid=14210] ppid=14207 vsize=304452 CPUtime=108.66 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 33418 0 0 0 10860 6 0 0 25 0 4 0 522634036 311758848 28712 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=304452 CPUtime=107.2 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 33434 0 0 0 10701 19 0 0 25 0 4 0 522634036 311758848 28712 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=304452 CPUtime=108.05 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 36180 0 0 0 10796 9 0 0 25 0 4 0 522634036 311758848 28712 33554432000 4194304 4627427 140737183919968 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 432.55
Current children cumulated vsize (KiB) 304452

[startup+111.901 s]
/proc/loadavg: 8.14 8.13 7.85 10/182 14216
/proc/meminfo: memFree=30856988/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=370068 CPUtime=445.33 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 141951 0 0 0 44488 45 0 0 25 0 4 0 522634036 378949632 29330 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 92517 29330 388 106 0 87488 0
[pid=14209/tid=14210] ppid=14207 vsize=370068 CPUtime=111.87 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34290 0 0 0 11180 7 0 0 25 0 4 0 522634036 378949632 29330 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=370068 CPUtime=110.41 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34358 0 0 0 11021 20 0 0 25 0 4 0 522634036 378949632 29330 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=370068 CPUtime=111.23 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 36615 0 0 0 11114 9 0 0 25 0 4 0 522634036 378949632 29330 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 445.33
Current children cumulated vsize (KiB) 370068

[startup+113.5 s]
/proc/loadavg: 8.14 8.13 7.85 9/182 14216
/proc/meminfo: memFree=30858344/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=370068 CPUtime=451.71 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 142650 0 0 0 45126 45 0 0 25 0 4 0 522634036 378949632 30029 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 92517 30029 388 106 0 87488 0
[pid=14209/tid=14210] ppid=14207 vsize=370068 CPUtime=113.46 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34467 0 0 0 11339 7 0 0 25 0 4 0 522634036 378949632 30029 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=370068 CPUtime=112.01 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34562 0 0 0 11181 20 0 0 25 0 4 0 522634036 378949632 30029 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=370068 CPUtime=112.82 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 36759 0 0 0 11273 9 0 0 25 0 4 0 522634036 378949632 30029 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 451.71
Current children cumulated vsize (KiB) 370068

[startup+115.101 s]
/proc/loadavg: 8.12 8.13 7.85 10/182 14216
/proc/meminfo: memFree=30855120/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=370068 CPUtime=458.11 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 143300 0 0 0 45765 46 0 0 25 0 4 0 522634036 378949632 30679 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 92517 30679 388 106 0 87488 0
[pid=14209/tid=14210] ppid=14207 vsize=370068 CPUtime=115.07 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34638 0 0 0 11500 7 0 0 25 0 4 0 522634036 378949632 30679 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=370068 CPUtime=113.6 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34724 0 0 0 11340 20 0 0 25 0 4 0 522634036 378949632 30679 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=370068 CPUtime=114.41 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 36940 0 0 0 11432 9 0 0 25 0 4 0 522634036 378949632 30679 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 458.11
Current children cumulated vsize (KiB) 370068

[startup+115.507 s]
/proc/loadavg: 8.12 8.13 7.85 9/182 14216
/proc/meminfo: memFree=30859584/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=370068 CPUtime=459.73 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 143440 0 0 0 45927 46 0 0 25 0 4 0 522634036 378949632 30819 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 92517 30819 388 106 0 87488 0
[pid=14209/tid=14210] ppid=14207 vsize=370068 CPUtime=115.47 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34684 0 0 0 11540 7 0 0 25 0 4 0 522634036 378949632 30819 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=370068 CPUtime=114.01 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34759 0 0 0 11381 20 0 0 25 0 4 0 522634036 378949632 30819 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=370068 CPUtime=114.81 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 36962 0 0 0 11472 9 0 0 25 0 4 0 522634036 378949632 30819 33554432000 4194304 4627427 140737183919968 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 459.73
Current children cumulated vsize (KiB) 370068

[startup+115.701 s]
/proc/loadavg: 8.12 8.13 7.85 9/182 14216
/proc/meminfo: memFree=30859584/32951132 swapFree=67111364/67111528
[pid=14209] ppid=14207 vsize=370124 CPUtime=460.5 cores=0,2,4,6
/proc/14209/stat : 14209 (strangenight2-m) R 14207 14209 13971 0 -1 4202496 144073 0 0 0 46004 46 0 0 25 0 4 0 522634036 379006976 30197 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14209/statm: 92531 30197 388 106 0 87502 0
[pid=14209/tid=14210] ppid=14207 vsize=370124 CPUtime=115.66 cores=0,2,4,6
/proc/14209/task/14210/stat : 14210 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34708 0 0 0 11559 7 0 0 25 0 4 0 522634036 379006976 30197 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14209/tid=14211] ppid=14207 vsize=370124 CPUtime=114.2 cores=0,2,4,6
/proc/14209/task/14211/stat : 14211 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 34776 0 0 0 11400 20 0 0 25 0 4 0 522634036 379006976 30197 33554432000 4194304 4627427 140737183919968 18446744073709551615 4333399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14209/tid=14212] ppid=14207 vsize=370124 CPUtime=115.01 cores=0,2,4,6
/proc/14209/task/14212/stat : 14212 (strangenight2-m) R 14207 14209 13971 0 -1 4202560 37535 0 0 0 11492 9 0 0 25 0 4 0 522634036 379006976 30197 33554432000 4194304 4627427 140737183919968 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 460.5
Current children cumulated vsize (KiB) 370124

Child status: 10
Real time (s): 115.733
CPU time (s): 460.616
CPU user time (s): 460.145
CPU system time (s): 0.470928
CPU usage (%): 398
Max. virtual memory (cumulated for all children) (KiB): 370124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 460.145
system time used= 0.470928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144093
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= 208
involuntary context switches= 2090

runsolver used 0.221966 second user time and 0.699893 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 22:52:34
IDJOB=3174182
IDBENCH=83000
IDSOLVER=1586
FILE ID=node128/3174182-1304110354
RUNJOBID= node128-1304108698-13990
PBS_JOBID= 13170670
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1009664450-096.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174182-1304110354/watcher-3174182-1304110354 -o /tmp/evaluation-result-3174182-1304110354/solver-3174182-1304110354 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174182-1304110354.cnf

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

MD5SUM BENCH= 2532888f1d1a6483b85bdee81ac0c479
RANDOM SEED=75546657

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30963652 kB
Buffers:        408364 kB
Cached:         777540 kB
SwapCached:          0 kB
Active:         456960 kB
Inactive:      1115996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30963652 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5896 kB
Writeback:           0 kB
AnonPages:      387404 kB
Mapped:          15760 kB
Slab:           351896 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   601268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 22:54:30