Trace number 3366575

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-mt (fixed)SAT 352.971 88.4926

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S906725726-060.SATISFIABLE.cnf
MD5SUMba9975e86d838537f315701adfc9f925
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366575-1305408852.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.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      31 undec:       2 neg:      42
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.09/0.04	c Decided on static restart strategy
0.37/0.10	c  N st     8      4914        75      1597         0      4477      7985     76268   no data   no data
0.77/0.26	c  N st    10     11296        75      1597         0      4118      7985     58331   no data   no data
1.57/0.42	c  N st    11     17041        75      1597         0      9241      7985    139368   no data   no data
2.37/0.69	c  F st    12     25001        75      1597         0     11334      7985    171923   no data   no data
2.37/0.69	c  N st    12     25001        75      1597         0     11334      7985    171923   no data   no data
3.16/0.89	c Decided on static restart strategy
3.16/0.89	c  N st    18     30003        75      1597         0      9768      7985    142389   no data   no data
3.16/0.89	c  S st    18     30003        75      1597         0      9768      7985    142389   no data   no data
3.56/0.92	c  S st    18     30505        75      1597         0     10243      7985    150670   no data   no data
3.56/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.56/0.92	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.56/0.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/0.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.56/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.08	c lits-rem:       279  cl-subs:     2692  v-elim:      0  v-fix:    0  time:  0.16 s
3.98/1.11	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
3.98/1.11	c calculated reachability. Time: 0.00
3.98/1.11	c  N st    18     30505        75      1597         0      7551      7985    109798   no data   no data
5.56/1.44	c  N st    20     37615        75      1597         0     13946      7985    217081   no data   no data
6.36/1.70	c  N st    21     44015        75      1597         0     12722      7985    187673   no data   no data
6.76/1.78	c  S st    22     45758        75      1597         0     14286      7985    213274   no data   no data
7.16/1.82	c  S st    22     46263        75      1597         0     14752      7985    221681   no data   no data
7.16/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.15	c lits-rem:       365  cl-subs:     2882  v-elim:      0  v-fix:    0  time:  0.32 s
8.38/2.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.38/2.15	c vivif2 --  cl tried    11870 cl shrink        0 lits rem          0 time: 0.00
8.38/2.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.38/2.19	c calculated reachability. Time: 0.00
8.38/2.19	c  N st    22     46263        75      1597         0     11870      7985    175513   no data   no data
11.14/2.88	c  N st    23     60662        75      1597         0     16883      7985    246358   no data   no data
13.18/3.32	c  N st    24     69395        75      1597         0     15899      7985    227962   no data   no data
13.18/3.32	c  S st    24     69395        75      1597         0     15899      7985    227962   no data   no data
13.18/3.36	c  S st    24     69899        75      1597         0     16371      7985    236182   no data   no data
13.18/3.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.73	c lits-rem:       337  cl-subs:     2892  v-elim:      0  v-fix:    0  time:  0.35 s
14.74/3.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.74/3.73	c vivif2 --  cl tried    13479 cl shrink        0 lits rem          0 time: 0.00
14.74/3.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.74/3.77	c calculated reachability. Time: 0.00
14.74/3.77	c  N st    24     69899        75      1597         0     13479      7985    190406   no data   no data
18.72/4.77	c  F st    25     87500        75      1597         0     19641      7985    274420   no data   no data
18.72/4.77	c  N st    25     87500        75      1597         0     19641      7985    274420   no data   no data
19.92/5.06	c Decided on static restart strategy
20.72/5.22	c  N st    32     95535        75      1597         0     16238      7985    222665   no data   no data
23.11/5.83	c  N st    34    104848        75      1597         0     12985      7985    162134   no data   no data
23.11/5.83	c  S st    34    104848        75      1597         0     12985      7985    162134   no data   no data
23.11/5.87	c  S st    34    105351        75      1597         0     13459      7985    170740   no data   no data
23.11/5.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.11/5.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.11/5.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.11/5.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.11/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.11/5.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.11/5.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.11/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.95	c lits-rem:       110  cl-subs:     1108  v-elim:      0  v-fix:    0  time:  0.08 s
23.51/5.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.51/5.95	c vivif2 --  cl tried    12351 cl shrink        0 lits rem          0 time: 0.00
23.90/6.00	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.90/6.00	c calculated reachability. Time: 0.00
23.90/6.00	c  N st    34    105351        75      1597         0     12351      7985    154373   no data   no data
25.93/6.58	c  N st    35    114949        75      1597         0     21002      7985    299484   no data   no data
29.50/7.46	c  N st    36    129346        75      1597         0     21375      7985    294568   no data   no data
35.47/8.94	c  N st    37    150941        75      1597         0     27383      7985    383685   no data   no data
37.07/9.38	c  S st    38    158026        75      1597         0     19361      7985    245575   no data   no data
37.47/9.43	c  S st    38    158528        75      1597         0     19834      7985    253940   no data   no data
37.47/9.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.47/9.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
37.47/9.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.47/9.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.47/9.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.47/9.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.47/9.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.47/9.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.47/9.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.68/9.71	c lits-rem:       322  cl-subs:     2516  v-elim:      0  v-fix:    0  time:  0.27 s
38.68/9.71	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.68/9.71	c vivif2 --  cl tried    17318 cl shrink        0 lits rem          0 time: 0.00
38.68/9.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.68/9.77	c calculated reachability. Time: 0.00
38.68/9.77	c  N st    38    158528        75      1597         0     17318      7985    216490   no data   no data
52.68/13.26	c  N st    39    207118        75      1597         0     29477      7985    389081   no data   no data
62.20/15.65	c  N st    40    237792        75      1597         0     22124      7985    263459   no data   no data
62.20/15.65	c  S st    40    237792        75      1597         0     22124      7985    263459   no data   no data
62.60/15.71	c  S st    40    238293        75      1597         0     22598      7985    271961   no data   no data
62.60/15.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.60/15.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
62.60/15.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.60/15.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.60/15.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.60/15.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
62.60/15.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.60/15.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
62.60/15.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.80/16.01	c lits-rem:       278  cl-subs:     2499  v-elim:      0  v-fix:    0  time:  0.28 s
63.80/16.01	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
63.80/16.02	c vivif2 --  cl tried    20099 cl shrink        0 lits rem          0 time: 0.00
63.80/16.08	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
63.80/16.08	c calculated reachability. Time: 0.00
63.80/16.08	c  N st    40    238293        75      1597         0     20099      7985    238623   no data   no data
86.14/21.63	c  F st    41    306250        75      1597         0     21977      7985    242187   no data   no data
86.14/21.63	c  N st    41    306250        75      1597         0     21977      7985    242187   no data   no data
87.77/22.01	c Decided on static restart strategy
96.56/24.24	c  N st    51    334559        75      1597         0     25919      7985    298756   no data   no data
105.68/26.52	c  N st    53    357440        75      1597         0     23954      7985    258367   no data   no data
105.68/26.52	c  S st    53    357440        75      1597         0     23954      7985    258367   no data   no data
105.68/26.59	c  S st    53    357949        75      1597         0     24429      7985    267353   no data   no data
105.68/26.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.68/26.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
105.68/26.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.68/26.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.68/26.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.68/26.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.68/26.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.08/26.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
106.08/26.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.48/26.77	c lits-rem:       138  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  0.17 s
106.48/26.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
106.48/26.77	c vivif2 --  cl tried    22821 cl shrink        0 lits rem          0 time: 0.00
106.88/26.85	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
106.88/26.85	c calculated reachability. Time: 0.00
106.88/26.85	c  N st    53    357949        75      1597         0     22821      7985    246631   no data   no data
118.49/29.77	c  N st    54    390343        75      1597         0     28515      7985    330830   no data   no data
138.00/34.68	c  N st    55    438931        75      1597         0     47703      7985    616256   no data   no data
165.92/41.68	c  N st    56    511813        75      1597         0     35227      7985    408857   no data   no data
177.49/44.57	c  N st    57    536924        75      1597         0     30051      7985    323463   no data   no data
177.49/44.57	c  S st    57    536924        75      1597         0     30051      7985    323463   no data   no data
177.89/44.64	c  S st    57    537429        75      1597         0     30526      7985    332474   no data   no data
177.89/44.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.89/44.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
177.89/44.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.89/44.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.89/44.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.89/44.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
177.89/44.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
177.89/44.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
177.89/44.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.09/44.94	c lits-rem:       317  cl-subs:     1853  v-elim:      0  v-fix:    0  time:  0.27 s
179.09/44.94	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
179.09/44.94	c vivif2 --  cl tried    28673 cl shrink        0 lits rem          0 time: 0.00
179.51/45.04	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
179.51/45.04	c calculated reachability. Time: 0.00
179.51/45.04	c  N st    57    537429        75      1597         0     28673      7985    308064   no data   no data
248.50/62.40	c  N st    58    701413        75      1597         0     55389      7985    692905   no data   no data
301.16/75.51	c  N st    59    806143        75      1597         0     49596      7985    569433   no data   no data
301.16/75.51	c  S st    59    806143        75      1597         0     49596      7985    569433   no data   no data
301.56/75.64	c  S st    59    806644        75      1597         0     50060      7985    578234   no data   no data
301.56/75.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
301.56/75.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
301.56/75.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.56/75.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.56/75.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.56/75.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
301.56/75.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
301.56/75.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
301.56/75.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.13/77.52	c lits-rem:       912  cl-subs:     9228  v-elim:      0  v-fix:    0  time:  1.84 s
309.13/77.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
309.13/77.52	c vivif2 --  cl tried    40832 cl shrink        0 lits rem          0 time: 0.01
309.53/77.68	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.15
309.53/77.68	c calculated reachability. Time: 0.00
309.53/77.68	c  N st    59    806644        75      1597         0     40832      7985    465485   no data   no data
352.61/88.48	c Following stats are for *FIRST FINISHED THREAD ONLY*
352.61/88.48	c num threads              : 4          
352.61/88.48	c restarts                 : 58         
352.61/88.48	c dynamic restarts         : 0          
352.61/88.48	c static restarts          : 58         
352.61/88.48	c full restarts            : 3          
352.61/88.48	c total simplify time      : 0.00       
352.61/88.48	c learnts DL2              : 0          
352.61/88.48	c learnts size 2           : 0          
352.61/88.48	c learnts size 1           : 0           (0.00      % of vars)
352.61/88.48	c filedLit time            : 0.04        (0.04      % time)
352.61/88.48	c v-elim SatELite          : 0           (0.00      % vars)
352.61/88.48	c SatELite time            : 4.17        (4.72      % time)
352.61/88.48	c v-elim xor               : 0           (0.00      % vars)
352.61/88.48	c xor elim time            : 0.01        (0.01      % time)
352.61/88.48	c num binary xor trees     : 0          
352.61/88.48	c binxor trees' crown      : 0           (nan       leafs/tree)
352.61/88.48	c bin xor find time        : 0.00       
352.61/88.48	c OTF clause improved      : 93502       (0.11      clauses/conflict)
352.61/88.48	c OTF impr. size diff      : 94847       (1.01       lits/clause)
352.61/88.48	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
352.61/88.48	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
352.61/88.48	c tried to recurMin cls    : 33902       (3.88       % of conflicts)
352.61/88.48	c updated cache            : 149         (0.00       lits/tried recurMin)
352.61/88.48	c unit cls recevied        : 0           (nan       % of units)
352.61/88.48	c unit cls sent            : 0           (nan       % of units)
352.61/88.48	c bin cls recevied         : 0          
352.61/88.48	c bin cls sent             : 0          
352.61/88.48	c clauses over max glue    : 0           (0.00      % of all clauses)
352.61/88.48	c conflicts                : 873045      (9873.00   / sec)
352.61/88.48	c decisions                : 959145      (0.73      % random)
352.61/88.48	c bogo-props               : 16061434969 (181633822.03 / sec)
352.61/88.48	c conflict literals        : 14143587    (19.75     % deleted)
352.61/88.48	c Memory used              : 296.51      MB
352.61/88.48	c single-thread CPU time   : 88.43       s
352.61/88.48	c all-threads sum CPU time : 352.71      s
352.61/88.48	s SATISFIABLE
352.61/88.48	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366575-1305408852/watcher-3366575-1305408852 -o /tmp/evaluation-result-3366575-1305408852/solver-3366575-1305408852 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366575-1305408852.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.41 7.96 8.02 1/347 3641
/proc/meminfo: memFree=26247908/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 652487827 52396032 348 33554432000 4194304 4580107 140737129054064 18446744073709551615 47368387565490 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 12792 348 299 95 0 7774 0
[pid=3641/tid=3642] ppid=3639 vsize=273480 CPUtime=0 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 80 0 0 0 0 0 0 0 24 0 4 0 652487827 280043520 584 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=273480 CPUtime=0 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 27 0 0 0 0 0 0 0 24 0 4 0 652487827 280043520 585 33554432000 4194304 4580107 140737129054064 18446744073709551615 216634176197 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=273480 CPUtime=0 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 70 0 0 0 0 0 0 0 24 0 4 0 652487827 280043520 585 33554432000 4194304 4580107 140737129054064 18446744073709551615 216634173592 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.032448 s]
/proc/loadavg: 7.41 7.96 8.02 1/347 3641
/proc/meminfo: memFree=26247908/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=281924 CPUtime=0.09 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 1108 0 0 0 9 0 0 0 23 0 4 0 652487827 288690176 1030 33554432000 4194304 4580107 140737129054064 18446744073709551615 4296846 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 70481 1030 375 95 0 65463 0
[pid=3641/tid=3642] ppid=3639 vsize=281924 CPUtime=0.02 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 211 0 0 0 2 0 0 0 24 0 4 0 652487827 288690176 1030 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=281924 CPUtime=0.01 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 181 0 0 0 1 0 0 0 24 0 4 0 652487827 288690176 1030 33554432000 4194304 4580107 140737129054064 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=281924 CPUtime=0.02 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 117 0 0 0 2 0 0 0 24 0 4 0 652487827 288690176 1030 33554432000 4194304 4580107 140737129054064 18446744073709551615 4296562 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 281924

[startup+0.100449 s]
/proc/loadavg: 7.41 7.96 8.02 1/347 3641
/proc/meminfo: memFree=26247908/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=282080 CPUtime=0.37 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 1486 0 0 0 37 0 0 0 23 0 4 0 652487827 288849920 1408 33554432000 4194304 4580107 140737129054064 18446744073709551615 4322544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 70520 1408 376 95 0 65502 0
[pid=3641/tid=3642] ppid=3639 vsize=282080 CPUtime=0.09 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 301 0 0 0 9 0 0 0 24 0 4 0 652487827 288849920 1408 33554432000 4194304 4580107 140737129054064 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=282080 CPUtime=0.08 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 276 0 0 0 8 0 0 0 24 0 4 0 652487827 288849920 1408 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=282080 CPUtime=0.09 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 219 0 0 0 9 0 0 0 24 0 4 0 652487827 288849920 1408 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282080

[startup+0.300401 s]
/proc/loadavg: 7.41 7.96 8.02 1/347 3641
/proc/meminfo: memFree=26247908/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=283884 CPUtime=1.17 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 2774 0 0 0 117 0 0 0 24 0 4 0 652487827 290697216 1662 33554432000 4194304 4580107 140737129054064 18446744073709551615 4489175 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 70971 1662 377 95 0 65953 0
[pid=3641/tid=3642] ppid=3639 vsize=283884 CPUtime=0.29 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 632 0 0 0 29 0 0 0 25 0 4 0 652487827 290697216 1662 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=283884 CPUtime=0.28 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 583 0 0 0 28 0 0 0 25 0 4 0 652487827 290697216 1663 33554432000 4194304 4580107 140737129054064 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=283884 CPUtime=0.29 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 546 0 0 0 29 0 0 0 25 0 4 0 652487827 290697216 1663 33554432000 4194304 4580107 140737129054064 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283884

[startup+0.70033 s]
/proc/loadavg: 7.41 7.96 8.02 1/347 3641
/proc/meminfo: memFree=26247908/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=284600 CPUtime=2.77 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 4334 0 0 0 277 0 0 0 25 0 4 0 652487827 291430400 2428 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 71150 2428 378 95 0 66132 0
[pid=3641/tid=3642] ppid=3639 vsize=284600 CPUtime=0.69 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 1035 0 0 0 69 0 0 0 25 0 4 0 652487827 291430400 2428 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=284600 CPUtime=0.68 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 961 0 0 0 68 0 0 0 25 0 4 0 652487827 291430400 2428 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=284600 CPUtime=0.69 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 932 0 0 0 69 0 0 0 25 0 4 0 652487827 291430400 2428 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284600

[startup+1.50019 s]
/proc/loadavg: 7.41 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26223952/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=289136 CPUtime=5.96 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 8749 0 0 0 595 1 0 0 25 0 4 0 652487827 296075264 4736 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 72284 4736 379 95 0 67266 0
[pid=3641/tid=3642] ppid=3639 vsize=289136 CPUtime=1.49 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 2543 0 0 0 149 0 0 0 25 0 4 0 652487827 296075264 4736 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=289136 CPUtime=1.47 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 1645 0 0 0 147 0 0 0 25 0 4 0 652487827 296075264 4736 33554432000 4194304 4580107 140737129054064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=289136 CPUtime=1.49 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 1591 0 0 0 149 0 0 0 25 0 4 0 652487827 296075264 4736 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289136

[startup+3.10091 s]
/proc/loadavg: 7.41 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26193448/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=294144 CPUtime=12.34 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 16534 0 0 0 1232 2 0 0 25 0 4 0 652487827 301203456 8996 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 73536 8996 379 95 0 68518 0
[pid=3641/tid=3642] ppid=3639 vsize=294144 CPUtime=3.08 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 4339 0 0 0 308 0 0 0 25 0 4 0 652487827 301203456 8996 33554432000 4194304 4580107 140737129054064 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=294144 CPUtime=3.05 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 3980 0 0 0 305 0 0 0 25 0 4 0 652487827 301203456 8996 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=294144 CPUtime=3.09 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 3839 0 0 0 309 0 0 0 25 0 4 0 652487827 301203456 8996 33554432000 4194304 4580107 140737129054064 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 294144

[startup+6.30035 s]
/proc/loadavg: 7.46 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26165020/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=295036 CPUtime=25.1 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 25349 0 0 0 2507 3 0 0 25 0 4 0 652487827 302116864 11104 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 73759 11104 379 95 0 68741 0
[pid=3641/tid=3642] ppid=3639 vsize=295036 CPUtime=6.28 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 5969 0 0 0 628 0 0 0 25 0 4 0 652487827 302116864 11104 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=295036 CPUtime=6.22 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 6385 0 0 0 621 1 0 0 25 0 4 0 652487827 302116864 11104 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=295036 CPUtime=6.28 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 6512 0 0 0 628 0 0 0 25 0 4 0 652487827 302116864 11104 33554432000 4194304 4580107 140737129054064 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 295036

[startup+12.7002 s]
/proc/loadavg: 7.50 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26135244/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=297132 CPUtime=50.64 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 37751 0 0 0 5058 6 0 0 25 0 4 0 652487827 304263168 13300 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 74283 13300 379 95 0 69265 0
[pid=3641/tid=3642] ppid=3639 vsize=297132 CPUtime=12.69 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 8948 0 0 0 1268 1 0 0 25 0 4 0 652487827 304263168 13300 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=297132 CPUtime=12.55 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 9815 0 0 0 1253 2 0 0 25 0 4 0 652487827 304263168 13300 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=297132 CPUtime=12.68 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 9276 0 0 0 1268 0 0 0 25 0 4 0 652487827 304263168 13300 33554432000 4194304 4580107 140737129054064 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 297132

[startup+25.501 s]
/proc/loadavg: 7.61 7.96 8.01 9/356 3676
/proc/meminfo: memFree=26098196/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=294456 CPUtime=101.7 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 57266 0 0 0 10160 10 0 0 25 0 4 0 652487827 301522944 17973 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 73614 17973 379 95 0 68596 0
[pid=3641/tid=3642] ppid=3639 vsize=294456 CPUtime=25.49 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 13976 0 0 0 2547 2 0 0 25 0 4 0 652487827 301522944 17973 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=294456 CPUtime=25.2 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 14545 0 0 0 2518 2 0 0 25 0 4 0 652487827 301522944 17973 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=294456 CPUtime=25.49 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 14744 0 0 0 2547 2 0 0 25 0 4 0 652487827 301522944 17973 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 294456

[startup+51.1005 s]
/proc/loadavg: 7.82 7.98 8.02 9/356 3676
/proc/meminfo: memFree=26063768/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=310756 CPUtime=203.82 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 87969 0 0 0 20365 17 0 0 25 0 4 0 652487827 318214144 21545 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 77689 21545 379 95 0 72671 0
[pid=3641/tid=3642] ppid=3639 vsize=310756 CPUtime=51.09 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 22066 0 0 0 5105 4 0 0 25 0 4 0 652487827 318214144 21545 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=310756 CPUtime=50.53 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 21903 0 0 0 5049 4 0 0 25 0 4 0 652487827 318214144 21545 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=310756 CPUtime=51.08 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 22236 0 0 0 5105 3 0 0 25 0 4 0 652487827 318214144 21545 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 310756

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

[startup+63.9012 s]
/proc/loadavg: 7.85 7.98 8.02 9/356 3677
/proc/meminfo: memFree=26051120/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=311356 CPUtime=254.88 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 101476 0 0 0 25469 19 0 0 25 0 4 0 652487827 318828544 22279 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 77839 22279 379 95 0 72821 0
[pid=3641/tid=3642] ppid=3639 vsize=311356 CPUtime=63.89 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 25164 0 0 0 6385 4 0 0 25 0 4 0 652487827 318828544 22279 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=311356 CPUtime=63.19 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 25283 0 0 0 6314 5 0 0 25 0 4 0 652487827 318828544 22279 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=311356 CPUtime=63.88 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 25564 0 0 0 6384 4 0 0 25 0 4 0 652487827 318828544 22279 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 254.88
Current children cumulated vsize (KiB) 311356

[startup+76.701 s]
/proc/loadavg: 7.88 7.98 8.02 9/356 3677
/proc/meminfo: memFree=26024804/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303328 CPUtime=305.94 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 115915 0 0 0 30572 22 0 0 25 0 4 0 652487827 310607872 27659 33554432000 4194304 4580107 140737129054064 18446744073709551615 4406375 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75832 27659 379 95 0 70814 0
[pid=3641/tid=3642] ppid=3639 vsize=303328 CPUtime=76.68 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 27866 0 0 0 7664 4 0 0 25 0 4 0 652487827 310607872 27659 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303328 CPUtime=75.86 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 28255 0 0 0 7580 6 0 0 25 0 4 0 652487827 310607872 27659 33554432000 4194304 4580107 140737129054064 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303328 CPUtime=76.68 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 30195 0 0 0 7663 5 0 0 25 0 4 0 652487827 310607872 27659 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 305.94
Current children cumulated vsize (KiB) 303328

[startup+83.1008 s]
/proc/loadavg: 7.89 7.98 8.01 9/356 3677
/proc/meminfo: memFree=26023188/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303444 CPUtime=331.47 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 121290 0 0 0 33123 24 0 0 25 0 4 0 652487827 310726656 29084 33554432000 4194304 4580107 140737129054064 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75861 29084 379 95 0 70843 0
[pid=3641/tid=3642] ppid=3639 vsize=303444 CPUtime=83.09 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 29110 0 0 0 8304 5 0 0 25 0 4 0 652487827 310726656 29084 33554432000 4194304 4580107 140737129054064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303444 CPUtime=82.18 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 29524 0 0 0 8212 6 0 0 25 0 4 0 652487827 310726656 29084 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303444 CPUtime=83.08 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 31883 0 0 0 8303 5 0 0 25 0 4 0 652487827 310726656 29084 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 331.47
Current children cumulated vsize (KiB) 303444

[startup+86.3003 s]
/proc/loadavg: 7.90 7.98 8.01 9/356 3677
/proc/meminfo: memFree=26019592/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303548 CPUtime=344.23 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 123910 0 0 0 34399 24 0 0 25 0 4 0 652487827 310833152 29502 33554432000 4194304 4580107 140737129054064 18446744073709551615 4321137 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75887 29502 379 95 0 70869 0
[pid=3641/tid=3642] ppid=3639 vsize=303548 CPUtime=86.29 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 29980 0 0 0 8624 5 0 0 25 0 4 0 652487827 310833152 29502 33554432000 4194304 4580107 140737129054064 18446744073709551615 4321466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303548 CPUtime=85.34 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 30406 0 0 0 8528 6 0 0 25 0 4 0 652487827 310833152 29502 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303548 CPUtime=86.28 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 32288 0 0 0 8623 5 0 0 25 0 4 0 652487827 310833152 29502 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 344.23
Current children cumulated vsize (KiB) 303548

[startup+87.1011 s]
/proc/loadavg: 7.90 7.98 8.01 9/356 3677
/proc/meminfo: memFree=26006944/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303548 CPUtime=347.43 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 125049 0 0 0 34718 25 0 0 25 0 4 0 652487827 310833152 28606 33554432000 4194304 4580107 140737129054064 18446744073709551615 4295739 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75887 28606 379 95 0 70869 0
[pid=3641/tid=3642] ppid=3639 vsize=303548 CPUtime=87.09 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 30067 0 0 0 8704 5 0 0 25 0 4 0 652487827 310833152 28606 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303548 CPUtime=86.14 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 31343 0 0 0 8607 7 0 0 25 0 4 0 652487827 310833152 28606 33554432000 4194304 4580107 140737129054064 18446744073709551615 4416448 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303548 CPUtime=87.09 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 32327 0 0 0 8703 6 0 0 25 0 4 0 652487827 310833152 28606 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 347.43
Current children cumulated vsize (KiB) 303548

[startup+87.901 s]
/proc/loadavg: 7.90 7.98 8.01 9/356 3677
/proc/meminfo: memFree=26015996/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303620 CPUtime=350.64 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 125800 0 0 0 35039 25 0 0 25 0 4 0 652487827 310906880 27703 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75905 27703 379 95 0 70887 0
[pid=3641/tid=3642] ppid=3639 vsize=303620 CPUtime=87.9 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 30158 0 0 0 8785 5 0 0 25 0 4 0 652487827 310906880 27704 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303620 CPUtime=86.94 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 31425 0 0 0 8687 7 0 0 25 0 4 0 652487827 310906880 27704 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303620 CPUtime=87.9 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 32327 0 0 0 8784 6 0 0 25 0 4 0 652487827 310906880 27704 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 350.64
Current children cumulated vsize (KiB) 303620

[startup+88.3009 s]
/proc/loadavg: 7.90 7.98 8.01 9/356 3677
/proc/meminfo: memFree=26015996/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303620 CPUtime=352.21 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 125967 0 0 0 35196 25 0 0 25 0 4 0 652487827 310906880 27832 33554432000 4194304 4580107 140737129054064 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75905 27832 379 95 0 70887 0
[pid=3641/tid=3642] ppid=3639 vsize=303620 CPUtime=88.29 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 30201 0 0 0 8824 5 0 0 25 0 4 0 652487827 310906880 27832 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303620 CPUtime=87.32 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 31490 0 0 0 8725 7 0 0 25 0 4 0 652487827 310906880 27832 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303620 CPUtime=88.29 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 32327 0 0 0 8823 6 0 0 25 0 4 0 652487827 310906880 27832 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 352.21
Current children cumulated vsize (KiB) 303620

[startup+88.4009 s]
/proc/loadavg: 7.90 7.98 8.01 9/356 3677
/proc/meminfo: memFree=26015996/32951124 swapFree=53501236/67111528
[pid=3641] ppid=3639 vsize=303620 CPUtime=352.61 cores=1,3,5,7
/proc/3641/stat : 3641 (strangenight2-m) R 3639 3641 3413 0 -1 4202496 126006 0 0 0 35236 25 0 0 25 0 4 0 652487827 310906880 27871 33554432000 4194304 4580107 140737129054064 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3641/statm: 75905 27871 379 95 0 70887 0
[pid=3641/tid=3642] ppid=3639 vsize=303620 CPUtime=88.39 cores=1,3,5,7
/proc/3641/task/3642/stat : 3642 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 30211 0 0 0 8834 5 0 0 25 0 4 0 652487827 310906880 27871 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3641/tid=3643] ppid=3639 vsize=303620 CPUtime=87.42 cores=1,3,5,7
/proc/3641/task/3643/stat : 3643 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 31505 0 0 0 8735 7 0 0 25 0 4 0 652487827 310906880 27871 33554432000 4194304 4580107 140737129054064 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3641/tid=3644] ppid=3639 vsize=303620 CPUtime=88.39 cores=1,3,5,7
/proc/3641/task/3644/stat : 3644 (strangenight2-m) R 3639 3641 3413 0 -1 4202560 32327 0 0 0 8833 6 0 0 25 0 4 0 652487827 310906880 27871 33554432000 4194304 4580107 140737129054064 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 352.61
Current children cumulated vsize (KiB) 303620

Child status: 10
Real time (s): 88.4926
CPU time (s): 352.971
CPU user time (s): 352.709
CPU system time (s): 0.26196
CPU usage (%): 398.871
Max. virtual memory (cumulated for all children) (KiB): 323592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.709
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126046
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= 120
involuntary context switches= 2503

runsolver used 0.289955 second user time and 0.689895 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 23:34:12
IDJOB=3366575
IDBENCH=82984
IDSOLVER=1844
FILE ID=node103/3366575-1305408852
RUNJOBID= node103-1305406441-3434
PBS_JOBID= 13324513
Free space on /tmp= 72984 MiB

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

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

MD5SUM BENCH= ba9975e86d838537f315701adfc9f925
RANDOM SEED=1352897492

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      26248188 kB
Buffers:        299500 kB
Cached:        3865544 kB
SwapCached:     340192 kB
Active:        1324244 kB
Inactive:      5109588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26248188 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:     1939376 kB
Mapped:          10816 kB
Slab:           151272 kB
PageTables:      52884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78323124 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= 72980 MiB
End job on node103 at 2011-05-14 23:35:41